microcontroller.pptx

Adarsh College, Hingoli
Adarsh College, HingoliAssistant Professor at Adarsh College, Hingoli
microcontroller.pptx
Contents
• Introduction
• Feature of 8051
• Microcontroller Vs Microprocessor
• Internal Architecture 8051
• Pin Diagram of 8051
• Memory Organization of 8051
Prof. R. S. Devhade (LKDKB Science College, Lonar)
Introduction
Prof. R. S. Devhade (LKDKB Science College, Lonar)
• The microcontroller is nothing but the small programmable controller and same as
that of single chip computer.
• A microcontroller is a computer present in a single integrated circuit which is
dedicated to perform one task and execute one specific application.
• It contains memory, programmable input/output peripherals as well a processor.
• Microcontrollers are mostly designed for embedded applications and are heavily
used in automatically controlled electronic devices such as cell phones, cameras,
microwave ovens, washing machines, etc.
• Microcontrollers are used to execute a single task within an application.
• It consists of CPU, RAM, ROM, I/O ports, serial port, Timers, ADC & DAC, Interrupt
control, Special function block etc.
• All of these above blocks are built in a single chip of 40-pin for 8051 µc.
• The Intel 8051is belonging to MCS51 family which is 8-bit µc family have the
different members as 8031, 8048,8051,8751 out of these 8-bits µc has inbuilt E-
PROM available in it.
•
• The 8051 Microcontroller is one of the basic types of microcontroller, designed by
Intel in 1980’s.
• This microcontroller was based on Harvard Architecture and developed primarily for
use in embedded systems technology.
• Normally, this microcontroller was developed using NMOS technology, which
requires more power to operate.
Prof. R. S. Devhade (LKDKB Science College, Lonar)
Feature of 8051
• Microcontroller having inbuilt 4KB of ROM and 128 byte RAM. The ROM is also
called program memory where as RAM is called as data memory.
• Microcontroller having four I/O ports each of 8-builts available as P0, P1, P2 & P3.
All these port are bit addressable.
• It is having Boolean processor inbuilt available which operates on various Boolean
instruction.
• The microcontroller has five inbuilt interrupt source, out of which two are hardware
and remaining three are software interrupt.
• It has inbuilt 8-bit of data bus and 16-address bus.
• It has 64KB attached external memory because of 16-bit address bus.
• It has four register banks as bank0, bank1, bank2, bank3; each bank is of 8-byte
containing 8 register each of single byte (8-bit).
• It has two 16-bit timer and counter. Prof. R. S. Devhade (LKDKB Science College, Lonar)
Microprocessor Vs Microcontroller
It is a single chip without I/O, memory,
timer/counter and serial interface
It is single chip with built inside ports,
timer/counter, memory and serial interface.
The instruction of microprocessor is lengthy. The instruction set of microcontroller is small.
Microprocessor have not bit addressable
instruction
Microcontroller has built bit addressable
instruction.
Program of microprocessor generally terminated
with HLT instruction.
Program of microcontroller generally terminated
with RET instruction.
Microprocessor is not operated with Boolean
instructions.
Microcontroller operated with Boolean
instruction.
Microprocessor have not inbuilt RAM or ROM Microcontroller have inbuilt internal RAM or
ROM.
Very few pins are programmable. Most of the pins are programmable.
Microprocessor have not inbuilt I/O port Microcontroller have inbuilt I/O four port.
Various microprocessor are 8085, 8086 Various microcontroller are 8031, 8051.
Prof. R. S. Devhade (LKDKB Science College, Lonar)
Internal Architecture of 8051
Prof. R. S. Devhade (LKDKB Science College, Lonar)
• Accumulator
• Register B
• 8-bit ALU
• PSW or flag register (8-bit)
• PC (16-bit)
• DPTR (16-bit)
• SP (8-bit)
• Four I/O port
• Various SFR
The above figure shows the block diagram of Intel 8051 µc. it contains
the following important block:
Prof. R. S. Devhade (LKDKB Science College, Lonar)
Pin Diagram of 8051
Prof. R. S. Devhade (LKDKB Science College, Lonar)
• One of the most useful features of the 8051 is that it contains four
I/O ports (P0 - P3)
• Port 0 (pins 32-39):P0(P0.0~P0.7)
– 8-bit R/W - General Purpose I/O
– Or acts as a multiplexed low byte address and data bus for external memory
design
– The default address of these pin is 80H
• Port 1 (pins 1-8) :P1(P1.0~P1.7)
– Only 8-bit R/W - General Purpose I/O
– The default address of these pin is 90H
• Port 2 (pins 21-28):P2(P2.0~P2.7)
– 8-bit R/W - General Purpose I/O
– Or high byte of the address bus for external memory design
– The default address of these pin is A0H
• Port 3 (pins 10-17):P3(P3.0~P3.7)
– General Purpose I/O
– if not using any of the internal peripherals (timers) or external interrupts.
– The default address of these pin is B0H
• Each port can be used as input or output (bi-direction)
IMPORTANT PINS (IO Ports)
Prof. R. S. Devhade (LKDKB Science College, Lonar)
Memory Organization of 8051
 An 8051 microcontroller is having two types of memory organized as
