SOME THING ABOUT EMBEDDED DESIGN

      1 Comment on SOME THING ABOUT EMBEDDED DESIGN
The integrated circuit from an Intel 8742, a 8...
Image via Wikipedia
An embedded system is a special-purpose computer system designed to perform one or a few dedicated functions. 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.Since the 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.

EMBEDDED CONTROLLER CHIP

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.

APPLICATIONS OF EMBEDDED SYSTEMS

1.) Audio like mp3 players and telephone switches for interactive voice response systems

EMBEDDED MP3 PLAYERS, EMBEDDED TELEPHONE SWITCHES, EMBEDDED INTERACTIVE VIOCE RESPONSE SYSTEMS

2.)Avionics, such as inertial guidance systems, flight control hardware/software and other integrated systems in aircraft and missiles

EMBEDDED AVIONICS, EMBEDDED FLIGHTS, EMBEDDED MISSILES

3.)Cellular telephones and telephone switches

EMBEDDED CELLULAR TELEPHONES, EMBEDDED TELEPHONE SWITCHES

4.)Electric or Electronic Motor controller for Brushless DC motors, Induction motors and DC Motors

EMBEDDED MOTOR CONTROLLER

5.)Engine controllers and antilock brake controllers for automobiles

BMW EMBEDDED CONTROL SYSTEM,BMW,EMBEDDED ENGINE CONTROLLERS, EMBEDDED ANTILOCK BRAKE CONTROLLERS

6.)Home automation products, such as thermostats, air conditioners, sprinklers, and security monitoring systems

EMBEDDED AUTOMATION, EMBEDDED THERMOSTATS, EMBEDDED AIR CONDITIONERS, EMBEDDED SECURITY MONITORING SYSTEMS

7.)Handheld calculators

EMBEDDED HANDHELD CALCULATORS

8.)Household appliances, including microwave ovens, washing machines, television sets, DVD players and recorders

EMBEDDED TELEVISION

9.)Medical equipment

EMBEDDED MEDICAL EQUIPMENT

10.)Personal digital assistant

PERSONAL DIGITAL ASSISTANT, PDA

11.)Videogame consoles

EMBEDDED VIDEO GAME CONSOLE

12.)Computer peripherals such as routers and printers

EMBEDDED BROADBAND ROUTER

13.)Industrial controllers for remote machine operation

EMBEDDED INDUSTRIAL CONTROLLERS

14.)Digital musical instruments (digital synthesizers and digital pianos).

EMBEDDED DIGITAL PIANOS,DIGITAL MUSICAL INSTRUMENTS

15.)Security applications such as DVR and video server.

EMBEDDED SECURITY SYSTEM,DVR

CHARACTERISTICS OF EMBEDDED SYSTEMS

1) 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.

2) Embedded systems are not always separate devices. Most often they are physically built-in to the devices they control.

3) 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.

TYPES OF EMBEDDED SYSTEMS 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.

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.

MIPS ARCHITECTURE

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.

PC 104 DESIGN
(PC/104 SYSTEM DESIGN)

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.

SOC DESIGN ARCHITECTURE
(SOC EMBEDDED DESIGN)

ASIC DESIGN FLOW
(ASIC DESIGN FLOW)

 FIELD PROGRAMMABLE GATE ARRAY, SYSTEM ON CHIP, APPLICATION SPECIFIC INTEGRATED CIRCUIT, SoC, ASIC, FPGA

Peripherals

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

1.)Serial Communication Interfaces (SCI): RS-232, RS-422, RS-485 etc

RS232 CABLE
(RS232 CABLE)

RS422 CABLE
(RS422 CABLE)

2.)Synchronous Serial Communication Interface: I2C, JTAG, SPI, SSC and ESSI

I2C INTERFACE
(I2C INTERFACE)

3.)Universal Serial Bus (USB)

USB, UNIVERSAL SERIAL BUS

4.)Networks: Ethernet, Controller Area Network, LonWorks, etc

ETHERNET NETWORK

LON NETWORKS

5.)Timers: PLL(s), Capture/Compare and Time Processing Units

6.)Discrete IO: aka General Purpose Input/Output (GPIO)

GPIO

7.)Analog to Digital/Digital to Analog (ADC/DAC)

ANALOG TO DIGITAL CONVERTER

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:

1.)In circuit debuggers or emulators.
2.)Utilities to add a checksum or CRC to a program, so the embedded system can check if the program is valid.
3.)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.
4.)Custom compilers and linkers may be used to improve optimisation for the particular hardware.
5.)An embedded system may have its own special language or design tool, or add enhancements to an existing language.
6.)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:

