eBOX550-100-FL Series U
ser’s Manual
Watchdog Timer
63
APPENDIX A
WATCHDOG TIMER
About Watchdog Timer
Software stability is major issue in most application. Some embedded systems are not
watched by human for 24 hours. It is usually too slo w 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 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 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
The I/O port base addresses of watchdog timer are 2E (hex) and 2F (hex). The 2E (hex)
and 2F (hex) are address and data port respectively.
Assume that program A is put in a loop that must execute at least once every 10ms.
Initialize watchdog timer with a value bigger than 10ms. If the soft ware has no problems;
watchdog timer will never expire because software will always restart the counter before
it reaches zero.
Summary of Contents for eBOX550-100-FL Series
Page 1: ...eBOX550 100 FL Series Embedded System User s Manual ...
Page 10: ...x MEMO ...
Page 18: ...eBOX550 100 FL Series User s Manual Introduction 8 1 3 2 Wall mount Bracket Dimension ...
Page 20: ...eBOX550 100 FL Series User s Manual Introduction 10 Rear View Rear View drawing ...
Page 22: ...eBOX550 100 FL Series User s Manual Introduction 12 MEMO ...
Page 52: ...eBOX550 100 FL Series User s Manual Jumper Setting Connector 42 MEMO ...
Page 72: ...eBOX550 100 FL Series User s Manual AMI BIOS Setup Utility 62 MEMO ...
Page 78: ...eBOX550 100 FL Series User s Manual Watchdog Timer 68 MEMO ...