• Internal memory
• External memory
 The memory structure or organization for 8051 is follows
Prof. R. S. Devhade (LKDKB Science College, Lonar)
• The internal Memory of 8051 Microcontroller is separated in Program Memory (ROM)
and Data Memory (RAM).
• The Program Memory of the 8051 Microcontroller is used for storing the program to be
executed i.e. instructions.
• The Data Memory on the other hand, is used for storing temporary variable data and
intermediate results.
• The ROM of 8051 is also called as
program memory which is inbuilt in
microcontroller.
• The starting address of this memory
will be from 000H, ending up to
FFFH.
 4 KB ROM:
Prof. R. S. Devhade (LKDKB Science College, Lonar)
Program memory accessed through EA pin. In program memory two
categories takes place:
If EA is HIGH, internal program memory is
accessed from 0000H to 0FFFH memory
location and external program memory
accessed from 1000H to FFFFH memory
locations.
If EA is LOW, only external program
memory accessed from 0000H to FFFFH
memory locations.
Prof. R. S. Devhade (LKDKB Science College, Lonar)
 128 byte RAM:
 This memory is also called as data memory.
 The 128 byte RAM (data memory) which is further distributed as:
• 32-byte register bank
• 16-byte bit addressable
• 80-byte scratched pad
• Also an external memory of size maximum up to 64KB
can be integrated with 8051 microcontroller.
• The 8081 microcontroller has 16 address lines, hence
the total memory addressing capacity is
216 = 64KB.
• Intel 8051 can be interface with maximum 64KB of
memory.
• The starting address to this memory is from 0000H to
FFFFH.
Prof. R. S. Devhade (LKDKB Science College, Lonar)
THANK
YOU……
microcontroller.pptx
1 of 17

Recommended

MPI-Unit-5-PPT (1).ppt by
MPI-Unit-5-PPT (1).pptMPI-Unit-5-PPT (1).ppt
MPI-Unit-5-PPT (1).pptkrishna859893
4 views208 slides
Architecture of the Intel 8051 Microcontroller by
Architecture of the Intel 8051 MicrocontrollerArchitecture of the Intel 8051 Microcontroller
Architecture of the Intel 8051 MicrocontrollerSudhanshu Janwadkar
6.3K views41 slides
Unit 4.pptx by
Unit 4.pptxUnit 4.pptx
Unit 4.pptxBLACKSPAROW
15 views30 slides
8051.ppt by
8051.ppt8051.ppt
8051.pptSamarth Varshney
31 views33 slides
PRESENTATION OF MICROCONTROLLER by
PRESENTATION OF MICROCONTROLLERPRESENTATION OF MICROCONTROLLER
PRESENTATION OF MICROCONTROLLERAviSharma63
65 views11 slides

More Related Content

Similar to microcontroller.pptx

Unit 5 by
Unit 5Unit 5
Unit 5Saurabh Yadav
2.1K views5 slides
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV Designing Embedded System with 8051... by
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV  Designing Embedded System with 8051...SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV  Designing Embedded System with 8051...
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV Designing Embedded System with 8051...Arti Parab Academics
490 views21 slides
Unit 4 by
Unit 4Unit 4
Unit 4tamilnesaner
411 views56 slides
8051 Architecture and PIN Configuration.pdf by
8051 Architecture and PIN Configuration.pdf8051 Architecture and PIN Configuration.pdf
8051 Architecture and PIN Configuration.pdfSrikrishna Thota
89 views11 slides
Micro controller by
Micro controllerMicro controller
Micro controllerDr. Ashok Kumar K
37 views25 slides
Ch3 ppt by
Ch3 pptCh3 ppt
Ch3 pptwasz123
916 views59 slides

