SlideShare a Scribd company logo
1 of 7
Download to read offline
08072013

EC501 EMBEDDED SYSTEM APPLICATIONS

CHAPTER 1

LEARNING OUTCOMES
• Understand the concept of embedded system:

INTRODUCTION TO
EMBEDDED SYSTEM
DEPARTMENT OF ELECTRICAL ENGINEERING
POLITEKNIK SULTAN HAJI AHMAD SHAH
Dr. Bakhtiar Bin Md Shaari @ email: dbms@polisas.edu.my

1. Describe the meaning of embedded system
2. Explain microcontroller as the heart of
embedded system
3. Relate embedded system examples with real
life application
4. Differentiate Microcontroller and
microprocessor
5. Discuss the advantages of microcontroller
application

EMBEDDED SYSTEM
Definition
Embedded system is a computer system that cannot be
programmed by the user because it is preprogrammed
for a specific task and embedded within the equipment
which it serves.
(McGraw-Hill Science & Technology Encyclopedia:)
Embedded system is a product controlled by its own
internal microprocessor or microcontroller with a purpose
for specific functions needed for the system

MICROCONTROLLERS AS HEART OF
EMBEDDED SYSTEM
• A microcontroller is the data processing "brain" of an
embedded system.

• Definition for: embedded system
• A combination of hardware and software which together
form a component of a larger machine.
• An example of an embedded system is a microprocessor
that controls an automobile engine.
• An embedded system is designed to run on its own
without human intervention, and may be required to
respond to events in real time.
• Source: www.computeruser.com/resources/dictionary

Microcontroller as the Heart of
Embedded System
Like

• In an embedded system, a microcontroller receives
input signals, processes the input signals and
generates output signals based on the processing.
Microcontroller like brain?? Woww.. It is great
For example, in a thermometer embedded system, the
microcontroller may receive a signal from a temperature
measuring device, process the signal and send data to a
display device to show the temperature being sensed.

right?
Because, the microcontroller will:
Receive Input Signal
Output

Process it

Produce an

1
08072013

EMBEDDED SYSTEM EXAMPLES
Embedded systems are used in all aspects of
modern life and there are many examples of
their use, including:
1. Telecommunications systems
2. Consumer electronics
3. Transportation systems

EMBEDDED SYSTEM EXAMPLES
..cont…
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.

4. Medical equipment
5. Etc

EMBEDDED SYSTEM EXAMPLES
Line Follower
Robot

• Microcontroller is great…how about our
computer (microprocessor)?
Next slide describe the difference between
uP and uC

Washing Machine

uP

For more
detail, please
refer book
page 25

uC

Air-Bag

Applications
Areas

Application Areas

• TV
• stereo
• remote control
• phone / mobile phone
• refrigerator
• microwave
• washing machine
• electric tooth brush
• oven / rice or bread cooker
• watch
• alarm clock
• electronic musical instruments
• electronic toys (stuffed animals,handheld toys, pinballs, etc.)
• medical home equipment (e.g. blood
pressure, thermometer)
•…
• [PDAs?? More like standard computer system]
Consumer Products

2
08072013

Application Areas
• Medical Systems
– pace maker, patient monitoring systems, injection systems,
intensive care units, …

• Office Equipment
– printer, copier, fax, …

• Tools
– multimeter, oscilloscope, line tester, GPS, …

• Banking
– ATMs, statement printers, …

• Transportation
– (Planes/Trains/[Automobiles] and Boats)

• radar, traffic lights, signalling systems, …

Application Areas
• Automobiles
– engine management, trip computer, cruise
control, immobilizer, car alarm,
– airbag, ABS, ESP, …

• Building Systems
– elevator, heater, air conditioning, lighting, key
card entries, locks, alarm systems, …

• Agriculture
– feeding systems, milking systems, …

• Space
– satellite systems, …

Application Areas
• Facts:
– 1997: The average U.S. household has over 10
embedded computers (source: www.it.dtu.dk/~jan)

Automobiles

• 1998: 90% Embedded Systems vs. 10%
Computers
– (source: Frautschi, www.caliberlearning.com)

• 2001: The Volvo S80 has 18 embedded
controllers and 2 busses (source: Volvo)

3
08072013

4
08072013

Embedded in a Shoe!

Characteristics of Embedded System
• Embedded systems are designed to do a
specific task
• Embedded systems are not always standalone
devices

