EPC-C301 User Manual
66
A.1
EC Watchdog Timer Sample Code
EC_Command_Port = 0x29Ah
EC_Data_Port = 0x299h
Write EC HW ram = 0x89
Watch dog event flag = 0x57
Watchdog reset delay time = 0x5E
Reset event = 0x04
Start WDT function = 0x28
====================================================
.model small
.486p
.stack 256
.data
.code
org 100h
.STARTup
mov dx, EC_Command_Port
mov al,89h ; Write EC HW ram.
out dx,al
mov dx, EC_Command_Port
mov al, 5Fh ; Watchdog reset delay time low byte (5Eh is high byte) index.
out dx,al
mov dx, EC_Data_Port
mov al, 30h ;Set 3 seconds delay time.
out dx,al
mov dx, EC_Command_Port
mov al,89h ; Write EC HW ram.
out dx,al
mov dx, EC_Command_Port
mov al, 57h ; Watch dog event flag.
out dx,al
mov dx, EC_Data_Port
mov al, 04h ; Reset event.
out dx,al
mov dx, EC_Command_Port
mov al,28h ; start WDT function.
out dx,al
.exit
END
Содержание EPC-C301 Series
Страница 1: ...User Manual EPC C301 Multiple I O Fanless Embedded System ...
Страница 11: ...Chapter 1 1 General Introduction This chapter details background information on EPC C301 series ...
Страница 22: ...EPC C301 User Manual 12 2 2 1 6 RJ45 2 port ...
Страница 30: ...EPC C301 User Manual 20 ...
Страница 31: ...Chapter 3 3 BIOS Settings ...
Страница 40: ...EPC C301 User Manual 30 Power Limit 3 Settings Power Limit 3 Override Enable Disable Power Limit 3 override ...
Страница 56: ...EPC C301 User Manual 46 3 1 2 10 Intel TXT Information Intel TXT Information Display Intel TXT information ...
Страница 60: ...EPC C301 User Manual 50 3 1 2 15 Network Stack Configuration Network Stack Enable Disable UEFI Network Stack ...
Страница 75: ...Appendix A A Watchdog Timer Sample Code ...
Страница 77: ...Appendix B B System Assignments ...