Aaeon PFM-540I Manual page 48

Amd geodetm lx 800, processor amd, lx 800 plus cs5536 intel 82551er / it for 10 / 100mbps 18 / 24-bit tft lcd panel 4 com, 4usb, pc/104 cpu module
Hide thumbs Also See for PFM-540I:
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 0 I R e v . B
EQU 800h
;unit is second
;3 seconds

Advertisement

Table of Contents
loading

Table of Contents