BCO-1000-J1900
l
User’s Manual
73
WDT Sample Code
WDT Setting
// IO Address 0xA16 is time value
// IO Address 0xA15 is WDT enable and configuration
Example, Set 0xA16=-0x03, 0xA15=0x31, it will reset after 3 seconds
#define TimePort
0xA16
#define TimeEnablePort
0xA15
WriteByte (TimePort,0x03)
WriteByte (TimeEnablePort,0x31)
Appendix
–
WDT & GPIO
Watchdog Timer Configuration Register 1
–
base a 05h
Bit
Name
R/W
Reset
Default
Description
7
Reserved
R
-
0
Reserved
6
WDTMOUT_STS
R/W
5VSB
0
If watchdog timeout event occurred, this bit will be set to 1. Write a 1
to this bit will clear it to 0.
5
WD_EN
R/W
5VSB
0
If this bit is set to 1, this counting of watchdog time is enabled.
4
WD_PULSE
R/W
5VSB
0
Select output mode (0: level, 1: pulse) of RSTOUT# by setting this bit.
3
WD_UNIT
R/W
5VSB
0
Select time unit (0: 1 sec, 1: 60 sec) of watchdog timer by setting this
bit.
2
WD_HACTIVE
R/W
5VSB
0
Select output polarity of RSTOUT# 1: high active, 0: low active) by
setting this bit.
1-0
WD_PSWIDTH
R/W
5VSB
0
Select output pulse width of RSTOUT#
0: 1 ms
1: 25 ms
2: 125 ms
3: 5 sec
Watchdog Timer Configuration Register 2
–
base a 06h
Bit
Name
R/W
Reset
Default
Description
7-0
WD_TIME
R/W
5VSB
0
Time of watchdog timer
Содержание BCO-1000-J1900 Series
Страница 1: ...USER S MANUAL BCO 1000 J1900 Series Basic Fanless Embedded System...
Страница 9: ...Chapter 1 Product Introductions...
Страница 22: ...BCO 1000 J1900 l User s Manual 22 1 4 3 BCO 1020C BCO 1020D Unit mm Chapter 1 Product Introductions...
Страница 23: ...BCO 1000 J1900 l User s Manual 23 1 4 4 BCO 1030 Unit mm Chapter 1 Product Introductions...
Страница 24: ...Chapter 2 Switches and Connectors...
Страница 34: ...BCO 1000 J1900 l User s Manual 34 Chapter 2 Switches and Connectors...
Страница 37: ...Chapter 3 System Setup...
Страница 48: ...Chapter 4 BIOS Setup...
Страница 78: ......