PC/104 CPU Module PFM-535S PFM-535S DM&P® Vortex86SX®/ Vortex86DX® SoC Processor CRT & TTL LCD Panel 4 COM, 4 USB, 1
PC/104 CPU Module PFM-535S 1.3 Specifications System z Processor Onboard DM&P® Vortex86SX®/ Vortex86DX® SoC Processor z System Memory
PC/104 CPU Module PFM-535S z Resolution Up to 1280 x 1024 for CRT Up to 1024 x 768 for LCD I/O z Storage EIDE x 1 (for two devices),
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 1 Chapter 2 Quick Installation Guide Notice: The Quick Installation Guide
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 2 2.1 Safety Precautions Always completely disconnect the power cord from you
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 3 2.2 Location of Connectors and Jumpers Component Side CN7CN5LAN1JP6LP
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 4 Solder Side CFD1
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 5 2.3 Mechanical Drawing Component Side
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 6 Solder Side CFD1
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 7 2.4 List of Jumpers The board has a number of jumpers that allow you
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 8 2.5 List of Connectors The board has a number of connectors that allow you t
PC/104 CPU Module PFM-535S i Copyright Notice This document is copyrighted, 2010. All rights are reserved. The original manufacturer reserves
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 9 PC104-1 PC/104 Connector PC104-2 PC/104 Connector CFD1 CompactFlash Slo
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 10 2.7 Clear CMOS (JP1) JP1 Function 1-2 Protected (Default) 2-3 Clear 2.8 RS-2
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 11 2-3 Reverse Clock 2.12 PC/104+ (PCI-104) I/O Voltage Selection (JP6) J
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 12 2.15 Front Panel Connector (CN3) Pin Signal 1 N.C 2 N.C 3 External Buzzer (+
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 13 3 RXD1 4 RTS#1 5 TXD1 6 CTS#1 7 DTR#1 8 RI#1 9 GND 10 N.C 11 DCD#2
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 14 5 +3.3V 6 +3.3V 7 ENBKL 8 GND 9 BLUE0 10 BLUE1 11 BLUE2 12 BLUE3 13 BLUE4
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 15 2.20 4P Power Connector (CN1) Pin Signal 1 +5V 2 GND 3 GND 4 +12V 2.21
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 16 31 IRQ14 32 N.C 33 ADDR1 34 UDMA DETECT 35 ADDR0 36 ADDR2 37 CS#1 38 CS#3
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 17 7 DATA2 8 #SLIN 9 DATA3 10 GND 11 DATA4 12 GND 13 DATA5 14 GND 15
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2 - 18 7 GND 8 USBD3- 9 GND 10 +5V 2.26 10/100Base-TX Ethernet Connector (LAN1) Pi
PC/104 CPU Module PFM-535S ii Acknowledgments All other products’ name or trademarks are properties of their respective owners. z Award is a
PC/104 CPU Module PFM-535S Chapter 2 Quick Installation Guide 2- 19 Below Table for China RoHS Requirements 产品中有毒有害物质或元素名称及含量 AAEON Main B
PC/104 CPU Module PFM-535S Chapter 3 AMI BIOS Setup 3-1 Chapter AMI 3BIOS Setup
PC/104 CPU Module PFM-535S Chapter 3 AMI BIOS Setup 3-2 3.1 System Test and Initialization These routines test and initialize board hardware. If
PC/104 CPU Module PFM-535S Chapter 3 AMI BIOS Setup 3-3 3.2 AMI BIOS Setup AMIs BIOS ROM has a built-in Setup program that allows users to modif
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-1 Programming the Appendix AWatchdog Timer
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-2 A.1 Programming There are two watchdog timers in Vortex86SX/DX CPU. One
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-3 Here are steps to setup watchdog timer: 1. Set Bit 6 = 0 to d
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-4 Here are steps to setup WDT1: 1. Write time into register 6Ah-6C
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-5 WDT0 DOS Example #include <stdio.h> #include <conio.
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-6 outp(0x22,0x37); c = inp(0x23); c |= 0x40; outp(0x22,0x37); outp(0x23,c)
PC/104 CPU Module PFM-535S iii Packing List Before you begin installing your card, please make sure that the following materials have been shi
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-7 WDT1 DOS Example #include <stdio.h> #include <conio.
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-8 WDT0 Windows CE Example #include "stdafx.h" unsigned char inpo
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-9 { unsigned char c; unsigned int lTime; outp(0x22,0x13); // Lo
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-10 outp(0x23,c); outp(0x22,0x13); // Lock register outp(0x23,0x00); // Loc
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-11 mov edx, DWORD PTR addr in al, dx and eax, 0xff pop edx } }
PC/104 CPU Module PFM-535S Appendix A Programming the Watchdog Timer A-12 outp(0x6a, (lTime >> 0) & 0xff); // Reset system. For example
PC/104 CPU Module PFM-535S Appendix B I/O Information B-1 I/O Information Appendix B
PC/104 CPU Module PFM-535S Appendix B I/O Information B-2 B.1 I/O Address Map Address Description 0000h - 000Fh DMA 8237-1 0018h - 001Fh Empty 002
PC/104 CPU Module PFM-535S Appendix B I/O Information B-3 0092h System control register 0093h - 0097h Empty 0098h - 009Ch GP
PC/104 CPU Module PFM-535S Appendix B I/O Information B-4 B.2 1st MB Memory Address Map Memory Address Description 0000:0000-9000:FFFF System RAM A
PC/104 CPU Module PFM-535S iv Contents Chapter 1 General Information 1.1 Introduction...
PC/104 CPU Module PFM-535S Appendix B I/O Information B-5 IRQ11 Serial Port 4 IRQ12 Mouse IRQ13 Math Coprocessor IRQ14 H
PC/104 CPU Module PFM-535S Appendix B Mating Connector C - 1 Mating Connecotor x AppendiC
PC/104 CPU Module PFM-535S Appendix B Mating Connector C - 2 B.1 List of Mating Connectors and Cables The table notes mating connectors and availabl
PC/104 CPU Module PFM-535S Appendix B Mating Connector C - 3 compatible)IDE1 IDE ConnectorCATCH2.00mm Pitch 44 pins ( CATCH H754-2x44 or co
PC/104 CPU Module PFM-535S v 2.18 TTL_LCD Connector (CN6) ...2-13 2.19 PS/2 Keyboard/Mouse Connector (CN8)...
PC/104 CPU Module PFM-535S Chapter 1 General Information 1- 1 General Chapter 1Information
PC/104 CPU Module PFM-535S 1.1 Introduction AAEON Technology, a leading company in embedded boards manufacturing with a full range of PC/104 CPU Mod
PC/104 CPU Module PFM-535S 1.2 Features z Onboard DM&P® Vortex86SX®/ Vortex86DX® SoC Processor z Onboard DDR2 Memory 256MB z 10/100Base-TX
Comentarios a estos manuales