EasyManua.ls Logo

YanLing Intel Celeron N3160 - Chapter VI Watch Dog Setting

YanLing Intel Celeron N3160
12 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
研凌工控电脑科技
(
深圳
)
有限公司
Chapter VI watch dog setting
name
length
I/O address
Register specification
IoIndexPort
8bits
0x2E
Address access register
IoDataPort
8bits
0x2F
Data access register
name
length
IO address
Register specification
DevSel
8bits
0x07
Device choose register
WDTCtl
8bits
0x72
Watch dog controls register
Bit7: 1=second mode
0=minute mode
bit 41=watch dog on
0=watch off
WDTCount
8bits
0x73
Watch dogs timely register 0-255
watchdog configuration steps:
1: watchdog on
2: choose timely modeminute/second
3setting counter, watchdog will be automatic count time when register change to more
than 0(means 1)when counter change to 0system will be reboot.
Example:
// UINT8 IoRead8(UINT16 IoAddr)from appointed I/O address to read 8bits data
// void IoWrite8(UINT16 IoAddr,UINT8 Data)to appointed I/Oaddess write 8bits data
#define BIT4 1<<4
#define BIT7 1<<7
#define IndexPort 0x2E