OPS830 Series
User’s Manual
Watch Dog Timer
53
APPENDIX B
WATCH DOG 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 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 solu tion.
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 e xecute 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.
Содержание OPS830 Series
Страница 1: ...OPS830 Series Intel Open Pluggable Specification Box User s Manual...
Страница 6: ...vi MEMO...
Страница 15: ...OPS830 Series User s Manual Introduction 9 Dimensions of the Guide Rail...
Страница 28: ...OPS830 Series User s Manual Hardware Installation 22 MEMO...
Страница 30: ...OPS830 Series User s Manual Connectors 24...
Страница 31: ...OPS830 Series User s Manual Connectors 25...
Страница 32: ...OPS830 Series User s Manual Connectors 26...
Страница 40: ...OPS830 Series User s Manual Drivers Installation 34 MEMO...
Страница 51: ...OPS830 Series User s Manual AMI BIOS Setup Utility 45 5 5 Chipset Menu...
Страница 57: ...OPS830 Series User s Manual Reference Documents 51 APPENDIX A REFERENCE DOCUMENTS...
Страница 58: ...OPS830 Series User s Manual Reference Documents 52 MEMO...