Embedded System
Embedded System
Modern embedded systems are often based on microcontrollers (i.e. CPU's with integrated memory or peripheral
interfaces),[7] but ordinary microprocessors (using external chips for memory and peripheral interface circuits) are
also common, especially in more-complex systems. In either case, the processor(s) used may be types ranging from
general purpose to those specialized in certain class of computations, or even custom designed for the application at
hand. A common standard class of dedicated processors is the digital signal processor (DSP).
Since the embedded system is dedicated to specific tasks, design engineers can optimize it to reduce the size and cost
of the product and increase the reliability and performance. Some embedded systems are mass-produced, benefiting
from economies of scale.
Embedded systems range from portable devices such as digital watches and MP3 players, to large stationary
installations like traffic lights, factory controllers, and largely complex systems like hybrid vehicles, MRI, and avionics.
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.
Contents
1 History
2 Applications
3 Characteristics
3.1 User interface
3.2 Processors in embedded systems
3.2.1 Ready-made computer boards
3.2.2 ASIC and FPGA solutions
3.3 Peripherals
3.4 Tools
4 Debugging
4.1 Tracing
4.2 Reliability
4.3 High vs. low volume
5 Embedded software architectures
5.1 Simple control loop
5.2 Interrupt-controlled system
5.3 Cooperative multitasking
5.4 Preemptive multitasking or multi-threading
5.5 Microkernels and exokernels
5.6 Monolithic kernels
5.7 Additional software components
6 See also
7 Notes
8 References
9 Further reading
10 External links
History
One of the very first recognizably modern embedded systems was the Apollo Guidance Computer, developed by
Charles Stark Draper at the MIT Instrumentation Laboratory. At the project's inception, the Apollo guidance computer
was considered the riskiest item in the Apollo project as it employed the then newly developed monolithic integrated
circuits to reduce the size and weight. An early mass-produced embedded system was the Autonetics D-17 guidance
computer for the Minuteman missile, released in 1961. When the Minuteman II went into production in 1966, the D-17
was replaced with a new computer that was the first high-volume use of integrated circuits.
Since these early applications in the 1960s, embedded systems have come down in price and there has been a dramatic
rise in processing power and functionality. An early microprocessor for example, the Intel 4004, was designed for
calculators and other small systems but still required external memory and support chips. In 1978 National
Engineering Manufacturers Association released a "standard" for programmable microcontrollers, including almost
any computer-based controllers, such as single board computers, numerical, and event-based controllers.
As the cost of microprocessors and microcontrollers fell it became feasible to replace expensive knob-based analog
components such as potentiometers and variable capacitors with up/down buttons or knobs read out by a
microprocessor even in consumer products. By the early 1980s, memory, input and output system components had
been integrated into the same chip as the processor forming a microcontroller. Microcontrollers find applications
where a general-purpose computer would be too costly.
A comparatively low-cost microcontroller may be programmed to fulfill the same role as a large number of separate
components. Although in this context an embedded system is usually more complex than a traditional solution, most
of the complexity is contained within the microcontroller itself. Very few additional components may be needed and
most of the design effort is in the software. Software prototype and test can be quicker compared with the design and
construction of a new circuit not using an embedded processor.
Applications
Embedded systems are commonly found in consumer, cooking, industrial, automotive, medical, commercial and
military applications.
Telecommunications systems employ numerous embedded systems from
telephone switches for the network to cell phones at the end user.
Computer networking uses dedicated routers and network bridges to route
data.
Medical equipment uses embedded systems for vital signs monitoring, electronic stethoscopes for amplifying sounds,
and various medical imaging (PET, SPECT, CT, and MRI) for non-invasive internal inspections. Embedded systems
within medical equipment are often powered by industrial computers.[9]
Embedded systems are used in transportation, fire safety, safety and security, medical applications and life critical
systems, as these systems can be isolated from hacking and thus, be more reliable. For fire safety, the systems can be
designed to have greater ability to handle higher temperatures and continue to operate. In dealing with security, the
embedded systems can be self-sufficient and be able to deal with cut electrical and communication systems.
A new class of miniature wireless devices called motes are networked wireless sensors. Wireless sensor networking,
WSN, makes use of miniaturization made possible by advanced IC design to couple full wireless subsystems to
sophisticated sensors, enabling people and companies to measure a myriad of things in the physical world and act on
this information through IT monitoring and control systems. These motes are completely self-contained, and will
typically run off a battery source for years before the batteries need to be changed or charged.
Embedded Wi-Fi modules provide a simple means of wirelessly enabling any device which communicates via a serial
port.
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 reasons 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 standalone devices. Many embedded systems consist of small parts within a larger
device that serves a more general purpose. For example, the Gibson Robot Guitar features an embedded system for
tuning the strings, but the overall purpose of the Robot Guitar is, of course, to play music.[10] Similarly, an embedded
system in an automobile provides a specific function as a subsystem of the car itself.
The program instructions written for embedded systems are referred to as
firmware, and are stored in read-only memory or flash memory chips. They
run with limited computer hardware resources: little memory, small or
non-existent keyboard or screen.
User interface
Embedded systems range from no user interface at all, in systems
dedicated only to one task, to complex graphical user interfaces that
resemble modern computer desktop operating systems. Simple embedded
e-con Systems eSOM270 &
devices use buttons, LEDs, graphic or character LCDs (HD44780 LCD for
eSOM300 Computer on Modules
example) with a simple menu system.
Some systems provide user interface remotely with the help of a serial (e.g.
RS-232, USB, IC, etc.) or network (e.g. Ethernet) connection. This
approach gives several advantages: extends the capabilities of embedded
system, avoids the cost of a display, simplifies BSP and allows one to build Embedded system text user
interface using MicroVGA[nb 1]
a rich user interface on the PC. A good example of this is the combination
of an embedded web server running on an embedded device (such as an IP
camera) or a network router. The user interface is displayed in a web browser on a PC connected to the device,
therefore needing no software to be installed.
Numerous microcontrollers have been developed for embedded systems use. General-purpose microprocessors are
also used in embedded systems, but generally require more support circuitry than microcontrollers.
However, most ready-made embedded systems boards are not PC-centered and do not use the ISA or PCI buses. When
a system-on-a-chip processor is involved, there may be little benefit to having a standarized bus connecting discrete
components, and the environment for both hardware and software tools may be very different.
One common design style uses a small system module, perhaps the size of a business card, holding high density BGA
chips such as an ARM-based system-on-a-chip processor and peripherals, external flash memory for storage, and
DRAM for runtime memory. The module vendor will usually provide boot software and make sure there is a selection
of operating systems, usually including Linux and some real time choices. These modules can be manufactured in high
volume, by organizations familiar with their specialized testing issues, and combined with much lower volume custom
mainboards with application-specific external peripherals.
Implementation of embedded systems have advanced, embedded systems can easily be implemented with already
made boards which are based on worldwide accepted platform. These platforms include, but are not limited to,
Arduino and Raspberry Pi.
Peripherals
Embedded systems talk with the outside world via peripherals, such as:
Tools
As with other software, embedded system designers use compilers, assemblers, and debuggers to develop embedded
system software. However, they may also use some more specific tools:
Embedded systems are commonly found in consumer, cooking, industrial, automotive, medical applications. Some
examples of embedded systems are MP3 players, mobile phones, videogame consoles, digital cameras, DVD players,
and GPS. Household appliances, such as microwave ovens, washing machines and dishwashers, include embedded
systems to provide flexibility and efficiency.
Debugging
Embedded debugging may be performed at different levels, depending on the facilities available. The different metrics
that characterize the different forms of embedded debugging are: does it slow down the main application, how close is
the debugged system or application to the actual system or application, how expressive are the triggers that I can set
for debugging (e.g., I want to inspect the memory when a particular program counter value is reached), and what can I
inspect in the debugging process (such as, only memory, or memory and registers, etc.).
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[11]. 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 (ICE) 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. The downsides are expense and slow operation, in some
cases up to 100 times slower than the final system.
For SoC designs, the typical approach is to verify and debug the design on an FPGA prototype board. Tools such
as Certus[12] are used to insert probes in the FPGA RTL that make signals available for observation. This is used
to debug hardware, firmware and software interactions across multiple FPGA with capabilities similar to a logic
analyzer.
Software-only debuggers have the benefit that they do not need any hardware modification but have to carefully
control what they record in order to conserve time and storage space[13].
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 HLL source-code,
assembly code or mixture of both.
Because an embedded system is often composed of a wide variety of elements, the debugging strategy may vary. For
instance, debugging a software- (and microprocessor-) centric embedded system is different from debugging an
embedded system where most of the processing is performed by peripherals (DSP, FPGA, and co-processor). An
increasing number of embedded systems today use more than one single processor core. A common problem with
multi-core development is the proper synchronization of software execution. In such a case, the embedded system
design may wish to check the data traffic on the busses between the processor cores, which requires very low-level
debugging, at signal/bus level, with a logic analyzer, for instance.
Tracing
Real-time operating systems (RTOS) often supports tracing of operating system events. A graphical view is presented
by a host PC tool, based on a recording of the system behavior. The trace recording can be performed in software, by
the RTOS, or by special tracing hardware. RTOS tracing allows developers to understand timing and performance
issues of the software system and gives a good understanding of the high-level system behaviors. Commercial tools like
RTXC Quadros or IAR Systems exists.
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.
The system cannot safely be shut down for repair, or it is too inaccessible to repair. 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.
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.
A variety of techniques are used, sometimes in combination, to recover from errorsboth software bugs such as
memory leaks, and also soft errors in the hardware:
watchdog timer that resets the computer unless the software periodically notifies the watchdog subsystems with
redundant spares that can be switched over to software "limp modes" that provide partial function
Designing with a Trusted Computing Base (TCB) architecture[14] ensures a highly secure & reliable system
environment
A hypervisor designed for embedded systems, is able to provide secure encapsulation for any subsystem
component, so that a compromised software component cannot interfere with other subsystems, or privileged-
level system software. This encapsulation keeps faults from propagating from one subsystem to another,
improving reliability. This may also allow a subsystem to be automatically shut down and restarted on fault
detection.
Immunity Aware Programming
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.
Interrupt-controlled system
Some embedded systems are predominantly controlled by interrupts. 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.
Sometimes the interrupt handler will add longer tasks to a queue structure. Later, after the interrupt handler has
finished, these tasks are executed by the main loop. 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. 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 similar to that of the control loop, except that adding new software is easier, by
simply writing a new task, or adding to the queue.
As any code can potentially damage the data of another task (except in larger systems using an MMU) programs must
be carefully designed and tested, and 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 use a real-time operating system (RTOS), allowing the
application programmers to concentrate on device functionality rather than operating system services, at least for
large systems; smaller systems often cannot afford the overhead associated with a generic real time system, due to
limitations regarding memory size, performance, or battery life. The choice that an RTOS is required brings in its own
issues, however, as the selection must be done prior to starting to the application development process. This timing
forces developers to choose the embedded operating system for their device based upon current requirements and so
restricts future options to a large extent.[15] The restriction of future options becomes more of an issue as product life
decreases. Additionally the level of complexity is continuously growing as devices are required to manage variables
such as serial, USB, TCP/IP, Bluetooth, Wireless LAN, trunk radio, multiple channels, data and voice, enhanced
graphics, multiple states, multiple threads, numerous wait states and so on. These trends are leading to the uptake of
embedded middleware in addition to a real-time operating system.
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.
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:
Notes
1. For more details of MicroVGA see this PDF (http://www.microvga.com/pdf/uvga-text-ds.pdf).
References
1. Michael Barr. "Embedded Systems Glossary" (http://www.netrino.com/Embedded-Systems/Glossary). Neutrino
Technical Library. Retrieved 2007-04-21.
2. Heath, Steve (2003). Embedded systems design (https://books.google.com/books?id=BjNZXwH7HlkC&pg=PA2).
EDN series for design engineers (2 ed.). Newnes. p. 2. ISBN 978-0-7506-5546-0. "An embedded system is a
microprocessor based system that is built to control a function or a range of functions."
3. Michael Barr; Anthony J. Massa (2006). "Introduction". Programming embedded systems: with C and GNU
development tools (https://books.google.com/books?id=nPZaPJrw_L0C&pg=PA1). O'Reilly. pp. 12. ISBN 978-0-
596-00983-0.
4. Barr, Michael (1 August 2009). "Real men program in C" (http://www.embedded.com/electronics-blogs/barr-code/
4027479/Real-men-program-in-C). Embedded Systems Design. TechInsights (United Business Media). p. 2.
Retrieved 2009-12-23.
5. C.Alippi: Intelligence for Embedded Systems. Springer, 2014, 283pp, ISBN 978-3-319-05278-6.
6. S. Mittal, "A survey of techniques for improving energy efficiency in embedded computing systems (https://www.a
cademia.edu/4186102/A_survey_of_techniques_for_improving_energy_efficiency_in_embedded_computing_syst
ems)", IJCAET, 6(4), 440459, 2014.
7. Giovino, Bill. "Micro controller.com Embedded Systems supersite" (http://www.microcontroller.com/).
8. Electronic Voting Machine Information Sheet Accupoll AVS 1000 (http://w2.eff.org/Activism/E-voting/infosheets20
06/AccuPollAVS1000.pdf)
9. Embedded Systems Dell OEM Solutions | Dell (http://content.dell.com/us/en/enterprise/oem-industry-solutions-bui
ld-your-product-with-dell). Content.dell.com (2011-01-04). Retrieved on 2013-02-06.
10. Embedded.com Under the Hood: Robot Guitar embeds autotuning (http://www.embedded.com/underthehood/2
07401418) By David Carey, TechOnline EE Times (04/22/08, 11:10:00 AM EDT)Embedded Systems Design
Embedded.com
11. Tancreti, Matthew; Hossain, Mohammad Sajjad; Bagchi, Saurabh; Raghunathan, Vijay (2011). "Aveksha: A
Hardware-software Approach for Non-intrusive Tracing and Profiling of Wireless Embedded Systems" (http://doi.a
cm.org/10.1145/2070942.2070972). Proceedings of the 9th ACM Conference on Embedded Networked Sensor
Systems. SenSys '11. New York, NY, USA: ACM: 288301. doi:10.1145/2070942.2070972 (https://doi.org/10.114
5%2F2070942.2070972). ISBN 9781450307185.
12. "Tektronix Shakes Up Prototyping, Embedded Instrumentation Boosts Boards to Emulator Status" (http://www.eej
ournal.com/archives/articles/20121030-tektronix/). Electronic Engineering Journal. 2012-10-30. Retrieved
2012-10-30.
13. Tancreti, Matthew; Sundaram, Vinaitheerthan; Bagchi, Saurabh; Eugster, Patrick (2015). "TARDIS: Software-only
System-level Record and Replay in Wireless Sensor Networks" (http://doi.acm.org/10.1145/2737095.2737096).
Proceedings of the 14th International Conference on Information Processing in Sensor Networks. IPSN '15. New
York, NY, USA: ACM: 286297. doi:10.1145/2737095.2737096 (https://doi.org/10.1145%2F2737095.2737096).
ISBN 9781450334754.
14. Heiser, Gernot (December 2007). "Your System is secure? Prove it!" (http://c59951.r51.cf2.rackcdn.com/5557-528
-heiser.pdf) (PDF). ;login:. 2 (6): 358.
15. "Working across Multiple Embedded Platforms" (http://www.clarinox.com/docs/whitepapers/Whitepaper_06_Cross
PlatformDiscussion.pdf) (PDF). clarinox. Retrieved 2010-08-17.
Further reading
John Catsoulis (May 2005). Designing Embedded Hardware, 2nd Edition. O'Reilly. ISBN 0-596-00755-8.
James M. Conrad; Alexander G. Dean (September 2011). Embedded Systems, An Introduction Using the
Renesas RX62N Microcontroller. Micrium. ISBN 978-1935-7729-96.
Klaus Elk (August 2016). Embedded Software Development for the Internet Of Things, The Basics, The
Technologies and Best Practices. ISBN 978-1534602533.
External links
Embedded Systems course with mbed (https://www.youtube.com/watch?v=H-OKGOMoCSI&list=PLo7bVbJhQ6q
wlDa-R6pz7tA7kPzn1s5Ae) YouTube, ongoing from 2015
Trends in Cyber Security and Embedded Systems (http://geer.tinho.net/geer.nro.6xi13.txt) Dan Geer, November
2013
Modern Embedded Systems Programming Video Course (https://www.youtube.com/playlist?list=PLPW8O6W-1ch
wyTzI3BHwBLbGQoPFxPAPM) YouTube, ongoing from 2013
Embedded Systems Week (ESWEEK) (http://www.esweek.org/) yearly event with conferences, workshops and
tutorials covering all aspects of embedded systems and software
Workshop on Embedded and Cyber-Physical Systems Education (http://www.emsig.net/conf/2015/wese/),
workshop covering educational aspects of embedded systems
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using
this site, you agree to the Terms of Use and Privacy Policy. Wikipedia is a registered trademark of the Wikimedia
Foundation, Inc., a non-profit organization.