Similar to microcontroller.pptx(20)

SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV Designing Embedded System with 8051... by Arti Parab Academics
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV  Designing Embedded System with 8051...SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV  Designing Embedded System with 8051...
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV Designing Embedded System with 8051...
8051 Architecture and PIN Configuration.pdf by Srikrishna Thota
8051 Architecture and PIN Configuration.pdf8051 Architecture and PIN Configuration.pdf
8051 Architecture and PIN Configuration.pdf
Srikrishna Thota89 views
Ch3 ppt by wasz123
Ch3 pptCh3 ppt
Ch3 ppt
wasz123916 views
Unit 2 - Microprocessor & Microcontroller.pptx by Charunnath S V
Unit 2 -  Microprocessor & Microcontroller.pptxUnit 2 -  Microprocessor & Microcontroller.pptx
Unit 2 - Microprocessor & Microcontroller.pptx
Charunnath S V41 views
Embedded training report(mcs 51) by Gurwinder Singh
Embedded training report(mcs 51)Embedded training report(mcs 51)
Embedded training report(mcs 51)
Gurwinder Singh1.9K views
Study of 8051 microcontroller by 918007165995
Study of 8051 microcontrollerStudy of 8051 microcontroller
Study of 8051 microcontroller
9180071659955.4K views
8051 MICROCONTROLLER ARCHITECTURE.pptx by MemonaMemon1
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptx
MemonaMemon1393 views

More from Adarsh College, Hingoli

Microsoft Excell.pptx by
Microsoft Excell.pptxMicrosoft Excell.pptx
Microsoft Excell.pptxAdarsh College, Hingoli
28 views32 slides
class and object in c++.pptx by
class and object in c++.pptxclass and object in c++.pptx
class and object in c++.pptxAdarsh College, Hingoli
245 views8 slides
The 8086 microprocessor by
The  8086 microprocessorThe  8086 microprocessor
The 8086 microprocessorAdarsh College, Hingoli
83 views27 slides
8051 Microcontroller by
8051 Microcontroller8051 Microcontroller
8051 MicrocontrollerAdarsh College, Hingoli
230 views17 slides
Ms excel by
Ms excelMs excel
Ms excelAdarsh College, Hingoli
111 views32 slides
DATABASE MANAGEMENT SYSTEM by
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMAdarsh College, Hingoli
44 views17 slides

Recently uploaded

Oral_Presentation_by_Fatma (2).pdf by
Oral_Presentation_by_Fatma (2).pdfOral_Presentation_by_Fatma (2).pdf
Oral_Presentation_by_Fatma (2).pdffatmaalmrzqi
8 views7 slides
Radioactive and Non- radioactive probes by
Radioactive and Non- radioactive probesRadioactive and Non- radioactive probes
Radioactive and Non- radioactive probesNathiya .T Nathiya.T
6 views14 slides
ALGAL PRODUCTS.pptx by
ALGAL PRODUCTS.pptxALGAL PRODUCTS.pptx
ALGAL PRODUCTS.pptxRASHMI M G
7 views17 slides
Applications of Large Language Models in Materials Discovery and Design by
Applications of Large Language Models in Materials Discovery and DesignApplications of Large Language Models in Materials Discovery and Design
Applications of Large Language Models in Materials Discovery and DesignAnubhav Jain
14 views17 slides
ELECTRON TRANSPORT CHAIN by
ELECTRON TRANSPORT CHAINELECTRON TRANSPORT CHAIN
ELECTRON TRANSPORT CHAINDEEKSHA RANI
11 views16 slides
NUTRITION IN BACTERIA.pdf by
NUTRITION IN BACTERIA.pdfNUTRITION IN BACTERIA.pdf
NUTRITION IN BACTERIA.pdfNandadulalSannigrahi
37 views14 slides

Recently uploaded(20)

