Unicorn Computer ENDAT-LX301 Скачать руководство пользователя страница 11

ENDAT-LX301 USERS MANUAL 

UNICORN COMPUTER CORP. 

 

 

21 

2-4. IRQs Mapping 

The IRQ number is automatically assigned to PCI expansion cards after those used by 
onboard device. To install a PCI riser card, you need to set the correct "ADSEL" and "INT" 
(interrupt) assignment. 

IRQ Status Assignment 

0 Occupied Timer 
1 Occupied Keyboard 
2 Occupied Second 

8259 

3 Occupied COM2/COM4 

shared 

4 Occupied COM1/COM3 

shared 

5 Occupied LPT1 
6 Occupied Floppy 

Disk 

Free Any 

8 Occupied RTC 

 

Shareable ACPI controller 

10 

Free Any 

11 

Free Any 

12 

Free 

When PS/2 mouse absent 

13 Occupied Coprocessor 
14 

Free 

When IDE device absent 

15 Occupied Reserved 

 

2-5. 

Watch Dog Timer

 

Watchdog Timer (WDT) is a special design for system monitoring to secure the 
system work normally. WDT has an independent clock from the oscillator and could 
set time and clear/refresh WDT counter function. When time is up, WDT will send 
hardware RESET signal to reset system. 

Timeout Value Range 

-1 to 255 

-Second or Minute 

 

ENDAT-LX301 USERS MANUAL 

UNICORN COMPUTER CORP. 

 

 

22

Sample code

 (using TurboC/C++ 3.0): 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 

#include <stdio.h> 
#include <dos.h> 
#include <dir.h> 
void show_ver(); 
void main() 

 

unsigned int tt; 

 clrscr(); 
 show_ver(); 
 tt=0; 
 while((tt==0)||(tt>255)) 
 { 
 

 

printf("\n\nPlease key in how many seconds you want to reset system (1~255):"); 

  scanf("%d",&tt); 
 } 
 outportb(0x2e,0x87); //Unlock 

register 

 outportb(0x2e,0x87); //Unlock 

register 

 

outportb(0x2e,0x07); 

//Set Logic Device number pointer 

 

outportb(0x2f,0x08); //Set Logic Device number 

 

outportb(0x2e,0xF5); 

//Set WDT mode 

 

outportb(0x2f,0x00); // bit2 : Enable the rising edgw of keyboard Reset to force Time-out 

event. ( 0=Disable / 1= Enable). / bit3 : Select WDTO count mode (0 = second / 1= minute). 
 

outportb(0x2e,0xf6);    //Set Watch Dog Timer Time-out value. 

 

outportb(0x2f,tt); 

//Set time out value of WDT 


void show_ver() 

unsigned char tmp0; 
 

