
26
•
Watchdog Timer
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
ADLINK also provides other examples and various sub functions for
programmers to implement with their software. It is stored in the ADLINK
CD.
Содержание NuPRO-840 DV
Страница 2: ......