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
Microprocessor & microcontroller
DOC
8051 Microcontroller Notes
PPTX
Microprocessor and microcontrollers
PPTX
INTRODUCTION TO MICROCONTROLLER
PDF
Introduction to Microcontroller
PPTX
8051 Microcontroller
PPTX
Microprocessor vs. microcontroller
PPT
Embedded system
Microprocessor & microcontroller
8051 Microcontroller Notes
Microprocessor and microcontrollers
INTRODUCTION TO MICROCONTROLLER
Introduction to Microcontroller
8051 Microcontroller
Microprocessor vs. microcontroller
Embedded system

What's hot (20)

PPTX
Embedded system
PPTX
Digital signal processing
PPT
8051 instruction set
PPTX
Embedded Systems - Training ppt
PPTX
Chapter 1 microprocessor introduction
PPTX
SRAM DRAM
PPTX
Introduction to embedded systems
PPT
Memory organization of 8051
PPTX
Switch mode power supply
PPTX
Pin diagram 8085
PDF
8051 interfacing
PPTX
Embedded system design process
PPTX
Architecture of 8085 microprocessor
PPT
Sensors and actuators
PPT
Driving large capacitive loads
PPTX
Microcontroller presentation
PPTX
Microcontoller and Embedded System
PPTX
Introduction to Microcontroller
PPT
Embedded System Presentation
PDF
Stepper motor-interfacing
Embedded system
Digital signal processing
8051 instruction set
Embedded Systems - Training ppt
Chapter 1 microprocessor introduction
SRAM DRAM
Introduction to embedded systems
Memory organization of 8051
Switch mode power supply
Pin diagram 8085
8051 interfacing
Embedded system design process
Architecture of 8085 microprocessor
Sensors and actuators
Driving large capacitive loads
Microcontroller presentation
Microcontoller and Embedded System
Introduction to Microcontroller
Embedded System Presentation
Stepper motor-interfacing
Ad

Similar to 8051 microcontroller and embedded system (20)

PPTX
Project report on embedded system using 8051 microcontroller
PPTX
embedded systems ppts
PPT
MKLecture01eng.ppt
PPT
Microprocessor Based Systems.ppt
PPTX
Unit-1.pptx
PPTX
Microcontroller overview 1
PDF
Chapter_2_Embedded Systems Design_introduction_ARM.pdf
PPT
Embeded system by Mitesh Kumar
PDF
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
PDF
E-Note_19681_Content_Document_20240512114009AM.pdf
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
Ajal mod 1
PPTX
Embeded System for Artificial intelligence 2.pptx
PPTX
Embedded for Artificial Intelligence 2.pptx
PDF
Embedded notes.iet.trichy
PDF
Embedded notes.iet.trichy
PPTX
LECT 2.pptx
PPTX
Introduction to Embedded Systems and Microcontrollers
Project report on embedded system using 8051 microcontroller
embedded systems ppts
MKLecture01eng.ppt
Microprocessor Based Systems.ppt
Unit-1.pptx
Microcontroller overview 1
Chapter_2_Embedded Systems Design_introduction_ARM.pdf
Embeded system by Mitesh Kumar
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
E-Note_19681_Content_Document_20240512114009AM.pdf
Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdf
Ajal mod 1
Embeded System for Artificial intelligence 2.pptx
Embedded for Artificial Intelligence 2.pptx
Embedded notes.iet.trichy
Embedded notes.iet.trichy
LECT 2.pptx
Introduction to Embedded Systems and Microcontrollers
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)