Appendix C - Watchdog Timer
Issue A
115
Example program:
;
INITIAL TIMER PERIOD COUNTER
;
W_LOOP:
MOV AX, 6F02H
;setting the time-out value
MOV BL, 30
;time-out value is 48 seconds
INT 15H
;
;
ADD THE APPLICATION PROGRAM HERE
;
CMP EXIT_AP, 1
;is the application over?
JNE W_LOOP
;No, restart the application
MOV AX, 6F02H
;disable Watchdog Timer
MOV BL, 0
;
INT 15H
;
;
EXIT
;
Summary of Contents for ALUDRA
Page 116: ...ALUDRA user manual Issue A 116 Appendix D Address Mapping I O Address Map ...
Page 117: ...Appendix D Address Mapping Issue A 117 Table IO Address Map ...
Page 118: ...ALUDRA user manual Issue A 118 IRQ Address Map Table IRQ Address Map ...
Page 119: ...Appendix D Address Mapping Issue A 119 Memory Address Map Table Memory Address Map ...
Page 123: ...www eurotech com ...