Watchdog Timer Configuration - IBM CI5VGM Series User Manual

Full-size pentium all-in-one cpu card
Table of Contents

Advertisement

Watchdog Timer Configuration

The function of the watchdog timer is to reset the system automatically
and is defined at I/O port 0443H. To enable the watchdog timer and allow
the system to reset, write I/O port 0443H. To disable the timer, write I/O
port 0441H for the system to stop the watchdog function. The timer has a
tolerance of 20% for its intervals.
The following describes how the timer should be programmed.
Enabling Watchdog:
MOV
AX, 000FH (Choose the values from 0)
MOV
DX, 0443H
OUT
DX, AX
Disabling Watchdog
MOV
AX, 00FH (Any value is fine.)
MOV
DX, 0441H
OUT
DX, AX
WATCHDOG TIMER CONTROL TABLE
Level
Value
1
F
2
E
3
D
4
C
5
B
6
A
7
9
8
8
CI5VGM User's Manual
Chapter 2 Installations
Time/sec
Level
0
9
2
10
4
11
6
12
8
13
10
14
12
15
14
16
Value
Time/sec
7
16
6
18
5
20
4
22
3
24
2
26
1
28
0
30
37

Advertisement

Table of Contents
loading

Table of Contents