User manual
87 Appendix D
;bit [1:0]=Reserved
;bit [6:2]Reserve=00000
;bit [7] WDT time-out Value Units Select
;Minutes=0 (default) Seconds=1
;===================================================
=
mov dx,SCH3114_IO + 65h ;
mov al,080h
out dx,al
;===================================================
=
;66H
;WDT timer time-out value
;bit[7:0]=0~255
;===================================================
=
mov dx,SCH3114_IO + 66h
mov al,01h
out dx,al
;===================================================
=
;bit[0] status bit R/W
;WD timeout occurred =1
;WD timer counting = 0
;===================================================
=
mov dx,SCH3114_IO + 68h
mov al,01h
Data Modul AG - www.data-modul.com