KIWI310 1.8” Board
Watchdog Timer
43
Appendix A
Watchdog Timer
A.1 About Watchdog Timer
Software stability is major issue in most application. Some embedded systems are not
watched by operator 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.
A.2 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
Enable and Initialize
Watchdog Timer
Program
“
A
”
Disable Watchdog
Timer
Next
Next
Next
Next
Begin
Enable and Initialize
Watchdog Timer
Program
“
A
”
Reset Watchdog
Timer
Next
Next
Next
Next
Содержание KIWI310
Страница 1: ...KIWI310 Intel Celeron N3350 Processor 1 8 Board User s Manual...
Страница 6: ...vi This page is intentionally left blank...
Страница 10: ...KIWI310 1 8 Board 4 Introduction This page is intentionally left blank...
Страница 12: ...KIWI310 1 8 Board 6 Board and Pin Assignments Bottom View...
Страница 13: ...KIWI310 1 8 Board Board and Pin Assignments 7 2 2 Board Layout Top View Side View...
Страница 14: ...KIWI310 1 8 Board 8 Board and Pin Assignments Bottom View...
Страница 24: ...KIWI310 1 8 Board 18 Hardware Description 3 4 I O Port Address Map...
Страница 26: ...KIWI310 1 8 Board 20 Hardware Description...
Страница 27: ...KIWI310 1 8 Board Hardware Description 21...
Страница 28: ...KIWI310 1 8 Board 22 Hardware Description...
Страница 29: ...KIWI310 1 8 Board Hardware Description 23...
Страница 30: ...KIWI310 1 8 Board 24 Hardware Description 3 6 Memory Map The memory mapping list is shown as follows...
Страница 38: ...KIWI310 1 8 Board 32 AMI BIOS Setup Utility USB Configuration USB Devices Display all detected USB devices...
Страница 40: ...KIWI310 1 8 Board 34 AMI BIOS Setup Utility North Bridge Memory Information Display system memory information...