What is Watchdog Timer
The integrated W atchdog Timer can be set up by programming.
There are 1~255 levels available. As long as the vaule of timer is
set, after enabling, the countdown of the value is starting. It
needs to reset or disable watchdog, otherwise auto-reset will be
running when the value is counted to 0.
How to Use the Watchdog Timer
ssembler Sample Code
A
;Enable WDT:
mov
dx,2Eh
mov
al,87h
;Un-lock super I/O
out
dx,al
out
dx,al
;Select Logic device:
mov
dx,2Eh
mov
al,07h
out
dx,al
mov
dx,2Fh
mov
al,08h
out
dx,al
;Select W DT Function:
mov
dx,2Eh
mov
al,2Dh
out
dx,al
mov
dx,2Fh
mov
al,20h
out
dx,al
Watchdog Timer
tBOX320-852-FL Series User's Manual
APPENDIX A
WATCHDOG TIMER
83
Need help?
Do you have a question about the tBOX320-852-FL Series and is the answer not in the manual?