MVS900-511/512-FL
Watchdog Timer
71
Appendix A
Watchdog Timer
A.1 About Watchdog Timer
Software stability is major issue in most applications. Some embedded systems are not
watched by an 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 solutions in this regard.
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.
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.
Summary of Contents for MVS900-511-FL Series
Page 1: ...MVS900 511 FL series MVS900 512 FL series Fanless Vision System User s Manual...
Page 6: ...vi A 2 How to Use Watchdog Timer 71 A 3 Sample Program 72...
Page 28: ...MVS900 511 512 FL 22 Introduction This page is intentionally left blank...
Page 46: ...MVS900 511 512 FL 40 I O Connection This page is intentionally left blank...
Page 57: ...MVS900 511 512 FL AMI BIOS Utility 51 Hardware Monitor This screen monitors hardware health...
Page 62: ...MVS900 511 512 FL AMI BIOS Utility 56 PCH FW Configuration Display ME firmware information...