27
Chapter A
A.2 Watchdog Timer Programming
The I/O port address of the watchdog timer is 2E(hex) and 2F(hex), 2E
(hex) is the address port. 2F(hex) is the data port. You must first assign
the address of register by writing address value into address port 2E(hex),
then write/read data to/from the assigned register through data port 2F
(hex).
Table A.1: Watchdog Runtime Registers
Name
REG
OFFSET
(HEX)
DESCRIPTION
WDT_TIME_
OUT
65
Watch-dog Timeout
Bits[6:0] Reserved
Bit[7] WDT Time-out Value Units Select
= 0 Minutes
= 1 Seconds
WDT_VAL
66
Watch-dog Timer Time-out Value
Binary coded, units = minutes or sec-
onds, selectable via Bit[7] of
WDT_TIME_OUT register (0x65).
0x00 Time out disabled
0x01 Time-out = 1 minute (second)
…..
0xFF Time-out = 255 minutes (seconds)
WDT_CFG
67
Bit[0] Reserved
Bit[1] Keyboard Enable
=1 WDT is reset upon a Keyboard inter-
rupt.
=0 WDT is not affected by Keyboard
interrupts.
Bit[2] Mouse Enable
=1 WDT is reset upon a Mouse inter-
rupt.
=0 WDT is not affected by Mouse inter-
rupts.
Bit[7:3] Reserved
WDT_CTRL
68
Bit[1] Reserved
Bit[2] Force Timeout,
=1 Forces WD timeout event; this bit is
self-clearing
Bit[7:3] Reserved
Содержание IPPC-8151S Series
Страница 8: ...IPPC 8151S User Manual viii...
Страница 9: ...CHAPTER 1 General Information Sections include Introduction Specifications Dimensions...
Страница 14: ...IPPC 8151S User Manual 6...
Страница 20: ...IPPC 8151S User Manual 12...
Страница 21: ...CHAPTER 3 Jumper Settings Connectors Sections include Jumpers Settings...
Страница 22: ...IPPC 8151S User Manual 14 Chapter 3 I O Connector Setting Mode 3 1 IPPC 8151S...
Страница 26: ...IPPC 8151S User Manual 18...
Страница 33: ...2 APPENDIX A Watchdog Timer Programming...
Страница 46: ...IPPC 8151S User Manual 38...