ICE-9652/9602 COM Express Basic Type 2 Module
Page 131
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 ICE-9602
Page 12: ......
Page 13: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 1 Chapter 1 1 Introduction...
Page 23: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 11 Chapter 2 2 Unpacking...
Page 26: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 14 Chapter 3 3 Connectors...
Page 39: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 27 Chapter 4 4 Installation...
Page 49: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 37 Chapter 5 5 BIOS Setup...
Page 91: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 79 Chapter 6 6 Software Installation...
Page 133: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 121 Appendix A A BIOS Options...
Page 137: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 125 Appendix B B Terminology...
Page 141: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 129 Appendix C C Watchdog Timer...
Page 144: ...ICE 9652 9602 COM Express Basic Type 2 Module Page 132 Appendix D D Compatibility...