Aaeon PFM-541I Manual page 48

Amd geode lx800 processor amd lx800 + cs5536 intel 82551er/it for 10/100mbps 24-bit tft lcd panel 4 com, 4usb
Table of Contents

Advertisement

P C / 1 0 4 C P U M o d u l e
The following is a sample code to set WDT for 3 seconds.
;Runtime register I/O base address
SUPERIO_GPIO_PORT
.MODEL
SMALL
.CODE
begin:
;enable WDT
mov dx, SUPERIO_GPIO_PORT + 47h
mov al, 0Ch
out
dx, al
;WDT_TIME_OUT register
mov dx, SUPERIO_GPIO_PORT + 65h
mov al, 80h
out
dx, al
;WDT_VAL register
mov dx, SUPERIO_GPIO_PORT + 66h
mov al, 03h
out
dx, al
;exit
mov ah,4ch
int
21h
END begin
Appendix A Programming the Watchdog Timer A-4
P F M - 5 4 1 I
EQU 800h
;unit is second
;3 seconds

Advertisement

Table of Contents
loading

Table of Contents