Home
User Manual
Contents
1. Pin Signal Pin Signal 1 WAKE 27 GND 2 3 3V AUX 28 1 5V 3 N C 29 GND 4 GND 30 SMBCLK 5 N C 31 PETNO 6 1 5V 32 SMBDATA 7 CLKREQ 33 PETPO 8 UIM_PWR 34 GND 9 GND 35 GND 10 UIM_DATA 36 USB_D 11 REFCLK 37 GND 12 UIM_CLK 38 USB_D 13 REFCLK 39 3 3V AUX 14 UIM_RESET 40 GND 15 GND 41 3 3V AUX 16 UIM_VPP 42 LED_WWAN 17 UIM_C8 43 GND 18 GND 44 LED_WLAN 19 UIM_C4 45 N C 20 W_Disable 46 N C 21 GND 47 N C 22 PERST 48 1 5V 23 PERNO 49 N C 24 3 3V AUX 50 GND 25 PERPO 51 N C 26 GND 52 3 3V AUX AEWIN Technologies Co Ltd 36 MB 8303 User Manual AH 2 4 13 CN13 for SIM holder CN13 SIM card holder Pin Signal Pin Signal C1 VCC C2 RESET C3 CLOCK C4 Reserved c5 GND C6 VPP C7 I O C8 Reserved AEWIN Technologies Co Ltd 37 MB 8303 User Manual AH 2 4 14 CN14 for SMBUS pin header CN14 1 x 5 pin header 2 00 mm pitch Pin Signal Pin Signal 1 5V 2 Clock 3 Data 4 N C 5 GND 1 CN14 z B B 5 AEWIN Technologies Co Ltd 38 MB 8303 User Manual AH 2 4 15 CN15 for SPI programmer CN15 2 x 4 header pitch 2 54 mm Pin Signal Pin Signal 1 3 3V 2 GND 3 CS N Chip Select 4 SCLK Serial Clock 5 MISO Master Input Slave Output 6 MOSI Master Output Slave Input 7 N
2. void help printf AEWIN Digital IO Program n printf n printf Read the input port GPI80 GPI83 and output port GPO84 GP087 n printf ex digit_io r n printf n printf digit_io xy n printf x 84 87 GPO84 87 n printf y h I Set high low n printf ex _ digit_io 84h Set GPO84 to high n printf n void Enter SIO outportb index_port 0x87 delay 1 outportb index_port 0x87 AEWIN Technologies Co Ltd 13 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions void Exit SIO outportb index_port OxAA void Write SIOf int reg int val outportb index port reg outportb data port val int Read SIO int reg outportb index port reg return inportb data port void Global Setting int data_rw8 long int data_rw32 Define SIO GP80 83 to input SIO GP84 87 to output Write SIO 0x07 0x06 Write SIO 0x30 0x01 Select logical device 6 data_rw8 Read_SIO 0x88 OxFO Write SIO 0x88 data rw8 AEWIN Technologies Co Ltd 74 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions 4 2 Watchdog timer Sample Program for DOS environment AEWIN Watch dog program for MB 8302 Dos Version include lt stdio h gt include lt string h gt include lt dos h gt include lt stdlib h gt include lt inlines pc h gt
3. AEWIN Technologies Co Ltd 25 MB 8303 User Manual w AEWIN oan Embedded amp Network Solutions 2 4 2 CN2 for PCI Express X1 slot Note This slot could work with AEWIN s RE SOX series riser card to get PCIe X16 amp PCI expansion slots And it s come with MB 8303B only Pin Side B Side A 1 12V PRSNT1 2 12V 12V 3 12V 12V 4 GND GND 5 SMCLK TCK 6 SMDAT TDI 7 GND TOD 8 3 3V TMS 9 RST 3 3V 10 3 3V AUX 3 3V 11 WAKE PWRGD Key Notch 12 Reserved GND 13 GND REFCLK 14 HSOp REFCLK 15 HSOn GND 16 GND HSIp 17 PRSNT2 HSIn Example for Configuration of with RE SO1 riser card 18 GND GND AEWIN Technologies Co Ltd 6 MB 8303 User Manua AH 2 4 3 CN3 for Low Pin Count pin header AEWIN Technologies Co Ltd 27 CN3 2 x 7 header pitch 2 0 mm Pin Signal Pin Signal 1 3 3V LADO 3 LAD1 4 LAD2 5 LAD3 LFRAME 7 Reset 5V 9 LPC clock 10 LPME 11 GND Key 13 SERIRQ 14 LPC DREQ 1 2 CN3 13 14 MB 8303 User Manual AH 2 4 4 CN4 for COM4 box header CN4 2 x 5 header pitch 2 00 mm Pin Signal Pin Signal 1 DCD Data carrier detect 2 DSR Data set ready 3 RXD Receive Data 4 RTS Request to send 5 TXD Send Data 6 CTS Clear to se 7 DTR Data Terminal Ready 8 RI Ring indicator 9 GND 10 N C 2 10 CN4 1 9 AEWIN Technologies Co
4. define index_port Ox2E Super IO Index port address define data_port Ox2F Super IO Data port address void Enter_sio_config void Exit_sio_config void help int main int argc char argv int data rw8 int data r8 if argc lt 2 help return Enter_sio_config if strcmp argv 1 s OX Show Watchdog Register Settings outportb index_port OxF5 data_rw8 inportb data_port amp 0x08 if data_rw8 0x00 second mode outportb index_port OxF6 data_rw8 inportb data_port printf Second mode d second n data_rw8 AEWIN Technologies Co Ltd 75 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions else minute mode outportb index_port OxF6 data_rw8 inportb data_port printf Minute mode d minute n data_rw8 else if strcmp argv 1 t 0 Set Time out Value if argv 2 NULL help return else outportb index_port OxF5 data_rw8 inportb data_port amp 0xF7 outportb data port data rw8 sscanf argv 2 d amp data rw8 outportb index port OxF6 outportb data port data rw8 outportb index port OxFA outportb data port 0x01 outportb index port OxF5 data r8 inportb data port 0x20 outportb data port data r8 printf Watchdog Timer will count down for d second s n data rw8 else if strcmp argv 1 m 0 X Set Time out Value if argv 2 NULL help return else outpor
5. Ltd 28 MB 8303 User Manual a AEWIN J Embedded amp Network Solutions 2 4 5 CN5 for COM3 box header CN5 2 x 5 header pitch 2 00 mm Pin Signal Pin Signal 1 DCD Data carrier detect 2 DSR Data set ready 3 RXD Receive Data 4 RTS Request to send 5 TXD Send Data 6 CTS Clear to se 7 DTR Data Terminal Ready 8 RI Ring indicator 9 GND 10 N C 2 10 CN5 1 9 AEWIN Technologies Co Ltd 29 MB 8303 User Manual AH 2 4 6 CN6 for COM5 box header CN6 2 x 5 header pitch 2 00 mm Pin Signal Pin Signal 1 DCD Data carrier detect 2 DSR Data set ready 3 RXD Receive Data 4 RTS Request to send 5 TXD Send Data 6 CTS Clear to se 7 DTR Data Terminal Ready 8 RI Ring indicator 9 GND 10 N C 2 10 1 9 AEWIN Technologies Co Ltd 30 MB 8303 User Manual AH 2 4 7 CN7 for 8 bit GPIO AEWIN Technologies Co Ltd 31 CN7 2 x 6 header pitch 2 0 mm Pin Signal Pin Signal 1 3 3V GPIOO 3 GPIO1 4 GPIO2 5 GPIO3 GPIO4 7 GPIOS GPIO6 9 GPIO7 10 Key 11 5V 12 GND 1 2 CN7 11 12 MB 8303 User Manual AH 2 4 8 CN8 for COM6 box header CNB 2 x 5 header pitch 2 00 mm Pin Signal Pin Signal 1 DCD Data carrier detect 2 DSR Data set ready 3 RXD Receive Data 4 RTS Request to send 5 TXD Send Data 6 CTS Clear to se 7 DTR Data Terminal Ready 8 RI Ring indicator 9 GND
6. Ltd 50 MB 8303 User Manual MEW nd rss ve sten IntelQ Rapid Start Technology lt Disabled gt Description Intel Rapid Start Technology enables your system to get up and running faster from even the deepest sleep saving time and power consumption Aptio Setup Utility Copyright C 2012 American Megatrends Inc Enabled AEWIN Technologies Co Ltd 51 MB 8303 User Manual HEW N nd rss ve ster Intel AMT lt Enabled gt Description This option enables Intel AMT support The options are Enabled and Disabled Aptio Setup Utility Copyright C 2012 American Megatrends Inc Intel AMT Enabled AEWIN Technologies Co Ltd 52 MB 8303 User Manual AWI a mons nor sonsons 3 2 6 Advanced Menu This feature enables support for USB function parameters The options are Enabled and Disabled This feature enables support for legacy USB devices Select Auto to disable legacy support if USB devices are not present Select Disable to have USB devices available only for EFI applications The options are Enabled Disabled and Auto Aptio Setup Utility Copyright C TME Legacy USB Support Enabled AEWIN Technologies Co Ltd 53 MB 8303 User Manual AFMI a mons Noor sonsons 3 2 6 Advanced Menu Select Half size Mini PCIe socket to support SATA signal or PCIe signal Default is support STAT signal Select COM2 port to support RS232 RS 422 or RS485 mode Default is RS232 mode Allows AMT
7. 40 SMB Data 13 LVDSA 1 27 LVDSA Clock 14 LVDSB 1 28 LVDSB Clock 40 UDE LEE III T 39 MB 8303 User Manual E The Main Menu of BIOS Setup Utility provide a quick overview of basic system information and the ability to change the system Date time Aptio Setup Utility Copyright C 2012 American Megatrends Inc system Date AEWIN Technologies Co Ltd 44 MB 8303 User Manual A The Advanced Menu of BIOS Setup Utility allows users to configure advanced system settings Aptio Setup Utility Copyright C 2012 American Megatrends Inc gt PCIe Subsystem Settings AEWIN Technologies Co Ltd 45 MB 8303 User Manual AHG PCI Express Device Register Setting Description This item manually sets the maximum read request size of the PCI Express device or allows the system BIOS to choose the value Auto The options are Auto 128 Bytes 256 Bytes 512 Bytes 1024 Bytes 2048 Bytes and 4096 Bytes Aptio Setup Utility Copyright C 2012 American Megatrends Inc No Snoop Enabled AEWIN Technologies Co Ltd 46 MB 8303 User Manual AWI a envesca nor sonsons 3 2 2 Advanced Menu ACPI Setting Description Use this feature to configure Advanced Configuration and Power Interface ACPI power management settings for your system Aptio Setup Utility Copyright C 2012 American Megatrends Enable ACPI Auto Conf Disabled AEWIN Technologies Co Ltd 47 MB 8303 User Ma
8. AT mode JP2 Closed Pin Result 1 2 ATX mode 2 3 AT mode Default setting AEWIN Technologies Co Ltd 20 MB 8303 User Manual EV an a amp ve sonson 2 3 3 JP3 for Clear RTC JP3 Closed Pin Result Open Normal Shorted Clear RTC Default setting JP3 AEWIN Technologies Co Ltd 21 MB 8303 User Manual AH 2 3 4 JP4 for LVDS Panel Voltage select JP4 Closed Pin Result 1 2 3 3V 3 4 5V 5 6 12V Default settina JP4 AEWIN Technologies Co Ltd 22 MB 8303 User Manual AH 2 3 5 JP5 for LVDS brightness control mode JP5 Closed Pin Result 1 2 PWM mode 2 3 DC Level Default setting Om si AEWIN Technologies Co Ltd 23 MB 8303 User Manual AH 2 3 6 JP7 for BIOS write protect JP7 Closed Pin Result Open Normal Shorted Write protect Default setting JP7 AEWIN Technologies Co Ltd 24 MB 8303 User Manual AH 2 4 The pin define of onboard pin header 2 4 1 CN1 for ATX power supply connector CN1 24 pin pitch 2 0 mm Pin Signal Pin Signal 1 3 3V 2 3 3V 3 GND 4 5V 5 GND 6 5V 7 GND 8 Power_OK 9 5VSB 10 12V 11 12V 12 3 3V 13 3 3V 14 12V 15 GND 16 PS_ON 17 GND 18 GND 19 GND 20 RSVD 21 5V 22 5V 23 5V 24 GND JER CN1
9. RS232 CN29 VGA connector CN9 COM2 pin header RS232 422 485 CN30 COM1 connector RS232 CN10 Mini PCle WLAN LED pin header CN31 HDMI connector CN11 Front panel pin header CN32 NA CN12 Mini PCle socket CN33 DVI D connector CN13 SIM card holder CN14 SMBus pin header CN15 SPI flash pin header CN16 PCI Express X16 slot CN17 SATA2 conector CN18 SATA3 connector CN19 SATA2 connector CN20 SATA3 connector CN21 P4 4 pin 12V connector AEWIN Technologies Co Ltd 17 MB 8303 User Manual AH 2 2 The location of onboard jumpers JP5 JP4 JP7 JP3 JP1 Label Function JP1 CMOS Clear jumper 1 2 Normal 2 3 Clear CMOS JP2 AT ATX power mode selection 1 2 ATX 2 3 AT JP3 Clear RTC Open Normal Shorted Clear RTC JP4 LVDS Vcc power level selection 3 3V 5V 12V JP5 LVDS brightness control mode 1 2 PWM 2 3 DC JP7 BIOS write protect AEWIN Technologies Co Ltd 18 MB 8303 User Manual AH 2 3 The function list of onboard jumpers setting 2 3 1 JP1 for for Clear CMOS If you want to clean the CMOS data set jumper to 2 3 just for few seconds Then Move the jumper back to 1 2 pin JP1 Closed Pin Result 1 2 Normal 2 3 Clear CMOS Default setting I Oo AEWIN Technologies Co Ltd 19 MB 8303 User Manual EV aa won sorron 2 3 2 JP2 for ATX
10. carefully read all the manuals that came with the package Before using the product make sure all cables are correctly connected and the power cables are not damaged If you detect any damage contact your dealer immediately To avoid short circuits keep paper clips screws and staples away from connectors slots sockets and circuitry e Avoid dust humidity and temperature extremes Do not place the product in any area where it may become wet e Place the product on a stable surface elf you encounter technical problems with the product contact a qualified service technician or your retailer AEWIN Technologies Co Ltd 5 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions Contents Chapter 1 1 1 12 1 3 1 4 1 5 Chapter 2 2 1 2 2 2 3 2 3 1 2 3 2 2 3 3 2 3 3 2 3 3 2 3 4 2 4 2 4 1 2 4 2 2 4 3 2 4 4 2 4 5 2 4 6 2 4 7 2 4 8 2 4 9 2 4 10 2 4 11 2 4 12 2 4 13 AEWIN Technologies Co Ltd General Information nanannnnnnnnnnnnnnnnnnnnnnnnunnnnnnnvnnnnn 8 Introduction EEE 8 Specification zeveren orkanen nen sekken stane neh nennen EE teed 9 Block DAGEN speer eertse eene rib harken tetesa Anis esbeks manta 11 Board layout Dimension Saeras 12 19 J COMMGGION serene desert senen EE 14 Hardware installation asranunnnvnnvnnnnnnnnnnnnnnnnnnnnnnnnnn 16 The location of onboard connectors nnn nennen eneen 16 The location of onboard jumpers nesten K K e K Ke 18 The function l
11. for 24 bit dual channel LVDS connector sss essere eee eee 43 Chapter 3 BIOS setting menu sss esse sss sss esser ss esss senses 44 Chapter 4 Programming WDT amp GPIO sss sese eesss serres nennen 69 4 1 GPIO DOS sample Code sss ex eee 69 4 2 Watch Dog timer DOS sample Code sss eee cece eee ee eee ennen eneneneeneenn 75 4 3 Device resource table AEWIN Technologies Co Ltd 7 MB 8303 User Manual L AEWIW Advanced Embedded amp Network Solutions 1 1 Introduction MB 8303 is an industrial Mini ITX motherboard supporting 4th Generation Intel Core 17 15 13 LGA1150 Processors with built in Intel HD Graphics Onboard video connections include HDMI DVI VGA and 24 bit dual channel LVDS enabling customers to select between them for triple independent display The board features 2x SO DIMM DDR3 1600MHz sockets expandable to 16GB Additionally the MB 8303 supports a variety of I O including 2x GbE Intel GLAN 4x SATA for RAID 2 x USB3 0 8 x USB 2 0 1 x RS232 422 485 jumper less selection 5 x RS232 PS2 Keyboard Mouse 1 x Mini PCle socket for expansion slot with WIFI 3G module option For furthering graphical performance a1 x PCle x16 slot will allow the installation of discrete VGA card MB 8303delivers flexible expansion slots allowing customers to install one PCI Express X16 card and Mini PCle cards It is built with a SIM card holder capable of installing a SIM card with a Full size Mini PCle 3G module for wireless connect
12. to reset or power down the system if the operating system or BIOS hangs or crashes The options are Disabled and Enabled Aptio Setup Utility Copyright C 2012 American Megatr Ine Hatch dog Mode AEWIN Technologies Co Ltd 54 MB 8303 User Manual HEW N nd rss vr sten F81866 Super IO Configuration Description Select Enabled to enable the onboard serial port The options are Enabled and Disabled Aptio Setup Utility Copyright C 2012 American Megatrends Inc K Serial Port 0 Configuration AEWIN Technologies Co Ltd 55 MB 8303 User Manual AWI a mons non sonsons 3 2 7 Advanced Menu F81866 H W monitor Description This feature allows the user to check CPU temperature and the fan speed And also displays the current voltages of the above voltage monitors Aptio Setup Utility Copyright C 2012 American Megatrends Inc Smart Fan Function Enabled AEWIN Technologies Co Ltd 56 MB 8303 User Manual HEIN a envesca Noor sonsons 3 2 8 Advanced Menu This feature allows the user to decide how the system controls the speeds of the onboard fans The CPU temperature and the fan speed are correlative When the CPU on die temperature increases the fan speed will also increase for effective system cooling Select Full Speed to allow the onboard fans to run at full speed of 100 Pulse Width Modulation Duty Cycle for maximum cooling Aptio Setup Utility Copyright C Inc Fan 1 Sma
13. 10 N C 2 10 1 9 AEWIN Technologies Co Ltd 32 MB 8303 User Manual er AEWIN J Embedded amp Network Solutions 2 4 9 CN9 for COM2 RS232 422 485 Note COM2 RS 232 422 485 mode could be set by BIOS Default is RS 232 CN9 2x 5 header Pitch 2 00 mm Pin RS232 mode RS422 mode RS485 mode DCD Data carrier detect TXD TXD DSR Data set ready RXD Received Data TXD TXD RTS Request to send TXD Transmitted Data RXD CTS Clear to sent DTR Data terminal ready RXD RI Ring indicator GND N C O ODINIOAIUNA TUIN HE KA La 2 10 1 9 AEWIN Technologies Co Ltd 33 MB 8303 User Manual EV aa won oven 2 4 10 CN10 for Full size Mini PCIe WLAN LED indictor CN10 1 x2 2 pin wafer Pin Signal Pin Signal 1 LED WLAN 2 3 3V Note Full size Mini PCIe card could support Mini PCIe module via PCIe or USB signal AEWIN Technologies Co Ltd 34 MB 8303 User Manual AH 2 4 11 CN11 for Front Panel pin header CN11 2 x 4 header pitch 2 54 mm Pin Signal Pin Signal 1 HDD LED 2 Power LED 3 HDD LED 4 GND 5 GND 6 GND 7 RESET 8 Power Switch AEWIN Technologies Co Ltd 35 MB 8303 User Manual a AEWIN J Embedded amp Network Solutions 2 4 12 CN12 for Full size Mini PCIe socket Note Full size Mini PCIe card could support Mini PCIe module via PCIe or USB signal
14. C 8 FLASH_IO AEWIN Technologies Co Ltd 39 CN15 5883 8 MB 8303 User Manual AH 2 4 16 CN21 for 4 pin 12V power input CN21 ATX 2 x 2 Pin Signal Pin Signal 1 GND 2 GND 3 12V 4 12V 4 3 O CN21 2 1 AEWIN Technologies Co Ltd 40 MB 8303 User Manual AH 2 4 17 CN22 for LVDS Backlight pin header CN22 1 x 5 wafer Pitch Pitch 2 0 mm Pin Signal Pin Signal 1 12V 2 GND 3 Backlight Enable 4 Backlight Control 5 5V CN22 AEWIN Technologies Co Ltd 41 MB 8303 User Manual AH 2 4 18 CN23 for USB 2 0 pin header CN23 2 x 5 header pitch 2 54 mm Pin Signal Pin Signal 1 5V 2 5V 3 USB6_ data 4 USB7_data 5 USB6_ data 6 USB7_data 7 GND 8 GND 9 Key 10 GND AEWIN Technologies Co Ltd 42 MB 8303 User Manual 2 4 19 CN24 for 24 bit Dual Channel LVDS a AEWIN oan Embedded amp Network Solutions CN24 connector type DF13A 40DP 1 25V Pin Signal Pin Signal Pin Signal 1 LVDS_VCC 15 LVDSA_1 29 GND 2 LVDS_VCC 16 LVDSB 1 30 GND 3 LVDS VCC 17 GND 31 DDC Clock 4 LVDS VCC 18 GND 32 DDC Data 5 GND 19 LVDSA 2 33 GND 6 GND 20 LVDSB 2 34 GND 7 LVDSA 0 21 LVDSA 2 35 LVDSA 3 8 LVDSB 0 22 LVDSB 2 36 LVDSB 3 9 LVDSA 0 23 GND 37 LVDSA 3 10 LVDSB 0 24 GND 38 LVDSB 3 11 GND 25 LVDSA Clock 39 SMB Clock 12 GND 26 LVDSB Clock
15. CPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Intel R 8 Series C220 Series SATA AHCI Controller 8C02 Microsoft ACPI Compliant System High Definition Audio Controller Intel R 8 Series C220 Series USB EHCI 1 8C26 Intel R USB 3 0 eXtensible Host Controller Intel R Ethernet Connection 1217 LM Intel R 1211 Gigabit Network Connection 2 Intel R 1211 Gigabit Network Connection 2 Intel R 1211 Gigabit Network Connection 2 Intel R 1211 Gigabit Network Connection 2 MB 8303 User Manual ae AFI WIW Advanced Embedded amp Network Solutions IRQ 65536 Exclusive Intel R 1211 Gigabit Network Connection 2 IRQ 65536 Exclusive Intel R 1211 Gigabit Network Connection 2 IRQ 65536 Exclusive Intel R HD Graphics 4600 IRQ 81 Exclusive Microsoft ACPI Compliant System IRQ 82 Exclusive Microsoft ACPI Compliant System IRQ 83 Exclusive Microsoft ACPI Compliant System IRQ 84 Exclusive Microsoft ACPI Compliant System IRQ 85 Exclusive Microsoft ACPI Compliant System IRQ 86 Exclusive Microsoft ACPI Compliant System IRQ 87 Exclusive Microsoft ACPI Compliant System IRQ 88 Exclusive Microsoft ACPI Compliant System IR
16. D1C000 FED1FFFF Exclusive Motherboard resources Memory FED20000 FED3FFFF Exclusive Motherboard resources Memory Exclusive System board FED40000 FED44FFF Memory FED45000 FED8FFFF Exclusive Motherboard resources Memory FED90000 FED93FFF Exclusive Motherboard resources Memory FEE00000 FEEFFFFF Exclusive Motherboard resources Memory Exclusive Intel R 82802 Firmware Hub Device FF000000 FFFFFFFF Memory FFO000000 FFFFFFFF Exclusive Motherboard resources Port 0000 001F Exclusive Direct memory access controller AEWIN Technologies Co Ltd 85 MB 8303 User Manual ae AFI WIW Advanced Embedded amp Network Solutions Port 0000 0CF7 Port 0010 001F Port 0020 0021 Port 0022 003F Port 0024 0025 Port 0028 0029 Port 002C 002D Port 002E 002F Port 0030 0031 Port 0034 0035 Port 0038 0039 Port 003C 003D Port 0040 0043 Port 0044 005F Port 004E 004F Port 0050 0053 Port 0060 0060 Port 0061 0061 Port 0062 0063 Port 0063 0063 Port 0064 0064 Port 0065 0065 Port 0065 006F Port 0067 0067 Port 0070 0070 Port 0070 0077 Port 0072 007F Port 0080 0080 Port 0080 0080 Port 0081 0091 Port 0084 0086 Port 0088 0088 AEWIN Technologies Co Ltd Shared Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive
17. DOO FFFF AEWIN Technologies Co Ltd Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Shared Shared Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Shared 87 Motherboard resources Motherboard resources Motherboard resources Direct memory access controller Programmable interrupt controller Motherboard resources Programmable interrupt controller Programmable interrupt controller Programmable interrupt controller Programmable interrupt controller Motherboard resources Programmable interrupt controller Programmable interrupt controller Programmable interrupt controller Direct memory access controller Motherboard resources Numeric data processor Communications Port COM6 Communications Port COM4 Communications Port COM5 Communications Port COM2 Intel R HD Graphics 4600 Intel R HD Graphics 4600 Communications Port COM3 Communications Port COM1 Motherboard resources Programmable interrupt controller Motherboard resources Motherboard resources Motherboard resources Motherboard resources PCI bus MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions Port 164E 164F Exclusive Motherboard resources Port 1800 18FE Exclusive Motherboard resources Port 1854 1857 Exclusive Motherb
18. Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive 86 PCI bus Motherboard resources Programmable interrupt controller Motherboard resources Programmable interrupt controller Programmable interrupt controller Programmable interrupt controller Motherboard resources Programmable interrupt controller Programmable interrupt controller Programmable interrupt controller Programmable interrupt controller System timer Motherboard resources Motherboard resources System timer Standard PS 2 Keyboard Motherboard resources Motherboard resources Motherboard resources Standard PS 2 Keyboard Motherboard resources Motherboard resources Motherboard resources Motherboard resources System CMOS real time clock Motherboard resources Motherboard resources Motherboard resources Direct memory access controller Motherboard resources Motherboard resources MB 8303 User Manual ae AFI WIW Advanced Embedded amp Network Solutions Port 008C 008E Port 0090 009F Port 0092 0092 Port 0093 009F Port 00A0 00A1 Port 00A2 00BF Port 00A4 00A5 Port 00A8 00A9 Port 00AC 00AD Port 00B0 00B1 Port 00B2 00B3 Port 00B4 00B5 Port 00B8 00B9 Port 00BC 00BD Port 00C0 00DF Port 00E0 00EF Port OOFO OOFO Port 02E0 02E7 Port 02E8 02EF Port 02F0 02F7 Port 02F8 02FF Port 03B0 03BB Port 03C0 03DF Port 03E8 03EF Port 03F8 03FF Port 04D0 04D1 Port 04D0 04D1 Port 0680 069F Port OA00 0AOF Port OA10 0A1F Port OA20 0A2F Port O
19. Express X1 o nE Low Pin Count Optional a2 S HR System Fan en DDR3 SO DIMM ATX power connector Intel LGA1150 CPU Full size Mini PCle AEWIN Technologies Co Ltd 14 MB 8303 User Manual ae AEWIN J Embedded amp Network Solutions PS2 Key Mouse RS232 VGA GLAN GLAN Audio Dual USB2 0 HDMI DVI D Dual USB2 0 Dual USB3 0 PCIe X16 slot AEWIN Technologies Co Ltd 15 MB 8303 User Manual AH 2 1 The location of onboard connectors CPU Fan CN21 CN22 CN16 CN2 AEWIN Technologies Co Ltd CN33 CN29 CN31 ene CN28 CN25 CN26 N HO IR mii n EET EET R l ii wi OG S B CN13 CN6 16 CN27 CN24 CN23 CN19 CN20 CN7 CN18 CN15 CN14 CN11 CN10 N CNS CNS CN4 N Sys Fan CN1 MB 8303 User Manual ae AF WIW Advanced Embedded amp Network Solutions Label Function Label Function CN1 ATX power connector CN22 LVDS backlight inverter CN2 PCI Express X1 slot Optional CN23 Dual USB 2 0 pin header CN3 LPC pin header CN24 24 bit LVDS connector CN4 COM4 pin header RS232 CN25 LAN2 amp dual USB 3 0 connector CN5 COMBS pin header RS232 CN26 LAN1 amp dual USB 2 0 connector CN6 COM5 pin header RS232 CN27 PS2 Key Mouse amp dual USB 2 0 CN7 8 bit GPIO pin header CN28 Audio Jack connector CN8 COM6 pin header
20. FI WIN Advanced Embedded amp Network Solutions Device Resources Resource Share Device Description DMA 04 Exclusive Direct memory access controller IRQ 00 Exclusive System timer IRQ 01 Exclusive Standard PS 2 Keyboard IRQ 03 Exclusive Communications Port COM2 IRQ 04 Exclusive Communications Port COM1 IRQ 05 S Intel R 8 Series C220 Series SMBus Controller 8C22 IRQ 07 Shared Communications Port COM3 IRQ 07 Shared Communications Port COM4 IRQ 08 Exclusive System CMOS real time clock IRQ 10 Shared Communications Port COM5 IRQ 10 Shared Communications Port COM6 IRQ 100 Exclusive Microsoft ACPI Compliant System IRQ 101 Exclusive Microsoft ACPI Compliant System IRQ 102 Exclusive Microsoft ACPI Compliant System IRQ 103 Exclusive Microsoft ACPI Compliant System IRQ 104 Exclusive Microsoft ACPI Compliant System IRQ 105 Exclusive Microsoft ACPI Compliant System IRQ 106 Exclusive Microsoft ACPI Compliant System IRQ 107 Exclusive Microsoft ACPI Compliant System IRQ 108 Exclusive Microsoft ACPI Compliant System IRQ 109 Exclusive Microsoft ACPI Compliant System IRQ 110 Exclusive Microsoft ACPI Compliant System IRQ 111 Exclusive Microsoft ACPI Compliant System IRQ 112 Exclusive Microsoft ACPI Compliant System IRQ 113 Exclusive Microsoft ACPI Compliant System IRQ 114 Exclusive Microsoft ACPI Compliant System IRQ 115 Exclusive Microsoft ACPI Compliant System AEWIN Technologies Co Ltd 79 MB 8303 User Manual ae AFI WIW Advanced Em
21. Microsoft ACPI Compliant System IRQ 138 Exclusive Microsoft ACPI Compliant System IRQ 139 Exclusive Microsoft ACPI Compliant System AEWIN Technologies Co Ltd 80 MB 8303 User Manual ae AFI WIW Advanced Embedded amp Network Solutions IRQ 140 Exclusive Microsoft ACPI Compliant System IRQ 141 Exclusive Microsoft ACPI Compliant System IRQ 142 Exclusive Microsoft ACPI Compliant System IRQ 143 Exclusive Microsoft ACPI Compliant System IRQ 144 Exclusive Microsoft ACPI Compliant System IRQ 145 Exclusive Microsoft ACPI Compliant System IRQ 146 Exclusive Microsoft ACPI Compliant System IRQ 147 Exclusive Microsoft ACPI Compliant System IRQ 148 Exclusive Microsoft ACPI Compliant System IRQ 149 Exclusive Microsoft ACPI Compliant System IRQ 150 Exclusive Microsoft ACPI Compliant System IRQ 151 Exclusive Microsoft ACPI Compliant System IRQ 152 Exclusive Microsoft ACPI Compliant System IRQ 153 Exclusive Microsoft ACPI Compliant System IRQ 154 Exclusive Microsoft ACPI Compliant System IRQ 155 Exclusive Microsoft ACPI Compliant System IRQ 156 Exclusive Microsoft ACPI Compliant System IRQ 157 Exclusive Microsoft ACPI Compliant System IRQ 158 Exclusive Microsoft ACPI Compliant System IRQ 159 Exclusive Microsoft ACPI Compliant System IRQ 16 Shared Intel R 8 Series C220 Series USB EHCI 2 8C2D IRQ 16 Shared High Definition Audio Controller IRQ 16 Shared Intel R Management Engine Interface IRQ 160 Exclusive Microsoft ACPI Compliant System IRQ 161 Exc
22. Q 89 Exclusive Microsoft ACPI Compliant System IRQ 90 Exclusive Microsoft ACPI Compliant System IRQ 91 Exclusive Microsoft ACPI Compliant System IRQ 92 Exclusive Microsoft ACPI Compliant System IRQ 93 Exclusive Microsoft ACPI Compliant System IRQ 94 Exclusive Microsoft ACPI Compliant System IRQ 95 Exclusive Microsoft ACPI Compliant System IRQ 96 Exclusive Microsoft ACPI Compliant System IRQ 97 Exclusive Microsoft ACPI Compliant System IRQ 98 Exclusive Microsoft ACPI Compliant System IRQ 99 Exclusive Microsoft ACPI Compliant System Memory Shared Intel R HD Graphics 4600 000A0000 000BFFFF Memory 000A0000 000BFFFF Shared PCI bus Memory 000D0000 000D3FFF Shared PCI bus Memory 000D4000 000D7FFF Shared PCI bus Memory 000D8000 000DBFFF Shared PCI bus Memory Shared PCI bus AEWIN Technologies Co Ltd 83 MB 8303 User Manual ae AFI WIW Advanced Embedded amp Network Solutions 000DC000 000DFFFF Memory 000E0000 000E3FFF Memory 000E4000 000E7FFF Memory DF200000 FEAFFFFF Memory E0000000 EFFFFFFF Memory F7800000 F7BFFFFF Memory F7C00000 F7C1FFFF Memory F7C00000 F7CFFFFF Memory F7C20000 F7C23FFF Memory F7D00000 F7D1FFFF Memory F7D20000 F7D2FFFF Memory F7D30000 F7D33FFF Memory F7D34000 F7D37FFF Memory F7D39000 F7D390FF Memory F7D3A000 F7D3A7FF Memory F7D3B000 F7D3B3FF Memory F7D3C000 F7D3C3FF Memory AEWIN Technologies Co Ltd Shared Shared Shared Exclu
23. a rw8 val if argc 2 help return Enter_SIO Global Setting if stremp argv 1 r OM data rw8 Read SIO 0x8A printf The GPO 87 84 and GPI 83 80 value is if data_rw8 amp 0x80 0x80 AEWIN Technologies Co Ltd 69 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions val 1 printf d val else val 0 printf d val if data_rw8 amp 0x40 val 1 printf d val else val 0 printf d val if data_rw8 amp 0x20 val 1 printf d val j else I val 0 printf d val if data_rw8 amp 0x10 val 1 printf d val else val 0 printf d val if data_rw8 amp 0x08 val 1 printf d val else val 0 printf d val AEWIN Technologies Co Ltd 0x40 0x20 0x10 0x08 70 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions if data_rw8 amp 0x04 0x04 val 1 printf d val else val 0 printf d val if data_rw8 amp 0x02 0x02 val 1 printf d val else val 0 printf d val if data_rw8 amp 0x01 0x01 val 1 printf d val else val 0 printf d val printf b n else if strcmp argv 1 84h 0 val 0x10 data_rw8 Read SIO 0x89 data_rw8 val Write SIO 0x89 data rw8 printf Se
24. bedded amp Network Solutions IRQ 116 Exclusive Microsoft ACPI Compliant System IRQ 117 Exclusive Microsoft ACPI Compliant System IRQ 118 Exclusive Microsoft ACPI Compliant System IRQ 119 Exclusive Microsoft ACPI Compliant System IRQ 12 Exclusive Microsoft PS 2 Mouse IRQ 120 Exclusive Microsoft ACPI Compliant System IRQ 121 Exclusive Microsoft ACPI Compliant System IRQ 122 Exclusive Microsoft ACPI Compliant System IRQ 123 Exclusive Microsoft ACPI Compliant System IRQ 124 Exclusive Microsoft ACPI Compliant System IRQ 125 Exclusive Microsoft ACPI Compliant System IRQ 126 Exclusive Microsoft ACPI Compliant System IRQ 127 Exclusive Microsoft ACPI Compliant System IRQ 128 Exclusive Microsoft ACPI Compliant System IRQ 129 Exclusive Microsoft ACPI Compliant System IRQ 13 Exclusive Numeric data processor IRQ 130 Exclusive Microsoft ACPI Compliant System IRQ 131 Exclusive Microsoft ACPI Compliant System IRQ 131071 eee Intel R 8 Series C220 Series PCI Express Root Port 1 8C10 IRQ 131071 EN Intel R 8 Series C220 Series PCI Express Root Port 4 8C16 IRQ 131071 ET Intel R Xeon R processor E3 1200 v3 4th Gen Core processor PCI Express x16 Controller OCO1 IRQ 132 Exclusive Microsoft ACPI Compliant System IRQ 133 Exclusive Microsoft ACPI Compliant System IRQ 134 Exclusive Microsoft ACPI Compliant System IRQ 135 Exclusive Microsoft ACPI Compliant System IRQ 136 Exclusive Microsoft ACPI Compliant System IRQ 137 Exclusive
25. evice that BIOS will use to for output Default setting is lt Auto gt IGT Integrated Graphics Device PEG PCI Express Graphics Aptio Setup Utility Copyright C 2012 American Megatrends Inc Primary Display Auto AEWIN Technologies Co Ltd 64 MB 8303 User Manual AHG Memory Information This item displays the current Memory Frequency Memory Type and Memory Reference Code Revision Memory Frequency Description This feature allows the user to select the memory speed Under normal conditions please set this to Auto ican Megatrends Inc Memory Frequency Limi Auto AEWIN Technologies Co Ltd 65 MB 8303 User Manual AWI a envesca nor sonsons 3 4 Boot Menu This feature allows the user to specify which devices are boot devices and the order of priority from which the systems boots from during startup This feature allows booting with initialization with a minimal set of devices required to launch an active boot option The options are Disabled and Enabled Aptio Setup Utility Copyright C 2012 American Megatrends Inc Setup Prompt Timeout AEWIN Technologies Co Ltd 66 MB 8303 User Manual AHG Password Description Description Administrator Password Press Enter to create a new or change an existing Administrator password User Password Press Enter to create a new or change an existing User password Administrator Password AEWIN Technologies Co L
26. for Optional TPM module 2 x cooling Fan header Smart fan support 1 x PS 2 keyboard Mouse 1 x Front Panel header for power on off reset HDD power LED indicator 1 x LVDS Backlight inverter pin header Power in ATX power supply Connector 1 x 24 pin ATX power connector Compatible with 20 pin ATX power connector Note All specifications and photos are subject to change without notice AEWIN Technologies Co Ltd 10 MB 8303 User Manual AH 1 3 Block Diagram DDR 1 x DDR3 204 pin SO DIMM 1 x DDR3 204 pin SO DIMM 24 bit LVDS X4 DMI X4 FDI PCle VGA amp USB VGA mmm lt L Full size Mini PCle Intel Q87 Express Chipset mmm USB 8 x USB pmm SATA 4 x SATA gt PCle Watch Dog Timer H W Monitor PS2 Keyboard Mouse 8 bit GPIO 1 x RS232 422 485 5 x RS232 HDA dm SPI SMbus Gm K gt MB 8303 User Manual 1 x SMbus pin header AEWIN Technologies Co Ltd AHG 1 4 Board Layout Dimension AEWIN Technologies Co Ltd 12 MB 8303 User Manual A 30 82 31 05 39 92 30 85 31 60 31 51 Nes AEWIN Technologies Co Ltd 13 MB 8303 User Manual AH 1 5 IO ports GLAN USB3 0 VGA DVI D PS2 Key Mouse USB2 0 Audio GLAN USB2 0 COM HDMI LVDS Vcc select 24 bit LVDS USB2 0 PCI Express X16 Intel Q87 chip SATA SPI flash BIOS write protect SMbus Front Panel 5 x COM Ports EE WD GPIO PCI
27. ion Further more it comes with a PCI Express X1 slot that can be paired with AEWIN s riser card for an additional 1 3 PCI slots for various application About AEWIN AEWIN offers reliable and solid products which are produced under Management System Standards IS09001 2000 Certificate The certificate keeps us focused on our quality objectives of management and environmental production Its willingness to customize standard products for meet unique customer needs makes AEWIN different All ODM projects are welcome Years of experiences enables AEWIN to fulfill the customer s vision by delivering products to exact specifications AEWIN R amp D team is proud of its strong engineering background R amp D professionals account for 25 of the AEWIN workforce We focus on developing new products for both emerging and established markets For more information about OEM ODM please contact us Email sales aewin com tw TEL 886 2 8692 6677 AEWIN Technologies Co Ltd 8 MB 8303 User Manual WNA SA L F 7 T PAN af T Ager MAA EEANN Advanced Embedded amp Network Solutions Note MB 8303A amp MB 8303B base on Intel Q87 chipset and support triple display at same time gt EWIN Technologies Co Ltd 9 MB 8303 User Manual ae AEWIN oan Embedded amp Network Solutions External Line in out Mic in 8 bit GPIO interface 1 x LPC 2 x 10 pin header
28. ist of onboard jumpers setting sse ee ee ee nnen 19 JP1 for Clean CMOS jumper sse eee e e KK 19 JP2 for Power AT ATX mode selection nennen 20 URS ela eT Aes SN 21 JP4 for LVDS Panel voltage select nnen eneen 22 JP5 for LVDS brightness control mode sse eee eee eee 23 JPY for BIOS write protect s cccgerssieeincidercdesciadsiiassietalieeageune 24 The pin define of onboard pin header sse eee eee 25 CN1 for ATX power supply connector nonnen eneen 25 ON Tor PCI Express Al SOL 26 CNS for low pin count pin header sese sese ee e ee Ke 27 CN4 for COM4 RS232 box header sss sese ee 28 CN5 for COM3 RS232 box header nennen nennen 29 CNG for COMB RS232 box header nnen nennen eeen 30 CN7 tor 8 bit GPIO pin header serverserie enden 31 CNB for COM6 RS232 box header sese eee 32 CN9 for COM2 RS232 422 485 box header nnen 33 CN10 for Full size Mini PCle WLAN LED indictor sees eee 34 CN11 for front panel pin header eee eee eee eee 35 CN12 for Full size Mini PCle socket see 36 CN13 for SIM card holder OF 6 MB 8303 User Manual ae AEWIN J Embedded amp Network Solutions 2 4 14 CN14 for Smbus pin header sss eee eee eee 38 2 4 15 CN15 for SPI programmer pin header sese eee eee eee 39 2 4 16 CN21 for Internal P4 4 pin power input connector sese eee ee eee eee 40 2 4 17 CN22 for LVDS backlight pin header eee eee 41 2 4 18 CN23 for USB2 0 pin header sse see ee ee eee 42 2 4 19 CN24
29. ka EIA aano Embedded amp Network Solutions MB 8303 User Manual Mini ITX support Intel 4th generation Core i7 i5 i3 LGA1150 processor Intel Q87 chipset DDR3 up to 16GB 2 x Intel Giga LAN HDMI DVI VGA amp LVDS 4 x SATA 8 x USB 6 x COM GPIO HD Audio PCI Express X16 amp X1 slots Mini PCIe socket ATX power supply Ver Release Date Update 1 0 2013 12 13 Release 1 1 2014 01 09 AEWIN Technologies Co Ltd MB 8303 User Manual ae AFl WIN Advanced Embedded amp Network Solutions Copyright The content of this document and software with this product are copyrighted by AEWIN technologies Co Ltd This document contains proprietary information protected by copyright All rights are reserved no part of this manual may be reproduced copied translated or transmitted in any form or by any means without prior written permission of the manufacturer The content of this document is intended to be accurate and reliable the original manufacturer assumes no responsibility for any inaccuracies that may be contained in this manual The original manufacturer reserves the right to make improvements to the products described in this manual at any time without prior notice Trademark All other product names mentioned herein are used for identification purpose only and may be trademarks and or registered trademarks of their respective companies Limitation of liability While reaso
30. lusive Microsoft ACPI Compliant System IRQ 162 Exclusive Microsoft ACPI Compliant System IRQ 163 Exclusive Microsoft ACPI Compliant System IRQ 164 Exclusive Microsoft ACPI Compliant System IRQ 165 Exclusive Microsoft ACPI Compliant System IRQ 166 Exclusive Microsoft ACPI Compliant System IRQ 167 Exclusive Microsoft ACPI Compliant System IRQ 168 Exclusive Microsoft ACPI Compliant System AEWIN Technologies Co Ltd 81 MB 8303 User Manual ae AFI WIW Advanced Embedded amp Network Solutions IRQ 169 IRQ 170 IRQ 171 IRQ 172 IRQ 173 IRQ 174 IRQ 175 IRQ 176 IRQ 177 IRQ 178 IRQ 179 IRQ 180 IRQ 181 IRQ 182 IRQ 183 IRQ 184 IRQ 185 IRQ 186 IRQ 187 IRQ 188 IRQ 189 IRQ 19 IRQ 190 IRQ 22 IRQ 23 IRQ 524288 IRQ 65536 IRQ 65536 IRQ 65536 IRQ 65536 IRQ 65536 AEWIN Technologies Co Ltd Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Shared Exclusive Shared Shared Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive 82 Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft ACPI Compliant System Microsoft A
31. nable efforts have been made to ensure the accuracy of this document the manufacturer and distributor assume no liability resulting from errors or omissions in this document or from the use of the information contained herein For more information or other AEWIN products please visit our website http www aewin com tw For technical supports please send your inquiry to sales aewin com tw AEWIN Technologies Co Ltd 2 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions Packing list Before use this product please make sure that the following materials have been shipped 1x MB 8303 board K 1x SATA cable L 200mm p n 46L SATA11 00 Pe 1x CD Driver Utility p n 46L SATA11 00 Model Name Description MB 8303A Mini ITX with Intel Q87 PCH 2 GLAN HDMI DVI VGA LVDS 6 COM USB Mini PCle socket 4 SATA PCle X16 slot MB 8303B Mini ITX with Intel Q87 PCH 2 GLAN HDMI DVI VGA LVDS 6 COM USB Mini PCle socket 4 SATA PCle X16 amp PCle X1 slots If any of those items are missing or damaged please contact with sales representative or distributor AEWIN Technologies Co Ltd 3 MB 8303 User Manual w AEWIW Advanced Embedded amp Network Solutions Optional Accessory Photo Model Name P N RE S01 PCIe riser card support 1 x PCle X16 amp 1 x PCI slots Note Work with MB 8303B only P N RE S02 PCle riser card support 2 x PCI slo
32. nual AWI a mons Noor ston 3 2 3 Advanced Menu Trusted Computing Description Select Enabled to activate support for trusted platforms TPM 1 1 1 2 and allow the BIOS to automatically download the drivers needed to provide support for the platforms specified The options are Disable and Enable Aptio Setup Utility Copyright C 2012 American Megatrends Security Device Sup Disable AEWIN Technologies Co Ltd 48 MB 8303 User Manual AWI a envesca nor sonsons 3 2 4 Advanced Menu This item displays the current CPU Revision Current CPU1 Memory Frequency Memory Type and Memory Reference Code Revision Intel Hyper Threading Technology Available when supported by the OS and the CPU Select Enabled to enable Hyper_Threading support to increase CPU performance The options are Enabled and Disabled Set to Enabled to use a processor s Second Core and beyond Please refer to Intel s web site for more information The options are All I 2 and 3 Aptio Setup Utility Copyright C Inc AWI a envesca nor sonsons 3 2 5 Advanced Menu When this submenu is selected the AMI BIOS automatically detects the presence of the IDE Devices and displays the following items This item selects the mode for the installed drives The options are Disabled IDE Mode AHCI Mode and RAID Mode Aptio Setup Utility Copyright C 2012 American Megatr ING SATA Controller s Enabled AEWIN Technologies Co
33. o Setup Utility Copyright C 2012 American Megatr Inc gt PCI Express Configuration AEWIN Technologies Co Ltd 60 MB 8303 User Manual HEW N nd rss ve sten PCI Express Configuration Description Use this feature to enable or disable PCIe slot Option ROMs The options are Disabled and Enabled Aptio Setup Utility Copyright C 2012 American Megatrends Inc DMI Link ASPM Control Enabled AEWIN Technologies Co Ltd 61 MB 8303 User Manual AHG PCH Azalia Configuration Description Select Enabled to enable the Azalia High Definition Audio feature The settings are Enabled and Disabled Aptio Setup Utility Copyright C 2012 American Megatrends Inc AEWIN Technologies Co Ltd 62 MB 8303 User Manual AHG VT d Capability Available when supported by the CPU VT d lt Disabled enabled gt Description Select Enabled to enable Intel s Virtualization Technology support for Direct I O VT d by reporting the I O device assignments to VMM through the DMAR ACPI Tables This feature offers fully protected I O resource sharing across the Intel platforms providing the user with greater reliability security and availability in networking and data sharing The settings are Enabled and Disabled Aptio Setup Utility Copyright C 2012 American Megatrends Inc Enabled AEWIN Technologies Co Ltd 63 MB 8303 User Manual AHG Graphics Configuration Description Select primary video d
34. oard resources Port 1C00 1CFE Exclusive Motherboard resources Port 1D00 1DFE Exclusive Motherboard resources Port 1E00 1EFE Exclusive Motherboard resources Port 1F00 1FFE Exclusive Motherboard resources Intel R 8 Series C220 Series PCI Express Root Port Port E000 EFFF Exclusive 4 8C16 Port FOOO FO3F Exclusive Intel R HD Graphics 4600 Intel R 8 Series C220 Series SMBus Controller Port F040 FO5F Exclusive 8C22 Intel R 8 Series C220 Series SATA AHCI Controller Port FO60 FO7F Exclusive 8C02 Intel R 8 Series C220 Series SATA AHCI Controller Port FOAO FOA3 Exclusive 8C02 Intel R 8 Series C220 Series SATA AHCI Controller Port FOBO FOB7 Exclusive 8C02 Intel R 8 Series C220 Series SATA AHCI Controller Port FOCO FOC3 Exclusive 8C02 Intel R 8 Series C220 Series SATA AHCI Controller Port FODO FOD7 Exclusive 8C02 Port FFFF FFFF Exclusive Motherboard resources Port FFFF FFFF Exclusive Motherboard resources Port FFFF FFFF Exclusive Motherboard resources AEWIN Technologies Co Ltd 88 MB 8303 User Manual
35. rt Fan Contr Auto Duty Cycle Mode AEWIN Technologies Co Ltd 57 MB 8303 User Manual HEW N nd rss omen ster Serial Port Console Redirection Console Redirection lt Enable gt Description This feature allows the user to remotely access the entire boot sequence via a serial console Default setting is Enable Aptio Setup Utility Copyright C 2012 American Megatrends Inc Console Redirection Enabled AEWIN Technologies Co Ltd 58 MB 8303 User Manual AWI a envesca nor soon 3 3 Chipset Menu Chipset Description This section allows the user to change PCH IO setting Aptio Setup Utility Copyright C 2012 American Megatrends Inc K PCH IO Configuration AEWIN Technologies Co Ltd 59 MB 8303 User Manual AWI a envesca Noor sonsons 3 3 1 Chipset Menu Select Enabled to enable the onboard gigabit Ethernet controller The settings are Enabled and Disabled Select Enabled to enable the capability to wake up the system from the S5 power state Soft Off State through the Ethernet controller The settings are Enabled and Disabled Use this feature to set the power state after a power outage Select Power Off for the system power to remain off after a power loss Select Power On for the system power to be turned on after a power loss Select Last State to allow the system to resume its last power state before a power lost The options are Power On Power Off and Last State Apti
36. sive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive Exclusive 84 PCI bus PCI bus PCI bus Intel R HD Graphics 4600 Intel R HD Graphics 4600 Intel R 1211 Gigabit Network Connection 2 Intel R 8 Series C220 Series PCI Express Root Port 4 8C16 Intel R 1211 Gigabit Network Connection 2 Intel R Ethernet Connection I217 LM Intel R USB 3 0 eXtensible Host Controller High Definition Audio Controller High Definition Audio Controller Intel R 8 Series C220 Series SMBus Controller 8C22 Intel R 8 Series C220 Series SATA AHCI Controller 8C02 Intel R 8 Series C220 Series USB EHCI 1 8C26 Intel R 8 Series C220 Series USB EHCI 2 8C2D Intel R Ethernet Connection 1217 LM MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions F7D3D000 F7D3DFFF Memory Exclusive Intel R Management Engine Interface F7D3F000 F7D3F00F Memory F7FDF000 F7FDFFFF Exclusive Motherboard resources Memory F7FE0000 F7FEFFFF Exclusive Motherboard resources Memory F8000000 FBFFFFFF Exclusive Motherboard resources Memory Exclusive High precision event timer FED00000 FEDO03FF Memory FED10000 FED17FFF Exclusive Motherboard resources Memory FED18000 FED18FFF Exclusive Motherboard resources Memory FED19000 FED19FFF Exclusive Motherboard resources Memory FE
37. t GPO84 to high n else if strcmp argv 1 841 011 val 0x10 data_rw8 Read_SIO 0x89 AEWIN Technologies Co Ltd 71 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions data_rw8 amp val Write SIO 0x89 data rw8 printf Clear GPO84 to low n else if strcmp argv 1 85h 0 val 0x20 data_rw8 Read SIO 0x89 data_rw8 val Write SIO 0x89 data rw8 printf Set GPO85 to high n else if strcmp argv 1 851 011 val 0x20 data rw8 Read SIO 0x89 data rw8 amp val Write SIO 0x89 data rw8 printf Clear GPO85 to low n else if strcmp argv 1 86h 0 val 0x40 data_rw8 Read SIO 0x89 data_rw8 val Write SIO 0x89 data rw8 printf Set GPO86 to high n else if strcmp argv 1 861 011 val 0x40 data_rw8 Read SIO 0x89 data_rw8 amp val Write SIO 0x89 data rw8 printf Clear GPO86 to low n else if strcmp argv 1 87h 0 val 0x80 data_rw8 Read SIO 0x89 data_rw8 val Write SIO 0x89 data rw8 AEWIN Technologies Co Ltd 72 MB 8303 User Manual a AEWIW Advanced Embedded amp Network Solutions printf Set GPO87 to high n else if strcmp argv 1 871 OX val 0x80 data_rw8 Read SIO 0x89 data_rw8 amp val Write_SIO Ox89 data rw8 printf Clear GPO87 to low n else help Exit_SIO return
38. tb index_port OxF5 AEWIN Technologies Co Ltd 76 MB 8303 User Manual ae AFI WIW Advanced Embedded amp Network Solutions data_rw8 inportb data_port 0x08 outportb data_port data_rw8 sscanf argv 2 d amp data rw8 outportb index port OxF6 outportb data port data rw8 outportb index port OxFA outportb data port 0x01 outportb index port OxF5 data r8 inportb data port 0x20 outportb data port data r8 printf Watchdog Timer will count down for d minute s n data rw8 Exit_sio_config return void Enter_sio_config Enter W83627DHG Configuration outportb index_port 0x87 delay 1 Delay some time outportb index_port 0x87 outportb index_port 0x07 Super IO Selct Bank Register Number outportb data_port 0x07 Select logical device 7 void Exit_sio_config Exit W83627DHG Configuration outportb index_port OxAA void help printf AEWIN Watchdog Timer Program n printf Usage WDT s Show Watchdog Register Settings n printf Usage WDT t xxx Set Time out Value n printf xxx 1 255 seconds n AEWIN Technologies Co Ltd 71 MB 8303 User Manual ae AEWIN J Embedded amp Network Solutions printf xxx 0 Time out Disable n printf Usage WDT m xxx Set Time out Value n printf xxx 1 255 minutes n printf xxx 0 Time out Disable n AEWIN Technologies Co Ltd 78 MB 8303 User Manual ae A
39. td 67 MB 8303 User Manual AHG Description Save Change and Reset When you have completed the system configuration changes select this option to leave the BIOS Setup Utility and reboot the computer so the new system configuration parameters can take effect Select Save Changes and Exit from the Exit menu and press lt Enter gt Discard Changes and Reset Select this option to quit the BIOS Setup without making any permanent changes to the system configuration and reboot the computer Select Discard Changes and Exit from the Exit menu and press lt Enter gt Restored Defaults To set this feature select Restore Defaults from the Exit menu and press lt Enter gt These are factory settings designed for maximum system stability but not for maximum performance Aptio Setup Utility Copyright C 2012 American Megatrends Inc Save Changes and Reset AEWIN Technologies Co Ltd 68 MB 8303 User Manual L AEWIW Advanced Embedded amp Network Solutions 4 1 GPIO Sample Program for DOS environment AEWIN Digital IO Program for MB 8302 Dos Version include lt stdio h gt include lt string h gt include lt dos h gt include lt stdlib h gt include lt inlines pc h gt Hdefine index port Ox2E Hdefine data port Ox2F int Read SIO int reg void help void Enter SIO void Exit SIO void Write SIOf int reg int val void Global Setting int main int argc char argv int dat
40. ts Note Work with MB 8303B only P N RE 503 PCIe riser card support 1 x PCle X16 amp 1 x PCle X1 slots Note Work with MB 8303B only P N 46L ICOM38 00 Dual D Sub 9 pin COM port card L 250mm with bracket P N 46L IUSB07 AA Dual USB cable L 250mm with bracket AEWIN Technologies Co Ltd 4 MB 8303 User Manual ag AFl WIW Advanced Embedded amp Network Solutions Safety Information e To prevent electrical shock hazard disconnect the power cable from the electrical outlet before relocating the system s When adding or removing devices to or from the system ensure that the power cables for the devices are unplugged before the signal cables are connected If possible disconnect all power cables from the existing system before you add a device Before connecting or removing signal cables from the motherboard ensure that all power cables are unplugged e Seek professional assistance before using an adapter or extension cord These devices could interrupt the grounding circuit e Make sure that your power supply is set to the correct voltage in your area e f you are not sure about the voltage of the electrical outlet you are using contact your local power company elf the power supply is broken do not try to fix it by yourself Contact a qualified service technician or your retailer Operation Safety e Before installing the motherboard and adding devices on it
Download Pdf Manuals
Related Search
Related Contents
User's Manual 建物の沈下観測データの収集とDB化 報告書 HP EliteBook Folio 1040 G2 Instruction manual Mesh RGB User Manual Sui第5号ダウンロードはこちら CableWholesale 31D3-22400 User`s Guide - Brite-Lite ERGO-SHARK L Souris laser sans fil pour gauchers Copyright © All rights reserved.
Failed to retrieve file