EasyManuals Logo
Home>C&T>Control Unit>PC400 Series

C&T PC400 Series User Manual

Default Icon
71 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #68 background imageLoading...
Page #68 background image
PC400 / PC410 l User’s Manual
68
WDT Sample Code
// 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 address + 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, the 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 address + 06h
Bit Name R/W Reset
Default
Description
7-0 WD_TIME R/W 5VSB 0 Time of watchdog timer

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the C&T PC400 Series and is the answer not in the manual?

C&T PC400 Series Specifications

General IconGeneral
BrandC&T
ModelPC400 Series
CategoryControl Unit
LanguageEnglish