header graphic
sbc left border
Global American, Inc. will custom build you an industrial computer system

spacer
sbc border right
corner

Home         Clearance Site         Latest Products        My Account        BUILD IT!        Request a Quote

corner
bottom line
Categories
Support
Terms and Conditions
Privacy
Support
About Us
Tech Support
RMA Request
Resources
More Resources
Site Map
Contact Us
FAQ
General Questions
Single Board Computers
Mini-ITX
Video / Display
RAID Explained
LCD Panels
Panel PC
PC/104
USB
Hard Drive
CPU
Rackmount Chassis
Audio
Embedded Controllers
3.5 inch
3.5 inch
5.25 inch
5.25 inch
COM / ETX
COM / ETX
EPIC
EPIC
Carrier Boards
Carrier Boards
Featured Products
2807880 - Mini-ITX Motherboard with AMD Mobile Turion X2 / Sempron Processor
2807880
2807880 - Mini-ITX Motherboard with AMD Mobile Turion X2 / Sempron Processor
911680 - Mini Server System with Socket M / Fanless Embedded Intel Core 2 Duo / Core Duo / Core Solo / Celeron M Processor
911680
911680 - Mini Server System with Socket M / Fanless Embedded Intel Core 2 Duo / Core Duo / Core Solo / Celeron M Processor
2907650 - 15.1" LCD Portable PC with Built-In Keyboard, Touchpad, Speakers
2907650
2907650 - 15.1" LCD Portable PC with Built-In Keyboard, Touchpad, Speakers
3302030 - 3.5" Embedded Controller with an Embedded FANLESS ULV VIA Eden 1.0 GHz Processor
3302030
3302030 - 3.5" Embedded Controller with an Embedded FANLESS ULV VIA Eden 1.0 GHz Processor
2807870 - Mini-ITX Motherboard with LGA 775 for Intel Core 2 Quad / Core 2 Duo Processor
2807870
2807870 - Mini-ITX Motherboard with LGA 775 for Intel Core 2 Quad / Core 2 Duo Processor
3307770 - Full-Size PICMG 1.3 SBC with Dual mPGA479M Sockets for Single or Dual LV Dual-Core Intel Xeon Processors
3307770
3307770 - Full-Size PICMG 1.3 SBC with Dual mPGA479M Sockets for Single or Dual LV Dual-Core Intel Xeon Processors
3302020 - Full-Size PICMG 1.0 SBC with Socket M for Intel Core 2 Duo / Core Duo / Core Solo Proces
3302020
3302020 - Full-Size PICMG 1.0 SBC with Socket M for Intel Core 2 Duo / Core Duo / Core Solo Proces
3307630 - Full-Size PICMG 1.0 SBC for Intel Core 2 Duo / Core Duo / Core Solo / Celeron M Processor or an Embedded Processor
3307630
3307630 - Full-Size PICMG 1.0 SBC for Intel Core 2 Duo / Core Duo / Core Solo / Celeron M Processor or an Embedded Processor
2801630 - Mini-ITX Motherboard with LGA 775 (Socket T) for Intel Core 2 Duo/Core 2 Quad/Pentium 4/Celeron D Proc
2801630
2801630 - Mini-ITX Motherboard with LGA 775 (Socket T) for Intel Core 2 Duo/Core 2 Quad/Pentium 4/Celeron D Proc
Global American supplies embedded SBC's (controllers) with 386, 486, Pentium III, Pentium 4, Pentium M and VIA Eden CPU's. These modules take full advantage of technologies such as PC/104 headers, SSD, SVGA, CRT, Ethernet, and flat panel display conttollers. We encourage you to discuss your application with our knowledgeable sales personnel for a solution which will enable you to bring your product to the market in the most cost effective and timely manner.

Embedded system

From Wikipedia, the free encyclopedia

An embedded system is a special-purpose computer system designed to perform one or a few dedicated functions[1], sometimes with real-time computing constraints. It is usually embedded as part of a complete device including hardware and mechanical parts. In contrast, a general-purpose computer, such as a personal computer, can do many different tasks depending on programming. Embedded systems have become very important today as they control many of the common devices we use.

