E m b e d d e d C o n t r o l l e r
A E C - 6 6 3 7
Appendix A Programming the Watchdog Timer
A-6
A.2 ITE8728F 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
Содержание AEC-6637
Страница 11: ...Embedded Controller A E C 6 6 3 7 Chapter 1 General Information 1 1 General Chapter 1 Information...
Страница 16: ...Embedded Controller A E C 6 6 3 7 Chapter 2 Hardware Installation 2 1 Hardware Installation Chapter 2...
Страница 19: ...Embedded Controller A E C 6 6 3 7 Chapter 2 Hardware Installation 2 4 C1 C2 Version...
Страница 22: ...Embedded Controller A E C 6 6 3 7 Solder Side Chapter 2 Hardware Installation 2 7...
Страница 67: ...Embedded Controller A E C 6 6 3 7 Chapter 3 AMI BIOS Setup 3 1 AMI Chapter 3 BIOS Setup...
Страница 101: ...Embedded Controller A E C 6 6 3 7 Chapter 4 Driver Installation 4 1 Driver Chapter 4 Installation...
Страница 116: ...Embedded Controller A E C 6 6 3 7 Appendix B I O Information B 1 I O Information Appendix B...
Страница 117: ...Embedded Controller A E C 6 6 3 7 Appendix B I O Information B 2 B 1 I O Address Map...
Страница 118: ...Embedded Controller A E C 6 6 3 7 Appendix B I O Information B 3...
Страница 119: ...Embedded Controller A E C 6 6 3 7 Appendix B I O Information B 4 B 2 Memory Address Map...
Страница 120: ...Embedded Controller A E C 6 6 3 7 Appendix B I O Information B 5 B 3 IRQ Mapping Chart B 4 DMA Channel Assignments...
Страница 121: ...Embedded Controller A E C 6 6 3 7 Appendix C RAID AHCI Settings C 1 RAID AHCI Appendix C Settings...