84 Gene-5310 User Manual
Programming the watchdog timer
How to program the WATCHDOG TIMER
1. To set the time-out interval of watchdog timer:
-- output the desired value to port 0x443. Since the data is of 1
byte, the maximum value will be 255. In our design 2 ~ 255 will
denote 2 ~ 255 sec.(About 10% of deviation may happen)
outportb(0x443, 30); // set watchdog to 30 seconds
2. To set the time-out event:
-- output data to prot 0x444,
• 0: reset system
• 1, 2, 3: IRQ 10, 15, 11 respectively
• 4: NMI
e.g.
outportb(0x444, 0); // set time-out event to reset-system
3. To disable watchdog timer:
-- output value 0 to port 0x443
outportb(0x443, 0); // disable watchdog timer
4. To ebable or refresh watchdog timer(the watchdog timer will
return to its initial value, then count down):
-- access the I/O port 0x443, e.g.
outportb(0x443, data); // refresh watchdog timer
* note: if you want to refresh the watchdog timer, you have to
disable it first.
Содержание Gene-5310
Страница 1: ...Gene 5310 All in One SubCompact Board Intel MMX CPU with LCD 2 Ethernet Audio TV Out LVDS 2 COM Ports...
Страница 18: ...Chapter 1 General Information 9 Board layout Reverse Side DIMM1 CN5...
Страница 19: ...1 0 Gene 5310 User Manual Board dimensions...
Страница 20: ...Chapter 1 General Information 11 Board dimensions Reverse Side...
Страница 23: ...1 4 Gene 5310 User ManualBC 599 596 Locating jumpers connectors Reverse side DIMM1 CN5...
Страница 24: ...Chapter 2 Installation 15 Mechanical Drawing...
Страница 25: ...1 6 Gene 5310 User ManualBC 599 596 Mechanical Drawing Reverse...
Страница 91: ...Gene 5310 User Manual 82...
Страница 95: ...86 Gene 5310 User Manual...