The microprocessor embedded in this adidas running shoe
calculates the pressure between the runner's foot and the
ground five million times per second and continuously
changes the cushioning to match an adjustable comfort level.
The computer controls a motor that lengthens and shortens a
cable attached to a plastic cushioning element.

• The program instructions written for embedded
systems are referred to as firmware, and are
stored in read-only memory or flash memory chips.

Microcontroller versus generalpurpose microprocessor

Microcontroller versus generalpurpose microprocessor

• Microprocessor is an IC which has only
the CPU inside them i.e. only the
processing. Application of microprocessor
includes Desktop PC’s, Laptops, notepads
etc.
• Microprocessor is the general purpose
microprocessors such as Intel’s x86 family
(8086, 80286,80386, 80486 and the
Pentium) or Motorola’s family

• A microcontroller (sometimes
abbreviated µC, uC or MCU) is a small
computer on a single integrated circuit
containing a processor core, memory, and
programmable input/output peripherals.

Microprocessor based system

Microprocessor (µP)
vs.
Microcontroller (µC)
To store the information (during CPU
operation)

CPU / µP

Register

ALU

To process the information

Control Unit
To control the direction of information

A system designer using a general-purpose microprocessor
must add RAM, ROM, I/O ports and timers externally to
make them functional.

(CPU, Memory, I/O)

5
08072013

Micro controller system

µP vs. µC
µC
CPU / µP

DATA BUS
ALU

Register

RAM

ROM

I/O

Timer

Serial
COM

Control Unit
ADDRESS BUS

All the support devices like Read only memory, Read –
Write memory, Timer, Serial interface, I/O ports are internal.
In other words, the processor, RAM, ROM, I/O ports and
timer are all on a single chip.

CONTROL BUS

Differences between microcontrollers
and microprocessor based system
Microcontroller

Microprocessor

Dedicated to one specific task

Can do many different task

Support devices are internal for a
micro controller

Support devices are external in a
microprocessor based system

Micro controllers offer software
protection

micro processor base system fails
to offer a protection system.

Time required to build the circuit
will be less, the size will be less and
power consumption will be less

Time required to build the circuit
will be more, the size will be more and
power consumption will be more

Not expensive

The advantages of microcontroller
application

Expensive

End-of-chapter Problems 1
1.

Microcontrollers are normally less
expensive than microprocessors.
(true/false)

• Small size
• program is difficult to copy because of copy
protection functions and an emulator will be
required to copy it.
• Reduce chip count
• Many applications do not require as much
computing power
• Reduced power consumption
• Reduced design cost

End-of-chapter Problems 1 ..cont..

3.

List the differences between microcontroller and
microprocessor.

5.

List the advantages of microcontroller application.

6.

2. When comparing a system board based on a
microcontroller and a general purpose
microprocessor, which one is cheaper?

4.

Microcontroller normally has which of the following
devices on-chip?

What does the term embedded system mean?
a) RAM b) ROM

c) I/O

d) all of the above

6
08072013

Wassalam
Terima Kasih

7

More Related Content

What's hot

What's hot (20)

Microcontroller 8051 and its interfacing
Microcontroller 8051 and its interfacingMicrocontroller 8051 and its interfacing
Microcontroller 8051 and its interfacing
 
Unit II Arm 7 Introduction
Unit II Arm 7 IntroductionUnit II Arm 7 Introduction
Unit II Arm 7 Introduction
 
Interfacing LCD with 8051 Microcontroller
Interfacing LCD with 8051 MicrocontrollerInterfacing LCD with 8051 Microcontroller
Interfacing LCD with 8051 Microcontroller
 
Architecture of 16C6X
Architecture of 16C6XArchitecture of 16C6X
Architecture of 16C6X
 
23. serial and parallel data communication
23. serial and parallel data communication23. serial and parallel data communication
23. serial and parallel data communication
 
ATmega32-AVR microcontrollers-Part I
ATmega32-AVR microcontrollers-Part IATmega32-AVR microcontrollers-Part I
ATmega32-AVR microcontrollers-Part I
 
PPI-MECHATRONICS
PPI-MECHATRONICSPPI-MECHATRONICS
PPI-MECHATRONICS
 
Introduction to Arduino Microcontroller
Introduction to Arduino MicrocontrollerIntroduction to Arduino Microcontroller
Introduction to Arduino Microcontroller
 
