ECW-281B Embedded System
Page 151
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 ECW-281B-945GSE
Page 16: ......
Page 17: ...ECW 281B Embedded System Page 1 Chapter 1 1 Introduction ...
Page 25: ...ECW 281B Embedded System Page 9 Chapter 2 2 Mechanical Description ...
Page 32: ...ECW 281B Embedded System Page 16 Figure 2 7 Internal Overview ...
Page 33: ...ECW 281B Embedded System Page 17 Chapter 3 3 System Components ...
Page 59: ...ECW 281B Embedded System Page 43 Chapter 4 4 Installation ...
Page 74: ...ECW 281B Embedded System Page 58 Figure 4 15 Power Button ...
Page 75: ...ECW 281B Embedded System Page 59 5 BIOS Screens Chapter 5 ...
Page 122: ...ECW 281B Embedded System Page 106 6 Software Drivers Chapter 6 ...
Page 142: ...ECW 281B Embedded System Page 126 Chapter 7 7 Troubleshooting and Maintenance ...
Page 148: ...ECW 281B Embedded System Page 132 A Safety Precautions Appendix A ...
Page 152: ...ECW 281B Embedded System Page 136 B IEI Embedded System Series Appendix B ...
Page 161: ...ECW 281B Embedded System Page 145 C BIOS Menu Options Appendix C ...
Page 165: ...ECW 281B Embedded System Page 149 D Watchdog Timer Appendix D ...