Oral_Presentation_by_Fatma (2).pdf by fatmaalmrzqi
Oral_Presentation_by_Fatma (2).pdfOral_Presentation_by_Fatma (2).pdf
Oral_Presentation_by_Fatma (2).pdf
fatmaalmrzqi8 views
Applications of Large Language Models in Materials Discovery and Design by Anubhav Jain
Applications of Large Language Models in Materials Discovery and DesignApplications of Large Language Models in Materials Discovery and Design
Applications of Large Language Models in Materials Discovery and Design
Anubhav Jain14 views
ELECTRON TRANSPORT CHAIN by DEEKSHA RANI
ELECTRON TRANSPORT CHAINELECTRON TRANSPORT CHAIN
ELECTRON TRANSPORT CHAIN
DEEKSHA RANI11 views
Determination of color fastness to rubbing(wet and dry condition) by crockmeter. by ShadmanSakib63
Determination of color fastness to rubbing(wet and dry condition) by crockmeter.Determination of color fastness to rubbing(wet and dry condition) by crockmeter.
Determination of color fastness to rubbing(wet and dry condition) by crockmeter.
ShadmanSakib636 views
Evaluation and Standardization of the Marketed Polyherbal drug Patanjali Divy... by Anmol Vishnu Gupta
Evaluation and Standardization of the Marketed Polyherbal drug Patanjali Divy...Evaluation and Standardization of the Marketed Polyherbal drug Patanjali Divy...
Evaluation and Standardization of the Marketed Polyherbal drug Patanjali Divy...
Study on Drug Drug Interaction Through Prescription Analysis of Type II Diabe... by Anmol Vishnu Gupta
Study on Drug Drug Interaction Through Prescription Analysis of Type II Diabe...Study on Drug Drug Interaction Through Prescription Analysis of Type II Diabe...
Study on Drug Drug Interaction Through Prescription Analysis of Type II Diabe...
Exploring the nature and synchronicity of early cluster formation in the Larg... by Sérgio Sacani
Exploring the nature and synchronicity of early cluster formation in the Larg...Exploring the nature and synchronicity of early cluster formation in the Larg...
Exploring the nature and synchronicity of early cluster formation in the Larg...
Sérgio Sacani1.4K views
A Ready-to-Analyze High-Plex Spatial Signature Development Workflow for Cance... by InsideScientific
A Ready-to-Analyze High-Plex Spatial Signature Development Workflow for Cance...A Ready-to-Analyze High-Plex Spatial Signature Development Workflow for Cance...
A Ready-to-Analyze High-Plex Spatial Signature Development Workflow for Cance...
InsideScientific115 views
Factors affecting fluorescence and phosphorescence.pptx by SamarthGiri1
Factors affecting fluorescence and phosphorescence.pptxFactors affecting fluorescence and phosphorescence.pptx
Factors affecting fluorescence and phosphorescence.pptx
SamarthGiri17 views
Effect of Integrated Nutrient Management on Growth and Yield of Solanaceous F... by SwagatBehera9
Effect of Integrated Nutrient Management on Growth and Yield of Solanaceous F...Effect of Integrated Nutrient Management on Growth and Yield of Solanaceous F...
Effect of Integrated Nutrient Management on Growth and Yield of Solanaceous F...
SwagatBehera95 views