Introduction to arm processor
Introduction to arm processorIntroduction to arm processor
Introduction to arm processor
 
Arduino programming part1
Arduino programming part1Arduino programming part1
Arduino programming part1
 
Serial Communication
Serial CommunicationSerial Communication
Serial Communication
 
LECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORSLECT 1: ARM PROCESSORS
LECT 1: ARM PROCESSORS
 
8259 updated
8259 updated 8259 updated
8259 updated
 
8085-microprocessor
8085-microprocessor8085-microprocessor
8085-microprocessor
 
Microchip's PIC Micro Controller
Microchip's PIC Micro ControllerMicrochip's PIC Micro Controller
Microchip's PIC Micro Controller
 
Introduction to HDLs
Introduction to HDLsIntroduction to HDLs
Introduction to HDLs
 
Unit vi (1)
Unit vi (1)Unit vi (1)
Unit vi (1)
 
ARM Processor
ARM ProcessorARM Processor
ARM Processor
 
Bekalan kuasa
Bekalan kuasaBekalan kuasa
Bekalan kuasa
 
8255 programming
8255 programming8255 programming
8255 programming
 

Viewers also liked

Introduction To Embedded Systems
Introduction To Embedded SystemsIntroduction To Embedded Systems
Introduction To Embedded Systems
anishgoel
 
Embedded system (Chapter 5) part 1
Embedded system (Chapter 5) part 1Embedded system (Chapter 5) part 1
Embedded system (Chapter 5) part 1
Ikhwan_Fakrudin
 

Viewers also liked (15)

Isi kandungan (latihan industri)
Isi kandungan (latihan industri)Isi kandungan (latihan industri)
Isi kandungan (latihan industri)
 
Introduction To Embedded Systems
Introduction To Embedded SystemsIntroduction To Embedded Systems
Introduction To Embedded Systems
 
Panduan menulis report akhir
Panduan menulis report akhirPanduan menulis report akhir
Panduan menulis report akhir
 
Introduction to Embedded Systems and its Applications
Introduction to Embedded Systems and its ApplicationsIntroduction to Embedded Systems and its Applications
Introduction to Embedded Systems and its Applications
 
CMOS Topic 7 -_design_methodology
CMOS Topic 7 -_design_methodologyCMOS Topic 7 -_design_methodology
CMOS Topic 7 -_design_methodology
 
CMOS Topic 5 -_cmos_inverter
CMOS Topic 5 -_cmos_inverterCMOS Topic 5 -_cmos_inverter
CMOS Topic 5 -_cmos_inverter
 
CMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuitsCMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuits
 
CMOS Topic 4 -_the_wire
CMOS Topic 4 -_the_wireCMOS Topic 4 -_the_wire
CMOS Topic 4 -_the_wire
 
report latihan industri politeknik ( Bab 1 )
report latihan industri politeknik ( Bab 1 )report latihan industri politeknik ( Bab 1 )
report latihan industri politeknik ( Bab 1 )
 
Pengakuan
PengakuanPengakuan
Pengakuan
 
Embedded system (Chapter 5) part 1
Embedded system (Chapter 5) part 1Embedded system (Chapter 5) part 1
Embedded system (Chapter 5) part 1
 
Report latihan industri
Report latihan industriReport latihan industri
Report latihan industri
 
CMOS Topic 3 -_the_device
CMOS Topic 3 -_the_deviceCMOS Topic 3 -_the_device
CMOS Topic 3 -_the_device
 
CMOS Topic 2 -manufacturing_process
CMOS Topic 2 -manufacturing_processCMOS Topic 2 -manufacturing_process
CMOS Topic 2 -manufacturing_process
 
INTRODUCTION_TO_IC
INTRODUCTION_TO_ICINTRODUCTION_TO_IC
INTRODUCTION_TO_IC
 

Similar to Embedded system (Chapter 1)

embeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptxembeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptx
DrVikasMahor
 
embeddedsystemspresentation-140524063909-phpapp01.pdf
embeddedsystemspresentation-140524063909-phpapp01.pdfembeddedsystemspresentation-140524063909-phpapp01.pdf
embeddedsystemspresentation-140524063909-phpapp01.pdf
Ashwin180668
 

Similar to Embedded system (Chapter 1) (20)

Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
 
