Embedded Systems
What is Embedded system In Layman’s term  A system which is embedded inside something else. But we all are not laymen’s so for us  Embedded system devices are application specific circuits which combines with the application specific programming, whose whole aim is to concentrate on one work, but perform that one task with the best possible efficiency.
CAN YOU GIVE US SOME EXAMPLES ?   mp3 players ,telephone switches for IVR systems  Avionics flight control hardware/software  Integrated systems in aircraft and missiles  Cellular telephones and telephone switches  Electric or Electronic Motor controller Engine controllers  Home automation products Handheld calculators  microwave ovens, washing machines,  television sets, DVD players and recorders  Medical equipment  Personal digital assistant (PDA) Computer peripherals such as routers and printers
A peek into the history  The first recognizably modern embedded system was the Apollo Guidance Computer, developed at MIT Instrumentation Laboratory. In the beginning, the Apollo guidance computer was considered the riskiest item in the Apollo project as the new monolithic integrated circuits, were used to reduce size and weight but increased this risk.  The first mass-produced embedded system was the Autonetics D-17 guidance computer for the Minuteman missile, released in 1961. It was built from transistor logic and had a hard disk for main memory.
Characteristic of embedded systems   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. 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.
CPU platform   Embedded processors can be broken into two distinct categories: microprocessors (μP)  microcontrollers (μC).  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. 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.
How to work on embedded system? We can divide our requirements on tow different sets. HARDWARE  Circuit Designing Cpu selection PCB manufacturing Assembly Device Programmer Software Programming language selection Programming tool : Depending on cpu selected  Debugger or Simulator
embedded system in action

Embedded Systems : introduction

  • 1.
  • 2.
    What is Embeddedsystem In Layman’s term A system which is embedded inside something else. But we all are not laymen’s so for us Embedded system devices are application specific circuits which combines with the application specific programming, whose whole aim is to concentrate on one work, but perform that one task with the best possible efficiency.
  • 3.
    CAN YOU GIVEUS SOME EXAMPLES ? mp3 players ,telephone switches for IVR systems Avionics flight control hardware/software Integrated systems in aircraft and missiles Cellular telephones and telephone switches Electric or Electronic Motor controller Engine controllers Home automation products Handheld calculators microwave ovens, washing machines, television sets, DVD players and recorders Medical equipment Personal digital assistant (PDA) Computer peripherals such as routers and printers
  • 4.
    A peek intothe history The first recognizably modern embedded system was the Apollo Guidance Computer, developed at MIT Instrumentation Laboratory. In the beginning, the Apollo guidance computer was considered the riskiest item in the Apollo project as the new monolithic integrated circuits, were used to reduce size and weight but increased this risk. The first mass-produced embedded system was the Autonetics D-17 guidance computer for the Minuteman missile, released in 1961. It was built from transistor logic and had a hard disk for main memory.
  • 5.
    Characteristic of embeddedsystems 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. 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.
  • 6.
    CPU platform Embedded processors can be broken into two distinct categories: microprocessors (μP) microcontrollers (μC). 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. 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.
  • 7.
    How to workon embedded system? We can divide our requirements on tow different sets. HARDWARE Circuit Designing Cpu selection PCB manufacturing Assembly Device Programmer Software Programming language selection Programming tool : Depending on cpu selected Debugger or Simulator
  • 8.