Aaeon PCM-4894 User Manual page 70

All-in-one 486 single board computer with flat panel / crt svga, ethernet, and 4 serial ports
Table of Contents

Advertisement

1. To enable the time-out interval of watchdog timer:
-- output the desired value to port 0x443. The resolution of
watchdog timer is 1 sec. Since the data is of 1 byte, the time-
out interval will be 1 sec ~ 255 sec.
Whenever the value of timer is not zero, the timer will
automatically count down
e.g. outportb(0x443, 30);
2. To set the time-out event:
-- output data to port 0x444. The default setting is "reset
system".
· 0: reset system (default)
· 1, 2, 3: IRQ 10, 15, 11 respectively
· 4: NMI
e.g. outportb(0x444, 0);
3. To disable watchdog timer:
-- output value "0" to port 0x443.
e.g. outportb(0x443, 0);
A-64
PCM-4894 User Manual
// set interval to 30 sec and
count down
// set time-out event to
reset-system
// disable watchdog timer

Advertisement

Table of Contents
loading

Table of Contents