Vinod report es 1
Vinod report es   1Vinod report es   1
Vinod report es 1
 
Vinod report es 1
Vinod report es   1Vinod report es   1
Vinod report es 1
 
ritesh (3)
ritesh (3)ritesh (3)
ritesh (3)
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
 
Embedded
EmbeddedEmbedded
Embedded
 
Embedded
EmbeddedEmbedded
Embedded
 
embeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptxembeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptx
 
Embedded System
Embedded System Embedded System
Embedded System
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmf
 
Embedded System Presentation
Embedded System PresentationEmbedded System Presentation
Embedded System Presentation
 
embeddedsystemspresentation-140524063909-phpapp01.pdf
embeddedsystemspresentation-140524063909-phpapp01.pdfembeddedsystemspresentation-140524063909-phpapp01.pdf
embeddedsystemspresentation-140524063909-phpapp01.pdf
 
mechatronics.pdf
mechatronics.pdfmechatronics.pdf
mechatronics.pdf
 
Embedded system by abhishek mahajan
Embedded system by abhishek mahajanEmbedded system by abhishek mahajan
Embedded system by abhishek mahajan
 
Embedded system by abhishek mahajan
Embedded system by abhishek mahajanEmbedded system by abhishek mahajan
Embedded system by abhishek mahajan
 
Embedded system by abhishek mahajan
Embedded system by abhishek mahajanEmbedded system by abhishek mahajan
Embedded system by abhishek mahajan
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollers
 
Embedded systems- nanocdac
Embedded systems- nanocdacEmbedded systems- nanocdac
Embedded systems- nanocdac
 
Embedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - MtechEmbedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - Mtech
 
EMBEDDED SYSTEMS INTRODUCTION.pptx
EMBEDDED SYSTEMS INTRODUCTION.pptxEMBEDDED SYSTEMS INTRODUCTION.pptx
EMBEDDED SYSTEMS INTRODUCTION.pptx
 

Recently uploaded

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

Embedded system (Chapter 1)

  • 1. 08072013 EC501 EMBEDDED SYSTEM APPLICATIONS CHAPTER 1 LEARNING OUTCOMES • Understand the concept of embedded system: INTRODUCTION TO EMBEDDED SYSTEM DEPARTMENT OF ELECTRICAL ENGINEERING POLITEKNIK SULTAN HAJI AHMAD SHAH Dr. Bakhtiar Bin Md Shaari @ email: dbms@polisas.edu.my 1. Describe the meaning of embedded system 2. Explain microcontroller as the heart of embedded system 3. Relate embedded system examples with real life application 4. Differentiate Microcontroller and microprocessor 5. Discuss the advantages of microcontroller application EMBEDDED SYSTEM Definition Embedded system is a computer system that cannot be programmed by the user because it is preprogrammed for a specific task and embedded within the equipment which it serves. (McGraw-Hill Science & Technology Encyclopedia:) Embedded system is a product controlled by its own internal microprocessor or microcontroller with a purpose for specific functions needed for the system MICROCONTROLLERS AS HEART OF EMBEDDED SYSTEM • A microcontroller is the data processing "brain" of an embedded system. • Definition for: embedded system • A combination of hardware and software which together form a component of a larger machine. • An example of an embedded system is a microprocessor that controls an automobile engine. • An embedded system is designed to run on its own without human intervention, and may be required to respond to events in real time. • Source: www.computeruser.com/resources/dictionary Microcontroller as the Heart of Embedded System Like • In an embedded system, a microcontroller receives input signals, processes the input signals and generates output signals based on the processing. Microcontroller like brain?? Woww.. It is great For example, in a thermometer embedded system, the microcontroller may receive a signal from a temperature measuring device, process the signal and send data to a display device to show the temperature being sensed. right? Because, the microcontroller will: Receive Input Signal Output Process it Produce an 1
  • 2. 08072013 EMBEDDED SYSTEM EXAMPLES Embedded systems are used in all aspects of modern life and there are many examples of their use, including: 1. Telecommunications systems 2. Consumer electronics 3. Transportation systems EMBEDDED SYSTEM EXAMPLES ..cont… 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. 4. Medical equipment 5. Etc EMBEDDED SYSTEM EXAMPLES Line Follower Robot • Microcontroller is great…how about our computer (microprocessor)? Next slide describe the difference between uP and uC Washing Machine uP For more detail, please refer book page 25 uC Air-Bag Applications Areas Application Areas • TV • stereo • remote control • phone / mobile phone • refrigerator • microwave • washing machine • electric tooth brush • oven / rice or bread cooker • watch • alarm clock • electronic musical instruments • electronic toys (stuffed animals,handheld toys, pinballs, etc.) • medical home equipment (e.g. blood pressure, thermometer) •… • [PDAs?? More like standard computer system] Consumer Products 2
  • 3. 08072013 Application Areas • Medical Systems – pace maker, patient monitoring systems, injection systems, intensive care units, … • Office Equipment – printer, copier, fax, … • Tools – multimeter, oscilloscope, line tester, GPS, … • Banking – ATMs, statement printers, … • Transportation – (Planes/Trains/[Automobiles] and Boats) • radar, traffic lights, signalling systems, … Application Areas • Automobiles – engine management, trip computer, cruise control, immobilizer, car alarm, – airbag, ABS, ESP, … • Building Systems – elevator, heater, air conditioning, lighting, key card entries, locks, alarm systems, … • Agriculture – feeding systems, milking systems, … • Space – satellite systems, … Application Areas • Facts: – 1997: The average U.S. household has over 10 embedded computers (source: www.it.dtu.dk/~jan) Automobiles • 1998: 90% Embedded Systems vs. 10% Computers – (source: Frautschi, www.caliberlearning.com) • 2001: The Volvo S80 has 18 embedded controllers and 2 busses (source: Volvo) 3
  • 5. 08072013 Embedded in a Shoe! Characteristics of Embedded System • Embedded systems are designed to do a specific task • Embedded systems are not always standalone devices The microprocessor embedded in this adidas running shoe calculates the pressure between the runner's foot and the ground five million times per second and continuously changes the cushioning to match an adjustable comfort level. The computer controls a motor that lengthens and shortens a cable attached to a plastic cushioning element. • The program instructions written for embedded systems are referred to as firmware, and are stored in read-only memory or flash memory chips. Microcontroller versus generalpurpose microprocessor Microcontroller versus generalpurpose microprocessor • Microprocessor is an IC which has only the CPU inside them i.e. only the processing. Application of microprocessor includes Desktop PC’s, Laptops, notepads etc. • Microprocessor is the general purpose microprocessors such as Intel’s x86 family (8086, 80286,80386, 80486 and the Pentium) or Motorola’s family • A microcontroller (sometimes abbreviated µC, uC or MCU) is a small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals. Microprocessor based system Microprocessor (µP) vs. Microcontroller (µC) To store the information (during CPU operation) CPU / µP Register ALU To process the information Control Unit To control the direction of information A system designer using a general-purpose microprocessor must add RAM, ROM, I/O ports and timers externally to make them functional. (CPU, Memory, I/O) 5
  • 6. 08072013 Micro controller system µP vs. µC µC CPU / µP DATA BUS ALU Register RAM ROM I/O Timer Serial COM Control Unit ADDRESS BUS All the support devices like Read only memory, Read – Write memory, Timer, Serial interface, I/O ports are internal. In other words, the processor, RAM, ROM, I/O ports and timer are all on a single chip. CONTROL BUS Differences between microcontrollers and microprocessor based system Microcontroller Microprocessor Dedicated to one specific task Can do many different task Support devices are internal for a micro controller Support devices are external in a microprocessor based system Micro controllers offer software protection micro processor base system fails to offer a protection system. Time required to build the circuit will be less, the size will be less and power consumption will be less Time required to build the circuit will be more, the size will be more and power consumption will be more Not expensive The advantages of microcontroller application Expensive End-of-chapter Problems 1 1. Microcontrollers are normally less expensive than microprocessors. (true/false) • Small size • program is difficult to copy because of copy protection functions and an emulator will be required to copy it. • Reduce chip count • Many applications do not require as much computing power • Reduced power consumption • Reduced design cost End-of-chapter Problems 1 ..cont.. 3. List the differences between microcontroller and microprocessor. 5. List the advantages of microcontroller application. 6. 2. When comparing a system board based on a microcontroller and a general purpose microprocessor, which one is cheaper? 4. Microcontroller normally has which of the following devices on-chip? What does the term embedded system mean? a) RAM b) ROM c) I/O d) all of the above 6