Presented By- Bhavana Sharma
Roll no. - 1336710003
 What are embedded system
 Components
 Comparison of Various Software Architecture
 Application
 Challenges
 Embedded Software Development Tools
 Application
 Future Trends
 Conclusion
 An embedded system is a special purpose
computer that is used inside of a device.
 A Combination of hardware and software
that forms the components of a larger
systems.
1. Embedded hardware :-It mainly consists of a
microcontroller with various peripheral IC’s.
2. Embedded RTO’S :-All intelligent devices that
perform complex functions have an embedded
operating system inside.
3. Device drivers :-The software that acts as a
glue between the operating system and the
peripheral device is called the device driver
4. Communication stacks :-If the embedded
device is capable of communicating to
the external world,it has a
communication software stack running
on the top of operating system.
5. Embedded application :-It performs the
predefined function of the embedded
device.
PRIORITIES
AVAILABLE
WORST RESPONSE TIME
FOR TASK CODE
STABILITY OF
RESPONSE WHEN THE
CODE CHANGES
SIMPLICITY
ROUND ROBIN None Execution time for all the task
code.
Poor. Very simple
ROUND ROBIN
WITH
INTERRUPTS
Interrupts routines
in priority
order,then the task
code in priority
order.
Total of execution time for all
the task code (plus the execution
time for the interrupt routines).
Good for interrupt routines,
poor for task code.
Very simple.
FUNCTION QUEUE
SCHEDULING
Interrupts routines
in priority
order,then all the
task at same
priority.
Execution time for the longest
function( plus execution time for
the interrupt routines).
Relatively good. Must deal with data
shared between
interrupts routines
and task code.
REAL TIME
OPERATING
SYSTEMS
Interrupts routines
in priority order.
Zero (plus execution time for
routines).
Very good. More complex.
C & C++ FILES ASSEMBLY FILES
(TARGET ASSEMBLY
LANGUAGE)
CROSS
COMPILER
CROSS
ASSEMBLE
R
OBJECT FILE
(MAYBE ANY
FORMAT)
OBJECT FILES
(MAYBE ANY
FORMAT)
LINKER/ LOCATORS
EXECUTABLE FILE
(OF ANY STANDARD
FORMAT)
TARGET
SYSTEM
TOOL CHAIN FOR EMBEDDED SOFTWARE
Host
 Precise engineering and design.
 Low in cost.
 High performance.
 Careful selection of chips.
 Efficiency.
 In short, the challenge is to provide
affordable, highly integrated devices
meeting stringent requirements for safety,
security, reliability, availability and at the
same time keeping the cost low.
 Automatic teller machines.
 Cellular telephone and telephone switches.
 Handheld calculators.
 Household appliances including washing
machine, television sets, microwave ovens,
etc.
EMBEDDED APPLICATIONS
 Automatic teller machines.
 Cellular telephone and telephone
switches.
 Handheld calculators.
 Household appliances including washing
machine, television sets, microwave
ovens, etc.
 Inertial guidance systems in aircraft and
missiles,
(contd.)
 Multifunction wristwatches.
 Medical equipment.
 Programmable digital assistants (PDA’s).
 Measurement equipments like oscilloscopes,
logic analyzers and spectrum analyzers.
 Programmable logic controllers (PLC’s).
EMBEDDED GLOBE
3.2
8.9
3.2
3.7
9.4
8.5
10.1
19.4
3.6
5.3
7.3
6.8
4.1 HOME APPLIANCES
AUDIO/VISUAL EQUIPMENTS
ENTERTAINMENT &EDUCATION
PERSONAL INFORMATION
APPLIANCES
COMMUNICATION
COMMUNICATION EQUIPMENT
TRANSPORTATION RELATED
FACTORY AUTOMATION
ELECTRICAL EQUIPMENT
MEDICAL EQUIPMENT
COMMERCIAL SYSTEM
MISCELLANEOUS INSTRUMENTS
OTHER
 eMillennium is the public communication for
the 21st Century. It offers superior multi-pay
voice access in combination with powerful,
yet user-friendly web applications.
 Users can check e-mail, get stock quotes,
make on-line purchases, even cruise the
Internet, all while talking on the phone.
 A built-in Ethernet data port provides the
additional option of high-speed web access
through a laptop computer.
 Extensive testing to meet FCC and CSA
telecommunication requirements was
required for this device.
 Wavix has developed an inexpensive
two-way satellite communication system
specifically to support remote data
collection and e-mail services.
 It is designed as an economical, high-
throughput alternative to fill the niche
between low-cost, low-throughput
systems like Argos, GOES, and
Orbcomm, and high-cost, very high-
throughput systems like Inmarsat and
Intelsat.
 Wavix operates its Satellite System in
cooperation with Volunteers in Technical
Assistance and SatILife non-profit
organizations providing health and
technology support to people in
developing countries.
 Adaptive cruise control
 Telemedicine
 Security
 Tele-matics
 Bluetooth applications
 The world of embedded systems is a dreamer’s
paradise with unlimited possibilities.
 It make controlling all the systems around just
by a simple gesture and the things respond to
you as if it was some magic.
 As microprocessors are becoming smaller and