Since the embedded system is dedicated to specific tasks, design engineers can optimize it, reducing the size and cost of the product, or increasing the reliability and performance. Some embedded systems are mass-produced, benefiting from economies of scale.

Physically, embedded systems range from portable devices such as digital watches and MP3 players, to large stationary installations like traffic lights, factory controllers, or the systems controlling nuclear power plants. Complexity varies from low, with a single microcontroller chip, to very high with multiple units, peripherals and networks mounted inside a large chassis or enclosure.

In general, "embedded system" is not an exactly defined term, as many systems have some element of programmability. For example, Handheld computers share some elements with embedded systems — such as the operating systems and microprocessors which power them — but are not truly embedded systems, because they allow different applications to be loaded and peripherals to be connected.


Characteristics

Embedded systems are designed to do some specific task, rather than be a general-purpose computer for multiple tasks. Some also have real-time performance constraints that must be met, for reason such as safety and usability; others may have low or no performance requirements,allowing the system hardware to be simplified to reduce costs.
Embedded systems are not always separate devices. Most often they are physically built-in to the devices they control.[citation needed].
The software written for embedded systems is often called firmware, and is stored in read-only memory or Flash memory chips rather than a disk drive. It often runs with limited computer hardware resources: small or no keyboard, screen, and little memory.

User interfaces
Embedded systems range from no user interface at all — dedicated only to one task — to full user interfaces similar to desktop operating systems in devices such as PDAs.


Simple systems
Simple embedded devices use buttons, LEDs, and small character- or digit-only displays, often with a simple menu system.


In more complex systems
A full graphical screen, with touch sensing or screen-edge buttons provides flexibility while minimising space used: the meaning of the buttons can change with the screen, and selection involves the natural behavior of pointing at what's desired.

Handheld systems often have a screen with a "joystick button" for a pointing device.

The rise of the World Wide Web has given embedded designers another quite different option: providing a web page interface over a network connection. This avoids the cost of a sophisticated display, yet provides complex input and display capabilities when needed, on another computer. This is successful for remote, permanently installed equipment. In particular, routers take advantage of this ability.


CPU platform
Embedded processors can be broken into two distinct categories: microprocessors (μP) and microcontrollers (μC). Microcontrollers have built-in peripherals on the chip, reducing size of the system.

There are many different CPU architectures used in embedded designs such as ARM, MIPS, Coldfire/68k, PowerPC, x86, PIC, 8051, Atmel AVR, Renesas H8, SH, V850, FR-V, M32R, Z80, Z8, etc. This in contrast to the desktop computer market, which is currently limited to just a few competing architectures.

PC/104 and PC/104+ are a typical base for small, low-volume embedded and ruggedized system design. These often use DOS, Linux, NetBSD, or an embedded real-time operating system such as MicroC/OS-II, QNX or VxWorks.

A common configuration for very-high-volume embedded systems is the system on a chip (SoC), an application-specific integrated circuit (ASIC), for which the CPU core was purchased and added as part of the chip design. A related scheme is to use a field-programmable gate array (FPGA), and program it with all the logic, including the CPU.


Peripherals
Embedded Systems talk with the outside world via peripherals, such as:

Serial Communication Interfaces (SCI): RS-232, RS-422, RS-485 etc
Synchronous Serial Communication Interface: I2C, JTAG, SPI, SSC and ESSI
Universal Serial Bus (USB)
Networks: Ethernet, Controller Area Network, LonWorks, etc
Timers: PLL(s), Capture/Compare and Time Processing Units
Discrete IO: aka General Purpose Input/Output (GPIO)
Analog to Digital/Digital to Analog (ADC/DAC)

Tools
As for other software, embedded system designers use compilers, assemblers, and debuggers to develop embedded system software. However, they may also use some more specific tools:

