About Watchdog Timer
Software stability is a major issue in most applications. Some embedded systems are not
watched by humans for 24 hours. It is usually too slow to wait for someone to reboot when
computer hangs. The systems need to be able to reset automatically when things go wrong.
The watchdog timer gives us that solution.
The watchdog timer is a counter that triggers a system reset when it counts down to zero from
a preset value. The software starts the counter with an initial value and must reset it
periodically. If the counter ever reaches zero which means the software has crashed, the
system will reboot.
How to Use Watchdog Timer
Start
1. Enable configuration:
2. Select logic device:
3. Enable WDT:
4. Activate WDT:
5. Set base timer:
6. Set timer unit (second or minute):
⚫
Timeout Value Range
◼
1 to 255
◼
Minute / Second
Watchdog Timer
Watchdog Timer
-O 2E 87
-O 2E 87
-O 2E 07
-O 2F 07
-O 2E 30
-O 2F 01
-O 2E F0
-O 2F 80
-O 2E F6
-O 2F 0A
; Set reset time. Ex: A->reset time=10sec
-O 2E F5
-O 2F 71
; Set timer unit.
; Ex: 1->timer unit=second, 9->timer unit=minute
IMB760 LGA4189 EATX Motherboard
Appendix A
57
Need help?
Do you have a question about the IMB760 and is the answer not in the manual?