microcontroller.pptx

  • 2. Contents • Introduction • Feature of 8051 • Microcontroller Vs Microprocessor • Internal Architecture 8051 • Pin Diagram of 8051 • Memory Organization of 8051 Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 3. Introduction Prof. R. S. Devhade (LKDKB Science College, Lonar) • The microcontroller is nothing but the small programmable controller and same as that of single chip computer. • A microcontroller is a computer present in a single integrated circuit which is dedicated to perform one task and execute one specific application. • It contains memory, programmable input/output peripherals as well a processor. • Microcontrollers are mostly designed for embedded applications and are heavily used in automatically controlled electronic devices such as cell phones, cameras, microwave ovens, washing machines, etc. • Microcontrollers are used to execute a single task within an application. • It consists of CPU, RAM, ROM, I/O ports, serial port, Timers, ADC & DAC, Interrupt control, Special function block etc. • All of these above blocks are built in a single chip of 40-pin for 8051 µc.
  • 4. • The Intel 8051is belonging to MCS51 family which is 8-bit µc family have the different members as 8031, 8048,8051,8751 out of these 8-bits µc has inbuilt E- PROM available in it. • • The 8051 Microcontroller is one of the basic types of microcontroller, designed by Intel in 1980’s. • This microcontroller was based on Harvard Architecture and developed primarily for use in embedded systems technology. • Normally, this microcontroller was developed using NMOS technology, which requires more power to operate. Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 5. Feature of 8051 • Microcontroller having inbuilt 4KB of ROM and 128 byte RAM. The ROM is also called program memory where as RAM is called as data memory. • Microcontroller having four I/O ports each of 8-builts available as P0, P1, P2 & P3. All these port are bit addressable. • It is having Boolean processor inbuilt available which operates on various Boolean instruction. • The microcontroller has five inbuilt interrupt source, out of which two are hardware and remaining three are software interrupt. • It has inbuilt 8-bit of data bus and 16-address bus. • It has 64KB attached external memory because of 16-bit address bus. • It has four register banks as bank0, bank1, bank2, bank3; each bank is of 8-byte containing 8 register each of single byte (8-bit). • It has two 16-bit timer and counter. Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 6. Microprocessor Vs Microcontroller It is a single chip without I/O, memory, timer/counter and serial interface It is single chip with built inside ports, timer/counter, memory and serial interface. The instruction of microprocessor is lengthy. The instruction set of microcontroller is small. Microprocessor have not bit addressable instruction Microcontroller has built bit addressable instruction. Program of microprocessor generally terminated with HLT instruction. Program of microcontroller generally terminated with RET instruction. Microprocessor is not operated with Boolean instructions. Microcontroller operated with Boolean instruction. Microprocessor have not inbuilt RAM or ROM Microcontroller have inbuilt internal RAM or ROM. Very few pins are programmable. Most of the pins are programmable. Microprocessor have not inbuilt I/O port Microcontroller have inbuilt I/O four port. Various microprocessor are 8085, 8086 Various microcontroller are 8031, 8051. Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 7. Internal Architecture of 8051 Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 8. • Accumulator • Register B • 8-bit ALU • PSW or flag register (8-bit) • PC (16-bit) • DPTR (16-bit) • SP (8-bit) • Four I/O port • Various SFR The above figure shows the block diagram of Intel 8051 µc. it contains the following important block: Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 9. Pin Diagram of 8051 Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 10. • One of the most useful features of the 8051 is that it contains four I/O ports (P0 - P3) • Port 0 (pins 32-39):P0(P0.0~P0.7) – 8-bit R/W - General Purpose I/O – Or acts as a multiplexed low byte address and data bus for external memory design – The default address of these pin is 80H • Port 1 (pins 1-8) :P1(P1.0~P1.7) – Only 8-bit R/W - General Purpose I/O – The default address of these pin is 90H • Port 2 (pins 21-28):P2(P2.0~P2.7) – 8-bit R/W - General Purpose I/O – Or high byte of the address bus for external memory design – The default address of these pin is A0H • Port 3 (pins 10-17):P3(P3.0~P3.7) – General Purpose I/O – if not using any of the internal peripherals (timers) or external interrupts. – The default address of these pin is B0H • Each port can be used as input or output (bi-direction) IMPORTANT PINS (IO Ports) Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 11. Memory Organization of 8051  An 8051 microcontroller is having two types of memory organized as • Internal memory • External memory  The memory structure or organization for 8051 is follows Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 12. • The internal Memory of 8051 Microcontroller is separated in Program Memory (ROM) and Data Memory (RAM). • The Program Memory of the 8051 Microcontroller is used for storing the program to be executed i.e. instructions. • The Data Memory on the other hand, is used for storing temporary variable data and intermediate results. • The ROM of 8051 is also called as program memory which is inbuilt in microcontroller. • The starting address of this memory will be from 000H, ending up to FFFH.  4 KB ROM: Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 13. Program memory accessed through EA pin. In program memory two categories takes place: If EA is HIGH, internal program memory is accessed from 0000H to 0FFFH memory location and external program memory accessed from 1000H to FFFFH memory locations. If EA is LOW, only external program memory accessed from 0000H to FFFFH memory locations. Prof. R. S. Devhade (LKDKB Science College, Lonar)
  • 14.  128 byte RAM:  This memory is also called as data memory.  The 128 byte RAM (data memory) which is further distributed as: • 32-byte register bank • 16-byte bit addressable • 80-byte scratched pad
  • 15. • Also an external memory of size maximum up to 64KB can be integrated with 8051 microcontroller. • The 8081 microcontroller has 16 address lines, hence the total memory addressing capacity is 216 = 64KB. • Intel 8051 can be interface with maximum 64KB of memory. • The starting address to this memory is from 0000H to FFFFH. Prof. R. S. Devhade (LKDKB Science College, Lonar)