Instruction Manual
Table Of Contents
- 1 Introduction
- 2 Unpacking
- 3 Connectors
- 3.1 Peripheral Interface Connectors
- 3.2 Internal Peripheral Connectors
- 3.2.1 12V / 5V Power Connector
- 3.2.2 ATX Power Supply Enable Connector
- 3.2.3 Audio Kit Connector
- 3.2.4 Battery Connector
- 3.2.5 CompactFlash® Connector
- 3.2.6 Fan Connector
- 3.2.7 Digital I/O Connector
- 3.2.8 Keyboard/Mouse Connector
- 3.2.9 LAN Connector
- 3.2.10 LCD Inverter Connector
- 3.2.11 LED and +5V Output Connector
- 3.2.12 PCI-104 Connector
- 3.2.13 Power Button Connector
- 3.2.14 Reset Button Connector
- 3.2.15 RS-232 Serial Port Connectors
- 3.2.16 RS-422/485 Serial Port Connector
- 3.2.17 LVDS LCD Connector
- 3.2.18 SATA Drive Connector
- 3.2.19 SPI Flash Connector
- 3.2.20 USB Connector
- 3.2.21 VGA Connector
- 4 Installation
- 5 BIOS
- A BIOS Options
- B Terminology
- C Watchdog Timer
- D Hazardous Materials Disclosure

PM-945GSE-N270 User Manual
Page 118
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 ;










