S u b C o m p a c t B o a r d
G E N E - 5 3 1 5
Appendix A Programming the Watchdog Timer
A - 5
4
WDT output through PWROK1/PWROK2 (pulse) enable
3
Select the interrupt level
note
for WDT
WatchDog Timer Time-out Value (LSB) Register (Index=73h,
Default=00h)
Bit Description
7-0
WDT Time-out value 7-0
WatchDog Timer Time-out Value (MSB) Register (Index=74h,
Default=00h)
Bit Description
7-0
WDT Time-out value 15-8
A.2 ITE8712 Watchdog Timer Initial Program
.MODEL SMALL
.CODE
Main:
CALL Enter_Configuration_mode
CALL Check_Chip
mov cl, 7
call Set_Logic_Device
;time setting
mov cl, 10 ; 10 Sec
dec al
Содержание GENE-5315
Страница 9: ...SubCompact Board G E N E 5 3 1 5 Chapter 1 General Information 1 1 General Chapter 1 Information ...
Страница 45: ...SubCompact Board G E N E 5 3 1 5 Chapter 3 Award BIOS Setup 3 1 Chapter Award BIOS Setup 3 ...
Страница 50: ...SubCompact Board G E N E 5 3 1 5 Chapter 4 Driver Installation 4 1 Chapter Driver 4 Installation ...
Страница 69: ...SubCompact Board G E N E 5 3 1 5 Appendix B I O Information B 1 I O Information Appendix B ...
Страница 72: ...SubCompact Board G E N E 5 3 1 5 Appendix C Mating Connector C 1 Mating Connector Appendix C ...