EasyManua.ls Logo

Advantech MIC-770 V2 - Page 105

Advantech MIC-770 V2
110 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
91 MIC-770 V2 User Manual
Appendix A Programming the Watchdog Timer
Dec dx ; Enable the function of watchdog timer
Mov al,30h
Out dx,al
Inc dx
Mov al,01h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Enable watchdog timer to be reset by mouse
Mov al,0f2h
Out dx,al
Inc dx
In al,dx
Or al,80h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Lock NCT6106D
Mov al,0aah
Out dx,al
4. Enable watchdog timer to be reset by keyboard.
;-----------------------------------------------------------
Mov dx,2eh ; Unlock NCT6106D
Mov al,87h
Out dx,al
Out dx,al
;-----------------------------------------------------------
Mov al,07h ; Select registers of watchdog timer
Out dx,al
Inc dx
Mov al,08h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Enable the function of watchdog timer
Mov al,30h
Out dx,al
Inc dx
Mov al,01h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Enable watchdog timer to be strobed reset by keyboard
Mov al,0f2h
Out dx,al
Inc dx
In al,dx
Or al,40h
Out dx,al

Related product manuals