115
COM Express Board
Watchdog Timer
Watchdog Timer
The following parameters are references for setting the time interval
of the Watchdog Timer function. The system will regularly be “cleared”
according to the set time interval. If the system hangs or fails to
function, it will also reset according to the time interval so that your
system will continue to operate.
.model small
.386
;-------------------
;Port defination
;-------------------
SuperIo_CFG_Port EQU 2Eh ;Super I/O Config port. (2Eh/4Eh)
SuperIo_DAT_Port EQU SuperIo_CF 1
WDT_Counter
EQU 10
; 1 to 255 (Sec./Min), 0 means
disabled
mSuperio_Enter_Config
Macro
mov
dx, SuperIo_CFG_Port
mov
al, 87h
out
dx, al
NEWIODELAY
out
dx, al
endM
mSuperio_Exit_Config
Macro
mov
dx, SuperIo_CFG_Port
mov
al, 0AAh
out
dx, al
endM
Summary of Contents for G5C900-B
Page 1: ...G5C900 B COM Express Board User s Manual 935 G5C901 000G A01500719 ...
Page 10: ...COM Express Board 10 Board Layout ...
Page 25: ...COM Express Board 25 N C N C N C N C N C N C N C N C ...
Page 26: ...COM Express Board 26 1779 21 MIL PCI_C BE0 PCI_AD9 RSVD N C N C N C N C ...
Page 80: ...80 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Page 82: ...82 4 Supported Software 4 After completing installa tion click Finish to exit setup ...
Page 87: ...87 4 Supported Software 4 You can now access the utility ...
Page 91: ...91 4 Supported Software 4 The screen on the right will appear Select the driver ...
Page 96: ...96 4 Supported Software 3 Click Finish Reboot the system for DirectX to take effect ...
Page 103: ...103 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Page 105: ...105 4 Supported Software 4 After completing installa tion click Finish to exit setup ...
Page 118: ...118 COM Express Board mSuperio_Exit_Config ret W83627Hx_WDT endP end start ...