Appendix A Watchdog Timer; About Watchdog Timer; How To Use Watchdog Timer - AXIOMTEK CAPA831 User Manual

Axiomtek intel atomtm d2550/n2800/n2600 processor 3.5" sbc
Table of Contents

Advertisement

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 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 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 software has no problems; watchdog
timer will never expire because software will always restart the counter before it reaches zero.
Begin
Next
Enable and Initialize
Watchdog Timer
Next
Program
Next
Disable Watchdog
Timer
Next
Watchdog Timer
®
CAPA831 Intel
Atom
A
TM
D2550/N2800/N2600 Processor 3.5" SBC
Appendix A
Watchdog Timer
Begin
Next
Enable and Initialize
Watchdog Timer
Next
Program
Next
Reset Watchdog
Timer
Next
A
63

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CAPA831 and is the answer not in the manual?

Questions and answers

Table of Contents