microcontroller.pptx

Adarsh College, Hingoli
Adarsh College, HingoliAssistant Professor en 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 de 17

Recomendados

MPI-Unit-5-PPT (1).ppt por
MPI-Unit-5-PPT (1).pptMPI-Unit-5-PPT (1).ppt
MPI-Unit-5-PPT (1).pptkrishna859893
4 vistas208 diapositivas
Architecture of the Intel 8051 Microcontroller por
Architecture of the Intel 8051 MicrocontrollerArchitecture of the Intel 8051 Microcontroller
Architecture of the Intel 8051 MicrocontrollerSudhanshu Janwadkar
6.3K vistas41 diapositivas
Unit 4.pptx por
Unit 4.pptxUnit 4.pptx
Unit 4.pptxBLACKSPAROW
15 vistas30 diapositivas
8051.ppt por
8051.ppt8051.ppt
8051.pptSamarth Varshney
31 vistas33 diapositivas
PRESENTATION OF MICROCONTROLLER por
PRESENTATION OF MICROCONTROLLERPRESENTATION OF MICROCONTROLLER
PRESENTATION OF MICROCONTROLLERAviSharma63
65 vistas11 diapositivas

Más contenido relacionado

Similar a microcontroller.pptx

Unit 5 por
Unit 5Unit 5
Unit 5Saurabh Yadav
2.1K vistas5 diapositivas
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT IV Designing Embedded System with 8051... por
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 vistas21 diapositivas
Unit 4 por
Unit 4Unit 4
Unit 4tamilnesaner
411 vistas56 diapositivas
8051 Architecture and PIN Configuration.pdf por
8051 Architecture and PIN Configuration.pdf8051 Architecture and PIN Configuration.pdf
8051 Architecture and PIN Configuration.pdfSrikrishna Thota
89 vistas11 diapositivas
Micro controller por
Micro controllerMicro controller
Micro controllerDr. Ashok Kumar K
37 vistas25 diapositivas
Ch3 ppt por
Ch3 pptCh3 ppt
Ch3 pptwasz123
916 vistas59 diapositivas

Similar a microcontroller.pptx(20)

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

Más de Adarsh College, Hingoli

Microsoft Excell.pptx por
Microsoft Excell.pptxMicrosoft Excell.pptx
Microsoft Excell.pptxAdarsh College, Hingoli
28 vistas32 diapositivas
class and object in c++.pptx por
class and object in c++.pptxclass and object in c++.pptx
class and object in c++.pptxAdarsh College, Hingoli
245 vistas8 diapositivas
The 8086 microprocessor por
The  8086 microprocessorThe  8086 microprocessor
The 8086 microprocessorAdarsh College, Hingoli
83 vistas27 diapositivas
8051 Microcontroller por
8051 Microcontroller8051 Microcontroller
8051 MicrocontrollerAdarsh College, Hingoli
230 vistas17 diapositivas
Ms excel por
Ms excelMs excel
Ms excelAdarsh College, Hingoli
111 vistas32 diapositivas
DATABASE MANAGEMENT SYSTEM por
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMAdarsh College, Hingoli
44 vistas17 diapositivas

Último

2. Natural Sciences and Technology Author Siyavula.pdf por
2. Natural Sciences and Technology Author Siyavula.pdf2. Natural Sciences and Technology Author Siyavula.pdf
2. Natural Sciences and Technology Author Siyavula.pdfssuser821efa
11 vistas232 diapositivas
Oral_Presentation_by_Fatma (2).pdf por
Oral_Presentation_by_Fatma (2).pdfOral_Presentation_by_Fatma (2).pdf
Oral_Presentation_by_Fatma (2).pdffatmaalmrzqi
8 vistas7 diapositivas
Assessment and Evaluation GROUP 3.pdf por
Assessment and Evaluation GROUP 3.pdfAssessment and Evaluation GROUP 3.pdf
Assessment and Evaluation GROUP 3.pdfkimberlyndelgado18
10 vistas10 diapositivas
별헤는 사람들 2023년 12월호 전명원 교수 자료 por
별헤는 사람들 2023년 12월호 전명원 교수 자료별헤는 사람들 2023년 12월호 전명원 교수 자료
별헤는 사람들 2023년 12월호 전명원 교수 자료sciencepeople
68 vistas30 diapositivas
Determination of color fastness to rubbing(wet and dry condition) by crockmeter. por
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.ShadmanSakib63
6 vistas6 diapositivas
ELECTRON TRANSPORT CHAIN por
ELECTRON TRANSPORT CHAINELECTRON TRANSPORT CHAIN
ELECTRON TRANSPORT CHAINDEEKSHA RANI
11 vistas16 diapositivas

Último(20)

2. Natural Sciences and Technology Author Siyavula.pdf por ssuser821efa
2. Natural Sciences and Technology Author Siyavula.pdf2. Natural Sciences and Technology Author Siyavula.pdf
2. Natural Sciences and Technology Author Siyavula.pdf
ssuser821efa11 vistas
Oral_Presentation_by_Fatma (2).pdf por fatmaalmrzqi
Oral_Presentation_by_Fatma (2).pdfOral_Presentation_by_Fatma (2).pdf
Oral_Presentation_by_Fatma (2).pdf
fatmaalmrzqi8 vistas
별헤는 사람들 2023년 12월호 전명원 교수 자료 por sciencepeople
별헤는 사람들 2023년 12월호 전명원 교수 자료별헤는 사람들 2023년 12월호 전명원 교수 자료
별헤는 사람들 2023년 12월호 전명원 교수 자료
sciencepeople68 vistas
Determination of color fastness to rubbing(wet and dry condition) by crockmeter. por 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 vistas
ELECTRON TRANSPORT CHAIN por DEEKSHA RANI
ELECTRON TRANSPORT CHAINELECTRON TRANSPORT CHAIN
ELECTRON TRANSPORT CHAIN
DEEKSHA RANI11 vistas
A Ready-to-Analyze High-Plex Spatial Signature Development Workflow for Cance... por 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 vistas
Ellagic Acid and Its Metabolites as Potent and Selective Allosteric Inhibitor... por Trustlife
Ellagic Acid and Its Metabolites as Potent and Selective Allosteric Inhibitor...Ellagic Acid and Its Metabolites as Potent and Selective Allosteric Inhibitor...
Ellagic Acid and Its Metabolites as Potent and Selective Allosteric Inhibitor...
Trustlife114 vistas
Light Pollution for LVIS students por CWBarthlmew
Light Pollution for LVIS studentsLight Pollution for LVIS students
Light Pollution for LVIS students
CWBarthlmew12 vistas
Discovery of therapeutic agents targeting PKLR for NAFLD using drug repositio... por Trustlife
Discovery of therapeutic agents targeting PKLR for NAFLD using drug repositio...Discovery of therapeutic agents targeting PKLR for NAFLD using drug repositio...
Discovery of therapeutic agents targeting PKLR for NAFLD using drug repositio...
Trustlife146 vistas
Evaluation and Standardization of the Marketed Polyherbal drug Patanjali Divy... por 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...
selection of preformed arch wires during the alignment stage of preadjusted o... por MaherFouda1
selection of preformed arch wires during the alignment stage of preadjusted o...selection of preformed arch wires during the alignment stage of preadjusted o...
selection of preformed arch wires during the alignment stage of preadjusted o...
MaherFouda17 vistas
Effect of Integrated Nutrient Management on Growth and Yield of Solanaceous F... por 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 vistas

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)