Topic 2 TypicalEmbeddedSystem
Topic 2 TypicalEmbeddedSystem
Typical
different things: hardware, software, and
mechanical components. Its sole purpose is to
Embedded
carry out a single predetermined operation. The
controller for an embedded system often resides
on a single chip, and this chip serves as the
System system's primary processing unit.
General Objective
There are several embedded systems that can function without any kind of
interaction from a human being.
They do this by automatically sensing the input parameters from the actual
world using the sensors that are connected at the input port. After going
through signal conditioning and digitization, the information from the sensors is
then sent to the CPU. With the assistance of the embedded firmware in the
system, the core of the system carries out a number of predefined operations
on the input data and then transmits a number of actuating signals to the
actuator link that is connected to the output port of the system.
An embedded system that lacks code (i.e. the
control algorithm) implemented in its memory has all
of the peripherals, but it is unable to make decisions
in response to changes in the environment or the
real world.
Core of the Embedded System
The central component of the embedded system can be classified as belonging to any
one of the following groups.
• General Purpose and Domain Specific Processors
• Microprocessor
• Microcontroller
• Digital Signal Processor
• Programmable Logic Devices
• Application Specific Integrated Circuits
• Commercial off the shelf component
General Purpose and Domain Specific
Processor
Microprocessor
A highly integrated silicon chip that includes a central processing unit (CPU),
random access memory (RAM) scratch pad, special and general-purpose
register arrays, on-chip ROM/FLASH memory for program storage, timer and
interrupt control units, and specialized input/output (I/O) ports.
The Digital Signal Processor (DSP) is a type of microprocessor that can be thought
of as being designed to do high-speed computational operations such as "addition,"
"subtraction," "multiplication," and "division."
A typical DSP incorporates the following key units: Program Memory, Data Memory,
Computational Engine, and I/O Unit.
Example of DSP
• Audio video signal processing
• Telecommunication; and
• Multimedia application
Programmable Logic Devices (PLDs)