IVS-110 Embedded System
Page 102
NOTE:
When exiting a program it is necessary to disable the Watchdog Timer,
otherwise the system resets.
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 IVS-110
Page 14: ......
Page 15: ...IVS 110 Embedded System Page 1 Chapter 1 1 Introduction ...
Page 24: ...IVS 110 Embedded System Page 10 Chapter 2 2 Unpacking ...
Page 28: ...IVS 110 Embedded System Page 14 Chapter 3 3 Installation ...
Page 53: ...IVS 110 Embedded System Page 39 Chapter 4 4 BIOS ...
Page 91: ...IVS 110 Embedded System Page 77 Chapter 5 5 Troubleshooting and Maintenance ...
Page 95: ...IVS 110 Embedded System Page 81 Chapter 6 6 Interface Connectors ...
Page 100: ...IVS 110 Embedded System Page 86 Appendix A A Regulatory Compliance ...
Page 105: ...IVS 110 Embedded System Page 91 B Safety Precautions Appendix B ...
Page 111: ...IVS 110 Embedded System Page 97 Appendix C C BIOS Menu Options ...
Page 114: ...IVS 110 Embedded System Page 100 Appendix D D Watchdog Timer ...
Page 117: ...IVS 110 Embedded System Page 103 Appendix E E Hazardous Materials Disclosure ...