In circuit debuggers or emulators (see next section).
Utilities to add a checksum or CRC to a program, so the embedded system can check if the program is valid.
For systems using digital signal processing, developers may use a math workbench such as MATLAB, Simulink, MathCad, or Mathematica to simulate the mathematics. They might also use libraries for both the host and target which eliminates developing DSP routines as done in DSPnano RTOS and Unison Operating System.
Custom compilers and linkers may be used to improve optimisation for the particular hardware.
An embedded system may have its own special language or design tool, or add enhancements to an existing language such as Forth or Basic.
Another alternative is to add a Real-time operating system or Embedded operating system, which may have DSP capabilities like DSPnano RTOS.
Software tools can come from several sources:

Software companies that specialize in the embedded market
Ported from the GNU software development tools
Sometimes, development tools for a personal computer can be used if the embedded processor is a close relative to a common PC processor
As the complexity of embedded systems grows, higher level tools and operating systems are migrating into machinery where it makes sense. For example, cellphones, personal digital assistants and other consumer computers often need significant software that is purchased or provided by a person other than the manufacturer of the electronics. In these systems, an open programming environment such as Linux, NetBSD, OSGi or Embedded Java is required so that the third-party software provider can sell to a large market.


Debugging
Embedded Debugging may be performed at different levels, depending on the facilities available. From simplest to most sophisticated they can be roughly grouped into the following areas:

Interactive resident debugging, using the simple shell provided by the embedded operating system (e.g. Forth and Basic)
External debugging using logging or serial port output to trace operation using either a monitor in flash or using a debug server like the Remedy Debugger which even works for heterogeneous multicore systems.
An in-circuit debugger (ICD), a hardware device that connects to the microprocessor via a JTAG or NEXUS interface. This allows the operation of the microprocessor to be controlled externally, but is typically restricted to specific debugging capabilities in the processor.
An in-circuit emulator replaces the microprocessor with a simulated equivalent, providing full control over all aspects of the microprocessor.
A complete emulator provides a simulation of all aspects of the hardware, allowing all of it to be controlled and modified, and allowing debugging on a normal PC.
Unless restricted to external debugging, the programmer can typically load and run software through the tools, view the code running in the processor, and start or stop its operation. The view of the code may be as assembly code or source-code.


Reliability
Embedded systems often reside in machines that are expected to run continuously for years without errors, and in some cases recover by themselves if an error occurs. Therefore the software is usually developed and tested more carefully than that for personal computers, and unreliable mechanical moving parts such as disk drives, switches or buttons are avoided.

Recovery from errors may be achieved with techniques such as a watchdog timer that resets the computer unless the software periodically notifies the watchdog.

Specific reliability issues may include:

The system cannot safely be shut down for repair, or it is too inaccessible to repair. Solutions may involve subsystems with redundant spares that can be switched over to, or software "limp modes" that provide partial function. Examples include space systems, undersea cables, navigational beacons, bore-hole systems, and automobiles.
The system must be kept running for safety reasons. "Limp modes" are less tolerable. Often backups are selected by an operator. Examples include aircraft navigation, reactor control systems, safety-critical chemical factory controls, train signals, engines on single-engine aircraft.
The system will lose large amounts of money when shut down: Telephone switches, factory controls, bridge and elevator controls, funds transfer and market making, automated sales and service.

High vs Low Volume
For high volume systems such as portable music players or mobile phones, minimizing cost is usually the primary design consideration. Engineers typically select hardware that is just “good enough” to implement the necessary functions.

For low-volume or prototype embedded systems, general purpose computers may be adapted by limiting the programs or by replacing the operating system with a real-time operating system.

Wikipedia contributors, "Embedded system," Wikipedia, The Free Encyclopedia, http://en.wikipedia.org/w/index.php?title=Embedded_system&oldid=188328049 (accessed February 4, 2008).

transparent
Quote Contents ICON_RIGHT
0 items
Featured Product ICON_RIGHT

2907650 - 15.1" LCD Portable PC with Built-In Keyboard, Touchpad, Speakers


2907650 - 15.1" LCD Portable PC with Built-In Keyboard, Touchpad, Speakers
Best Sellers
1007721 - ETX Evaluation Board in Standard Mini-ITX Form Factor

1001020 - ETX Evaluation Board

3300050 - Socket 479 SBC for Intel Pentium-M / Celeron-M Processor - FSB 400 MHz