24
•
Watchdog Programming
mov dx,2fh
mov al,0c0h
out dx,al
mov dx,2eh
mov al,07h
out dx,al
mov dx,2fh
mov al,08h
out dx,al ;device 8
mov dx,2eh
mov al,0f5h ;device 8, CRF5
out dx,al
mov dx,2fh
mov al,00h ;bit3 -> 0 = second
;bit3 -> 1 = minute
out dx,al
mov dx,2eh
mov al,07h
out dx,al
mov dx,2fh
mov al,08h
out dx,al ;device 8
mov dx,2eh
mov al,0f6h ;device 8, CRF6
out dx,al
mov dx,2fh
mov al,0fh
out dx,al
;------------------------------------
; Exit extend function mode
;------------------------------------
mov dx,2eh
mov al,0aah
out dx,al
.exit
end
Summary of Contents for NuPRO-780 Series
Page 1: ...NuPRO 780 Series PICMG Full size CPU Card User s Guide Recycled Paper ...
Page 2: ......
Page 8: ......