
A-4
WDT & GPIO
MS-98F1
mov dx, SMBUS_ADDRESS03
out dx,al
mov dx, SMBUS_ADDRESS05
mov al,cl
out dx,al
mov al,48h ;set start(bit6=1)and byte data read or write(bit2~4)
xchg al,ah
mov dx, SMBUS_ADDRESS04
out dx,al
xchg al,ah
mov dx, SMBUS_ADDRESS02
out dx,al
#2 :
(a)Set GPO 0 status
mov ax, SLAVE_ADDRESS SIO_GPIO2x_Status
mov cl, GPO_0 ;bit0=GPO 0 status
push ax
mov dx, SMBUS_ADDRESS
mov al,1eh ;clear(bit1~4) status
out dx,al
pop ax
mov dx, SMBUS_ADDRESS03
out dx,al
mov dx, SMBUS_ADDRESS05
mov al,cl
out dx,al
mov al,48h ;set start(bit6=1)and byte data read or write(bit2~4)
xchg al,ah
mov dx, SMBUS_ADDRESS04
out dx,al
xchg al,ah
mov dx, SMBUS_ADDRESS02
out dx,al
Summary of Contents for MS-919-98F1-103
Page 1: ...i MS 98F1 v1 x Industrial Computer Board...
Page 14: ...1 6 Overview...
Page 32: ...2 18 Hardware Setup...
Page 58: ......