6. Appendix
;==============
;<WDT STOP>
;==============
;-----------------------------------------
;Enter the extended function mode
;-----------------------------------------
MOV DX,2EH
MOV AL,87H
OUT DX,AL
OUT DX,AL
;----------------------------------------------
;Select logical device WDT(number 8)
;----------------------------------------------
MOV DX,2EH
MOV AL,07H
OUT DX,AL
MOV DX,2FH
MOV AL,08H
OUT DX,AL
;-----------------------------------
;Stop count down of WDT
;-----------------------------------
MOV DX,2EH
MOV AL,F1H
OUT DX,AL
MOV DX,2FH
;-----------------------------------
;The data of 00H is stop WDT
MOV AL,00H
;-----------------------------------
OUT DX,AL
;-----------------------------------
;Exit the extended function mode
;-----------------------------------
MOV DX,2EH
MOV AL,AAH
OUT DX,AL
CAUTION
The timer's intervals have a tolerance of ±2 seconds.
81
PT-956SxX Series User's manual
Need help?
Do you have a question about the IPC Series and is the answer not in the manual?