G r e e n E m b e d d e d S y s t e m
G E S - 3 3 0 0 F
Appendix A Programming the Watchdog Timer
A-6
A.2 IT8712 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
Watch_Dog_Setting:
;Timer setting
mov al, cl
mov cl, 73h
call Superio_Set_Reg
;Clear by keyboard or mouse interrupt
mov al, 0f0h
mov cl, 71h
call Superio_Set_Reg
;unit is second.
mov al, 0C0H
mov cl, 72h
call Superio_Set_Reg
Содержание GES-3300F
Страница 11: ...Green Embedded System G E S 3 3 0 0 F Chapter 1 General Information 1 1 General Chapter 1 Information...
Страница 17: ...Green Embedded System G E S 3 3 0 0 F Rear Panel Chapter 1 General Information 1 7...
Страница 18: ...Green Embedded System G E S 3 3 0 0 F Chapter 2 Hardware Installation 2 1 Hardware Installation Chapter 2...
Страница 43: ...Green Embedded System G E S 3 3 0 0 F Chapter 3 Award BIOS Setup 3 1 Award Chapter 3 BIOS Setup...
Страница 47: ...Green Embedded System G E S 3 3 0 0 F Chapter 4 Driver Installation 4 1 Driver Chapter 4 Installation...
Страница 61: ...Green Embedded System G E S 3 3 0 0 F Appendix B I O Information B 1 I O Information Appendix B...
Страница 62: ...Green Embedded System G E S 3 3 0 0 F Appendix B I O Information B 2 B 1 I O Address Map...
Страница 63: ...Green Embedded System G E S 3 3 0 0 F Appendix B I O Information B 3 B 2 Memory Address Map...