printf("Designed by ROBERT LIOU of UNICORN computer corp.  \n2008/05/12  release 

version:1.0a\n"); 
 

printf("This program is design for test Watch Dog Timer for ENADT-LX301(W83627).\n"); 

 

Содержание ENDAT-LX301

Страница 1: ...and PS 2 are registered trademarks of International Business Machines Corporation Intel is a registered trademark of Intel Corporation VIA is registered trademark of VIA Technology Incorporation Plug...

Страница 2: ...Display interfaces Optional PS 2 Keyboard Mouse Connector 2 USB port 1 RJ 45 LAN Connector 10 100 1000 VGA and COM1 COM2 LPT LPT connector will be removed for MME module with D Sub connectors Back Pan...

Страница 3: ...kiosks networking systems control terminals and other embedded systems with FANLESS environment ENDAT LX301 is designed and integrated with AMD GEODE LX processor and CS5536 Supports One DDR DIMM sock...

Страница 4: ...ed and Windows CE 5 0 6 0 Ordering information 1 ENDAT LX301 Standard version ATX and DC 12V 2 ENDAT LX301W Support Wide range DC 5V 27V 3 ENDAT LX301A Support ATX Power only ENDAT LX301 USERS MANUAL...

Страница 5: ...ctor COM1 COM2 SPEAKER OUT connector SPEKER LPT connector LPT1 IDE Connectors IDE1 IDELIM FDD Connector FDD1 CF socket CF1 PCI PCI Riser Slot PCI1 RISER1 MME Module Connectors PCIMM1 PCIMM2 Cooling Fa...

Страница 6: ...stallation will result in permanent damage LCD panel ENDAT LX301 USERS MANUAL UNICORN COMPUTER CORP 12 Part 1 Onboard Jumpers JBAT1 CMOS Data Clear 1x3 with 2 0mm Pin 1 2 Normal Pin 2 3 Close for clea...

Страница 7: ...CORN COMPUTER CORP 14 Part 2 Onboard Connectors and Headers VGABH1 CRT Box Header Connector 2x8 with 2 0mm Pin No Description Pin No Description 1 RED 9 N C 5V 2 GREEN 10 GND 3 BLUE 11 N C 4 N C 12 DD...

Страница 8: ...5 19 GND 20 N C 21 IDE REQ 22 GND 23 IDE IOW 24 GND 25 IDE IOR 26 GND 27 IDE Ready 28 GND 29 IDE ACK 30 GND 31 IDE IRQ 32 N C 33 IDE A1 34 P66DET 35 IDE A0 36 IDE A2 37 IDECS1 38 IDESC3 39 HDLED 40 GN...

Страница 9: ...L interface Pin Header 2x5 with 2 0mm Pin No Function Pin No Function 1 DCD 2 DSR 3 SIN 4 RTS 5 SOUT 6 CTS 7 DTR 8 RI 9 GND 10 5V ENDAT LX301 USERS MANUAL UNICORN COMPUTER CORP 18 JUSB1 JUSB2 Pin Head...

Страница 10: ...rt RS 485 2 Wire Pin No Function Pin No Function 1 Data 6 NA 2 NA 7 NA 3 Data 8 NA 4 NA 9 NA 5 NA ENDAT LX301 USERS MANUAL UNICORN COMPUTER CORP 20 ATXPWR ATX Power connector ATX 3 3V 11 1 3 3V 12V 12...

Страница 11: ...time is up WDT will send hardware RESET signal to reset system Timeout Value Range 1 to 255 Second or Minute ENDAT LX301 USERS MANUAL UNICORN COMPUTER CORP 22 Sample code using TurboC C 3 0 include st...

Страница 12: ...ample code for output using Turbo C C 3 0 DIGITAL I O Pin DIO P1 Register configuration Bit No 3 2 1 0 Map P1 3 P1 2 P1 1 P1 0 Sample code for input using Turbo C C 3 0 Sample code for output using Tu...

Страница 13: ...ll of the above CMOS BIOS items require board knowledge on PC AT system architecture Incorrect setup could cause system malfunctions ENDAT LX301 USERS MANUAL UNICORN COMPUTER CORP 26 3 1 Standard CMOS...

Страница 14: ...t Up Floppy Seek Enabled Boot Up NumLock Status On Gate A20 Option Normal Typematic Rate Setting Disabled Typematic Rate Chars Sec 6 Typematic Delay Msec 250 Security Option Setup OS Select For DRAM 6...

Страница 15: ...o IDE Primary Master UDMA Auto IDE Primary Slave UDMA Auto IDE DMA transfer access Enabled IDE HDD Block Mode Enabled Onboard Lan Boot ROM Disabled Onboard FDC Controller Enabled Onboard Serial Port 1...

Страница 16: ...section describes the configuration of the PCI bus system PCI is a system that allows I O device to operate at speeds nearing the speed of the CPU itself when communicating with its own special compon...

Страница 17: ...ntroller is full compliance and compatibility with IBM VGA and VESA extended VGA The display controller is integrated video DACs and TFT LCD interface for various embedded application The display oper...

Страница 18: ...1024 1600x1200 Bus Width This field is used to select the bus width of LCD panel Generally is 24bits Choice 8 9 12 16 18 24 Data type This field is used to select the data type of LCD panel Generally...

Страница 19: ...triple speed and full half duplex capability at all speeds the integrated Cicada PHY is fully compliant to IEEE 802 3 10BASE T 802 3u 100BASE TX and 802 3ab 1000BASE T standards With Cicada s proven S...

Страница 20: ...ignal Description To Pin Number Signal Description 1 1 2 TD TD 1 2 TD TD 2 3 6 RD RD 3 6 RD RD Table A 1 Figure A 1 ENDAT LX301 USERS MANUAL UNICORN COMPUTER CORP 40 5 3 Connecting 100Base TX Fast Eth...

Страница 21: ...ppendix B LIMITED WARRANTY Standard Two years limited warranty on all our ENDAT series all in one motherboards and embedded board Products that become defective during the warranty period shall be rep...

Страница 22: ...ENDAT LX301 USERS MANUAL UNICORN COMPUTER CORP 44 z Issue Code of defect 01 Second Times R M A 11 Memory Socket Bad 02 No Screen No Boot 12 Hang Up Hardware 03 VGA Display Fail 13 Hang Up Software 04...

Отзывы: