SlideShare a Scribd company logo
6
Most read
9
Most read
10
Most read
INTRODUCTION TO
  MICROCONTROLLERS
AND EMBEDDED SYSTEMS




       Created By:    Sachin Bhalavat
                     (Elect. & Comm.
       Engg.)
AGENDA

 What are embedded systems? How do
 we implement them?
 What is a microcontroller?
 Developing embedded applications
 using MCU’s.
EMBEDDED SYSTEMS
 An embedded system
  is a special purpose
  system that is used
  to perform one or few
  dedicated functions.
 Simply, we can call
  any electronic device
  that has a computer
  system embedded
  inside it an embedded
  system.
EMBEDDED SYSTEMS (CONT.)
 Embedded systems
  are made to perform
  few tasks only, after
  implementation you
  can’t use them for
  another purposes.
 Ex. You can’t watch
  movies using the
  microprocessor of
  your microwave
  oven!!
EMBEDDED SYSTEMS
EXAMPLES
 Digital and analog televisions
 Set-top boxes (DVDs, VCRs, Cable boxes)
 Personal digital assistants (PDAs)
 MP3’s and iPod's
 Kitchen appliances (refrigerators ,microwave
  ovens)
 Telephones/cell phones
 Cameras
 Global Positioning Systems And many others.
WHAT IS A
 MICROCONTROLLER?
 It’s a full computer
  system on a chip,
  even if its resources
  are far more limited
  than of a desktop
  personal computer.
 Designed for stand
  alone operations.
WHAT IS A MICROCONTROLLER?
(CONT.)
 A microcontroller      has a processor and many
  peripherals integrated with it on the same chip, like
  a flash memory, RAM, I/O ports, serial
  communication ports, ADC …Etc.
 A Timer Module to allow the MCU to perform tasks
  for certain time periods.
 A Serial I/O Port to allow data to flow between the
  MC and other devices such as a PC or another
  MCU.
 An ADC to allow the MCU to accept analog inputs
  for processing.
 But a microprocessor can’t do all the functions of a
  computer system on its own, and needs another
  circuits to support it like:
   I/O devices, RAM, ROM, DMA controllers, Timers,
So.. What’s the difference between
a microcontroller and a
microprocessor system?
COMPARISON :
Sr.
NO             Microprocessor                      Microcontroller
 .
1.    A microprocessor is a chip that   A microcontroller is a single chip micro
      dependent on the chip of many     computer that has everything in-built
      function.
2.    A mp contain ALU register and     A contains the circuitry of a MP and
      control circuit                   has built in RAM, ROM, I/O devices,
                                        timers and counter
3.    It has few bit manipulation       It has many bit manipulation instruction
      instruction.
4.    It has less number of             It has more number of multifunctional
      multifunctional pins              pins.
5.    They have large memory address    They have small memory address
      space.                            space.
6.    Design is very flexible.          Design is less flexible.
7.    MP based system required more     MC based system required less
      hardware                          hardware
POPULAR
MICROCONTROLLERS
 8051 (Intel and
    others)
   80386 EX (Intel)
   PIC (Microchip)
   68HC05 (Motorola)
   Z8 (Zilog)

More Related Content

PPT
Microcontroller-8051.ppt
PPT
Embedded System Presentation
PDF
ANALOG TO DIGITAL CONVERTOR
DOC
PIC MICROCONTROLLERS -CLASS NOTES
PPT
Embedded system design process
PPT
Adc and dac
PPT
AVR Fundamentals
PPT
8051 Microcontroller
Microcontroller-8051.ppt
Embedded System Presentation
ANALOG TO DIGITAL CONVERTOR
PIC MICROCONTROLLERS -CLASS NOTES
Embedded system design process
Adc and dac
AVR Fundamentals
8051 Microcontroller

What's hot (20)

PPTX
8051 Microcontroller ppt
PDF
Decimation and Interpolation
DOCX
Lambda design rule
PPTX
Embedded system
PPT
PULSE CODE MODULATION (PCM)
PPTX
Interfacing with peripherals: analog to digital converters and digital to ana...
PPTX
ADC & DAC
PPTX
Microcontoller and Embedded System
PPT
8051 MICROCONTROLLER
PPTX
I/O port programming in 8051
DOCX
Embedded System
PPTX
INTRODUCTION TO MICROCONTROLLER
PPTX
Xilinx 4000 series
PDF
Keypad Interfacing with 8051 Microcontroller
PPTX
Butterworth filter
DOC
8051 Microcontroller Notes
PDF
8051 interfacing
PPTX
DIGITAL VOLTMETER USING 8051 MICROCONTROLLER
PDF
Linear Integrated Circuits -LIC!
8051 Microcontroller ppt
Decimation and Interpolation
Lambda design rule
Embedded system
PULSE CODE MODULATION (PCM)
Interfacing with peripherals: analog to digital converters and digital to ana...
ADC & DAC
Microcontoller and Embedded System
8051 MICROCONTROLLER
I/O port programming in 8051
Embedded System
INTRODUCTION TO MICROCONTROLLER
Xilinx 4000 series
Keypad Interfacing with 8051 Microcontroller
Butterworth filter
8051 Microcontroller Notes
8051 interfacing
DIGITAL VOLTMETER USING 8051 MICROCONTROLLER
Linear Integrated Circuits -LIC!
Ad

Similar to 8051 microcontroller and embedded system (20)

PDF
Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
PDF
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdf
PPT
Embedded System Basics
PPTX
Introduction to Embedded Systems and Microcontrollers
PPTX
Embedded systems - UNIT-1 - Mtech
PPT
microprocessor
PPTX
Unit-1.pptx
PPTX
Difference Between Microprocessors and Microcontrollers
PPTX
Project report on embedded system using 8051 microcontroller
PPT
ritesh (3)
PPT
Microprocessor & microcontroller
PPT
Embedded system
PPT
Embeddedsystem
PPT
microprocessor-and-microcontroller
DOCX
Project Report on Embedded Systems
PPTX
The 8051 microcontroler based embedded systems
PDF
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
PDF
Unleash Innovation with Rabbit Semiconductor Microcontrollers
PDF
Introduction in microcontroller
PDF
Lecture notes on microprocessor and microcomputer
Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdf
Embedded System Basics
Introduction to Embedded Systems and Microcontrollers
Embedded systems - UNIT-1 - Mtech
microprocessor
Unit-1.pptx
Difference Between Microprocessors and Microcontrollers
Project report on embedded system using 8051 microcontroller
ritesh (3)
Microprocessor & microcontroller
Embedded system
Embeddedsystem
microprocessor-and-microcontroller
Project Report on Embedded Systems
The 8051 microcontroler based embedded systems
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
Unleash Innovation with Rabbit Semiconductor Microcontrollers
Introduction in microcontroller
Lecture notes on microprocessor and microcomputer
Ad

8051 microcontroller and embedded system

  • 1. INTRODUCTION TO MICROCONTROLLERS AND EMBEDDED SYSTEMS Created By: Sachin Bhalavat (Elect. & Comm. Engg.)
  • 2. AGENDA  What are embedded systems? How do we implement them?  What is a microcontroller?  Developing embedded applications using MCU’s.
  • 3. EMBEDDED SYSTEMS  An embedded system is a special purpose system that is used to perform one or few dedicated functions.  Simply, we can call any electronic device that has a computer system embedded inside it an embedded system.
  • 4. EMBEDDED SYSTEMS (CONT.)  Embedded systems are made to perform few tasks only, after implementation you can’t use them for another purposes.  Ex. You can’t watch movies using the microprocessor of your microwave oven!!
  • 5. EMBEDDED SYSTEMS EXAMPLES  Digital and analog televisions  Set-top boxes (DVDs, VCRs, Cable boxes)  Personal digital assistants (PDAs)  MP3’s and iPod's  Kitchen appliances (refrigerators ,microwave ovens)  Telephones/cell phones  Cameras  Global Positioning Systems And many others.
  • 6. WHAT IS A MICROCONTROLLER?  It’s a full computer system on a chip, even if its resources are far more limited than of a desktop personal computer.  Designed for stand alone operations.
  • 7. WHAT IS A MICROCONTROLLER? (CONT.)  A microcontroller has a processor and many peripherals integrated with it on the same chip, like a flash memory, RAM, I/O ports, serial communication ports, ADC …Etc.  A Timer Module to allow the MCU to perform tasks for certain time periods.  A Serial I/O Port to allow data to flow between the MC and other devices such as a PC or another MCU.  An ADC to allow the MCU to accept analog inputs for processing.  But a microprocessor can’t do all the functions of a computer system on its own, and needs another circuits to support it like: I/O devices, RAM, ROM, DMA controllers, Timers,
  • 8. So.. What’s the difference between a microcontroller and a microprocessor system?
  • 9. COMPARISON : Sr. NO Microprocessor Microcontroller . 1. A microprocessor is a chip that A microcontroller is a single chip micro dependent on the chip of many computer that has everything in-built function. 2. A mp contain ALU register and A contains the circuitry of a MP and control circuit has built in RAM, ROM, I/O devices, timers and counter 3. It has few bit manipulation It has many bit manipulation instruction instruction. 4. It has less number of It has more number of multifunctional multifunctional pins pins. 5. They have large memory address They have small memory address space. space. 6. Design is very flexible. Design is less flexible. 7. MP based system required more MC based system required less hardware hardware
  • 10. POPULAR MICROCONTROLLERS  8051 (Intel and others)  80386 EX (Intel)  PIC (Microchip)  68HC05 (Motorola)  Z8 (Zilog)