1.)Software companies that specialize in the embedded market
2.)Ported from the GNU software development tools
3.)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:

1.)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.
2.)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.
3.)An in-circuit emulator replaces the microprocessor with a simulated equivalent, providing full control over all aspects of the microprocessor.
4.)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:

1.)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.
2.)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.
3.)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.

EMBEDDED SYSTEMS & SOFTWARES

Embedded software architectures

There are several different types of software architecture in common use.

Simple control loop

In this design, the software simply has a loop. The loop calls subroutines, each of which manages a part of the hardware or software.

Interrupt controlled system

Some embedded systems are predominantly interrupt controlled. This means that tasks performed by the system are triggered by different kinds of events. An interrupt could be generated for example by a timer in a predefined frequency, or by a serial port controller receiving a byte.

These kinds of systems are used if event handlers need low latency and the event handlers are short and simple.

Usually these kinds of systems run a simple task in a main loop also, but this task is not very sensitive to unexpected delays. The tasks performed in the interrupt handlers should be kept short to keep the interrupt latency to a minimum.

Sometimes longer tasks are added to a queue structure in the interrupt handler to be processed in the main loop later. This method brings the system close to a multitasking kernel with discrete processes.

Cooperative multitasking

A nonpreemptive multitasking system is very similar to the simple control loop scheme, except that the loop is hidden in an API. The programmer defines a series of tasks, and each task gets its own environment to “run” in. Then, when a task is idle, it calls an idle routine (usually called “pause”, “wait”, “yield”, “nop” (Stands for no operation), etc.).

The advantages and disadvantages are very similar to the control loop, except that adding new software is easier, by simply writing a new task, or adding to the queue-interpreter.

Preemptive multitasking or multi-threading

In this type of system, a low-level piece of code switches between tasks or threads based on a timer. This is the level at which the system is generally considered to have an “operating system”, and introduces all the complexities of managing multiple tasks or threads running seemingly at the same time.

Any piece of task or thread code can damage the data of another task or thread; they must be precisely separated. Access to shared data must be controlled by some synchronization strategy, such as message queues, semaphores or a non-blocking synchronization scheme.

Because of these complexities, it is common for organizations to buy a real-time operating system, allowing the application programmers to concentrate on device functionality rather than operating system services.

Microkernels and exokernels

A microkernel is a logical step up from a real-time OS. The usual arrangement is that the operating system kernel allocates memory and switches the CPU to different threads of execution. User mode processes implement major functions such as file systems, network interfaces, etc.

MICROKERNELS

In general, microkernels succeed when the task switching and intertask communication is fast, and fail when they are slow.

Exokernels communicate efficiently by normal subroutine calls. The hardware, and all the software in the system are available to, and extensible by application programmers.

Monolithic kernels

In this case, a relatively large kernel with sophisticated capabilities is adapted to suit an embedded environment. This gives programmers an environment similar to a desktop operating system like Linux or Microsoft Windows, and is therefore very productive for development; on the downside, it requires considerably more hardware resources, is often more expensive, and because of the complexity of these kernels can be less predictable and reliable.

MONOLITHIC KERNELS

Common examples of embedded monolithic kernels are Embedded Linux and Windows CE.

Despite the increased cost in hardware, this type of embedded system is increasing in popularity, especially on the more powerful embedded devices such as Wireless Routers and GPS Navigation Systems. Here are some of the reasons:

1.)Ports to common embedded chip sets are available.
2.)They permit re-use of publicly available code for Device Drivers, Web Servers, Firewalls, and other code.
3.)Development systems can start out with broad feature-sets, and then the distribution can be configured to exclude unneeded functionality, and save the expense of the memory that it would consume.
4.)Many engineers believe that running application code in user mode is more reliable, easier to debug and that therefore the development process is easier and the code more portable.
5.)Many embedded systems lack the tight real time requirements of a control system. A system such as Embedded Linux has fast enough response for many applications.
6.)Features requiring faster response than can be guaranteed can often be placed in hardware.
7.)Many RTOS systems have a per-unit cost. When used on a product that is or will become a commodity, that cost is significant.

Exotic custom operating systems

A small fraction of embedded systems require safe, timely, reliable or efficient behavior unobtainable with the one of the above architectures. In this case an organization builds a system to suit. In some cases, the system may be partitioned into a “mechanism controller” using special techniques, and a “display controller” with a conventional operating system. A communication system passes data between the two.

EMBEDDED OS COMPARISON

Reblog this post [with Zemanta]
Related Posts Plugin for WordPress, Blogger...