73
MIC-7500 User Manual
Appendix A
P
rogramming
the
W
atchdog
Timer
A.1.3
Example Program
1.
Enable watchdog timer and set 10 sec. as timeout interval
;-----------------------------------------------------------
Mov dx,2eh ; Unlock NCT6106D
Mov al,87h
Out dx,al
Out dx,al
;-----------------------------------------------------------
Mov al,07h ; Select registers of watchdog timer
Out dx,al
Inc dx
Mov al,08h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Enable the function of watchdog timer
Mov al,30h
Out dx,al
Inc dx
Mov al,01h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Set second as counting unit
Mov al,0f0h
Out dx,al
Inc dx
In al,dx
And al,not 08h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Set timeout interval as 10 seconds and start counting
Mov al,0f1h
Out dx,al
Inc dx
Mov al,10
Out dx,al
;-----------------------------------------------------------
Dec dx ; Lock NCT6106D
Mov al,0aah
Out dx,al
2.
Enable watchdog timer and set 5 minutes as timeout interval
;-----------------------------------------------------------
Mov dx,2eh ; Unlock NCT6106D
Mov al,87h
Out dx,al
Out dx,al
Содержание MIC-7500
Страница 1: ...User Manual MIC 7500 Embedded IPC...
Страница 11: ...Chapter 1 1 General Introduction This chapter gives background information on MIC 7500...
Страница 16: ...MIC 7500 User Manual 6...
Страница 17: ...Chapter 2 2 H W Installation This chapter introduces external IO and the installation of MIC 7500 hardware...
Страница 31: ...Chapter 3 3 AMI BIOS Setup This chapter introduces how to set BIOS configuration data...
Страница 47: ...37 MIC 7500 User Manual Chapter 3 AMI BIOS Setup 3 2 2 10 CPU Configuration...
Страница 49: ...39 MIC 7500 User Manual Chapter 3 AMI BIOS Setup 3 2 2 11 Intel TXT Information 3 2 2 12 SATA Controller...
Страница 55: ...45 MIC 7500 User Manual Chapter 3 AMI BIOS Setup 3 2 3 Chipset System Agent SA Configuration...
Страница 60: ...MIC 7500 User Manual 50 PCH IO Configuration...
Страница 71: ...Chapter 4 4 Software Installation This chapter introduces driver installation...
Страница 78: ...MIC 7500 User Manual 68...
Страница 79: ...Appendix A A Programming the Watchdog Timer...
Страница 87: ...Appendix B B Programming the GPIO...