;-----------------------------------------------------------

Dec dx ; lock W83627HF

Mov al,0aah

Out dx,al

5.Generate a time-out signal without timer counting ;-----------------------------------------------------------

Mov dx,2eh ; unlock W83627H 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

;-----------------------------------------------------------

Appendix A Programming the Watchdog Timer

63

Page 71
Image 71
Advantech MIC-3318 manual Appendix a Programming the Watchdog Timer