E m b e d d e d C o n t r o l l e r
A E C - 6 8 2 1
Appendix A Programming the Watchdog Timer
A-6
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
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
Summary of Contents for AEC-6821
Page 17: ...Embedded Controller A E C 6 8 2 1 Chapter 2 Hardware Installation 2 2 2 1 Dimension Units mm...
Page 23: ...Embedded Controller A E C 6 8 2 1 Chapter 2 Hardware Installation 2 8...
Page 28: ...Embedded Controller A E C 6 8 2 1 Chapter 3 Award BIOS Setup 3 1 Chapter Award 3 BIOS Setup...
Page 45: ...Embedded Controller A E C 6 8 2 1 Chapter 4 Driver Installation 4 14 B Create Array...
Page 47: ...Embedded Controller A E C 6 8 2 1 Chapter 4 Driver Installation 4 16...
Page 52: ...Embedded Controller A E C 6 8 2 1 Chapter 4 Driver Installation 4 21...
Page 69: ...Embedded Controller A E C 6 8 2 1 Appendix B I O Information B 1 I O Information Appendix B...
Page 71: ...Embedded Controller A E C 6 8 2 1 Appendix B I O Information B 3 AEC 6821 Rev B...
Page 73: ...Embedded Controller A E C 6 8 2 1 Appendix B I O Information B 5 AEC 6821 Rev B...