cheaper, more and more products are
becoming ‘smart’ with microprocessors
embedded in them.
Embedded systems ppt
Embedded systems ppt

Embedded systems ppt

  • 1.
    Presented By- BhavanaSharma Roll no. - 1336710003
  • 2.
     What areembedded system  Components  Comparison of Various Software Architecture  Application  Challenges  Embedded Software Development Tools  Application  Future Trends  Conclusion
  • 3.
     An embeddedsystem is a special purpose computer that is used inside of a device.  A Combination of hardware and software that forms the components of a larger systems.
  • 4.
    1. Embedded hardware:-It mainly consists of a microcontroller with various peripheral IC’s. 2. Embedded RTO’S :-All intelligent devices that perform complex functions have an embedded operating system inside. 3. Device drivers :-The software that acts as a glue between the operating system and the peripheral device is called the device driver
  • 5.
    4. Communication stacks:-If the embedded device is capable of communicating to the external world,it has a communication software stack running on the top of operating system. 5. Embedded application :-It performs the predefined function of the embedded device.
  • 6.
    PRIORITIES AVAILABLE WORST RESPONSE TIME FORTASK CODE STABILITY OF RESPONSE WHEN THE CODE CHANGES SIMPLICITY ROUND ROBIN None Execution time for all the task code. Poor. Very simple ROUND ROBIN WITH INTERRUPTS Interrupts routines in priority order,then the task code in priority order. Total of execution time for all the task code (plus the execution time for the interrupt routines). Good for interrupt routines, poor for task code. Very simple. FUNCTION QUEUE SCHEDULING Interrupts routines in priority order,then all the task at same priority. Execution time for the longest function( plus execution time for the interrupt routines). Relatively good. Must deal with data shared between interrupts routines and task code. REAL TIME OPERATING SYSTEMS Interrupts routines in priority order. Zero (plus execution time for routines). Very good. More complex.
  • 7.
    C & C++FILES ASSEMBLY FILES (TARGET ASSEMBLY LANGUAGE) CROSS COMPILER CROSS ASSEMBLE R OBJECT FILE (MAYBE ANY FORMAT) OBJECT FILES (MAYBE ANY FORMAT) LINKER/ LOCATORS EXECUTABLE FILE (OF ANY STANDARD FORMAT) TARGET SYSTEM TOOL CHAIN FOR EMBEDDED SOFTWARE Host
  • 8.
     Precise engineeringand design.  Low in cost.  High performance.  Careful selection of chips.  Efficiency.  In short, the challenge is to provide affordable, highly integrated devices meeting stringent requirements for safety, security, reliability, availability and at the same time keeping the cost low.
  • 9.
     Automatic tellermachines.  Cellular telephone and telephone switches.  Handheld calculators.  Household appliances including washing machine, television sets, microwave ovens, etc.
  • 10.
  • 11.
     Automatic tellermachines.  Cellular telephone and telephone switches.  Handheld calculators.  Household appliances including washing machine, television sets, microwave ovens, etc.  Inertial guidance systems in aircraft and missiles, (contd.)
  • 12.
     Multifunction wristwatches. Medical equipment.  Programmable digital assistants (PDA’s).  Measurement equipments like oscilloscopes, logic analyzers and spectrum analyzers.  Programmable logic controllers (PLC’s).
  • 13.
  • 14.
    3.2 8.9 3.2 3.7 9.4 8.5 10.1 19.4 3.6 5.3 7.3 6.8 4.1 HOME APPLIANCES AUDIO/VISUALEQUIPMENTS ENTERTAINMENT &EDUCATION PERSONAL INFORMATION APPLIANCES COMMUNICATION COMMUNICATION EQUIPMENT TRANSPORTATION RELATED FACTORY AUTOMATION ELECTRICAL EQUIPMENT MEDICAL EQUIPMENT COMMERCIAL SYSTEM MISCELLANEOUS INSTRUMENTS OTHER
  • 15.
     eMillennium isthe public communication for the 21st Century. It offers superior multi-pay voice access in combination with powerful, yet user-friendly web applications.  Users can check e-mail, get stock quotes, make on-line purchases, even cruise the Internet, all while talking on the phone.  A built-in Ethernet data port provides the additional option of high-speed web access through a laptop computer.  Extensive testing to meet FCC and CSA telecommunication requirements was required for this device.
  • 16.
     Wavix hasdeveloped an inexpensive two-way satellite communication system specifically to support remote data collection and e-mail services.  It is designed as an economical, high- throughput alternative to fill the niche between low-cost, low-throughput systems like Argos, GOES, and Orbcomm, and high-cost, very high- throughput systems like Inmarsat and Intelsat.  Wavix operates its Satellite System in cooperation with Volunteers in Technical Assistance and SatILife non-profit organizations providing health and technology support to people in developing countries.
  • 17.
     Adaptive cruisecontrol  Telemedicine  Security  Tele-matics  Bluetooth applications
  • 19.
     The worldof embedded systems is a dreamer’s paradise with unlimited possibilities.  It make controlling all the systems around just by a simple gesture and the things respond to you as if it was some magic.  As microprocessors are becoming smaller and cheaper, more and more products are becoming ‘smart’ with microprocessors embedded in them.