microcontroller.pptx

Adarsh College, Hingoli
Adarsh College, HingoliAssistant Professor em 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 visualizações208 slides
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 visualizações41 slides
Unit 4.pptx por
Unit 4.pptxUnit 4.pptx
Unit 4.pptxBLACKSPAROW
13 visualizações30 slides
8051.ppt por
8051.ppt8051.ppt
8051.pptSamarth Varshney
30 visualizações33 slides
PRESENTATION OF MICROCONTROLLER por
PRESENTATION OF MICROCONTROLLERPRESENTATION OF MICROCONTROLLER
PRESENTATION OF MICROCONTROLLERAviSharma63
65 visualizações11 slides

Mais conteúdo relacionado

Similar a microcontroller.pptx

Unit 5 por
Unit 5Unit 5
Unit 5Saurabh Yadav
2.1K visualizações5 slides
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
489 visualizações21 slides
Unit 4 por
Unit 4Unit 4
Unit 4tamilnesaner
410 visualizações56 slides
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
79 visualizações11 slides
Micro controller por
Micro controllerMicro controller
Micro controllerDr. Ashok Kumar K
37 visualizações25 slides
Ch3 ppt por
Ch3 pptCh3 ppt
Ch3 pptwasz123
916 visualizações59 slides

Similar a microcontroller.pptx(20)

Unit 5 por Saurabh Yadav
Unit 5Unit 5
Unit 5
Saurabh Yadav2.1K visualizações
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...
Arti Parab Academics 489 visualizações
Unit 4 por tamilnesaner
Unit 4Unit 4
Unit 4
tamilnesaner410 visualizações
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 Thota79 visualizações
Micro controller por Dr. Ashok Kumar K
Micro controllerMicro controller
Micro controller
Dr. Ashok Kumar K37 visualizações
Ch3 ppt por wasz123
Ch3 pptCh3 ppt
Ch3 ppt
wasz123916 visualizações
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 V39 visualizações
8051 dev board guide por Murali Krishna
8051 dev board guide8051 dev board guide
8051 dev board guide
Murali Krishna1.4K visualizações
8051.pptx por TheresaSujith
8051.pptx8051.pptx
8051.pptx
TheresaSujith2 visualizações
8051 por VJ Aiswaryadevi
80518051
8051
VJ Aiswaryadevi3.5K visualizações
002079 por irfantheraj
002079002079
002079
irfantheraj312 visualizações
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 visualizações
Study of 8051 microcontroller por 918007165995
Study of 8051 microcontrollerStudy of 8051 microcontroller
Study of 8051 microcontroller
9180071659955.4K visualizações
UNIT 4.pptx por BASKARS53
UNIT 4.pptxUNIT 4.pptx
UNIT 4.pptx
BASKARS533 visualizações
8051 MICROCONTROLLER ARCHITECTURE.pptx por MemonaMemon1
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptx
MemonaMemon1382 visualizações
UNIT 4 8051Microcontroller.pptx por Gowrishankar C
UNIT 4 8051Microcontroller.pptxUNIT 4 8051Microcontroller.pptx
UNIT 4 8051Microcontroller.pptx
Gowrishankar C2 visualizações
Microcontroladores: tutorial de microcontrolador 8051 por SANTIAGO PABLO ALBERTO
Microcontroladores: tutorial de microcontrolador 8051Microcontroladores: tutorial de microcontrolador 8051
Microcontroladores: tutorial de microcontrolador 8051
SANTIAGO PABLO ALBERTO29 visualizações
MICROCONTROLLER - INTEL 8051 por DEPARTMENT OF PHYSICS
MICROCONTROLLER - INTEL 8051MICROCONTROLLER - INTEL 8051
MICROCONTROLLER - INTEL 8051
DEPARTMENT OF PHYSICS387 visualizações

Mais de Adarsh College, Hingoli

Microsoft Excell.pptx por
Microsoft Excell.pptxMicrosoft Excell.pptx
Microsoft Excell.pptxAdarsh College, Hingoli
28 visualizações32 slides
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
240 visualizações8 slides
The 8086 microprocessor por
The  8086 microprocessorThe  8086 microprocessor
The 8086 microprocessorAdarsh College, Hingoli
78 visualizações27 slides
8051 Microcontroller por
8051 Microcontroller8051 Microcontroller
8051 MicrocontrollerAdarsh College, Hingoli
230 visualizações17 slides
Ms excel por
Ms excelMs excel
Ms excelAdarsh College, Hingoli
111 visualizações32 slides
DATABASE MANAGEMENT SYSTEM por
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMAdarsh College, Hingoli
44 visualizações17 slides

Último

Light Pollution for LVIS students por
Light Pollution for LVIS studentsLight Pollution for LVIS students
Light Pollution for LVIS studentsCWBarthlmew
7 visualizações12 slides
Disinfectants & Antiseptic por
Disinfectants & AntisepticDisinfectants & Antiseptic
Disinfectants & AntisepticSanket P Shinde
52 visualizações36 slides
Conventional and non-conventional methods for improvement of cucurbits.pptx por
Conventional and non-conventional methods for improvement of cucurbits.pptxConventional and non-conventional methods for improvement of cucurbits.pptx
Conventional and non-conventional methods for improvement of cucurbits.pptxgandhi976
20 visualizações35 slides
별헤는 사람들 2023년 12월호 전명원 교수 자료 por
별헤는 사람들 2023년 12월호 전명원 교수 자료별헤는 사람들 2023년 12월호 전명원 교수 자료
별헤는 사람들 2023년 12월호 전명원 교수 자료sciencepeople
50 visualizações30 slides
MODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdf por
MODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdfMODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdf
MODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdfKerryNuez1
26 visualizações5 slides
Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl... por
Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl...Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl...
Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl...GIFT KIISI NKIN
28 visualizações31 slides

Último(20)

Light Pollution for LVIS students por CWBarthlmew
Light Pollution for LVIS studentsLight Pollution for LVIS students
Light Pollution for LVIS students
CWBarthlmew7 visualizações
Disinfectants & Antiseptic por Sanket P Shinde
Disinfectants & AntisepticDisinfectants & Antiseptic
Disinfectants & Antiseptic
Sanket P Shinde52 visualizações
Conventional and non-conventional methods for improvement of cucurbits.pptx por gandhi976
Conventional and non-conventional methods for improvement of cucurbits.pptxConventional and non-conventional methods for improvement of cucurbits.pptx
Conventional and non-conventional methods for improvement of cucurbits.pptx
gandhi97620 visualizações
별헤는 사람들 2023년 12월호 전명원 교수 자료 por sciencepeople
별헤는 사람들 2023년 12월호 전명원 교수 자료별헤는 사람들 2023년 12월호 전명원 교수 자료
별헤는 사람들 2023년 12월호 전명원 교수 자료
sciencepeople50 visualizações
MODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdf por KerryNuez1
MODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdfMODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdf
MODULE-9-Biotechnology, Genetically Modified Organisms, and Gene Therapy.pdf
KerryNuez126 visualizações
Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl... por GIFT KIISI NKIN
Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl...Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl...
Synthesis and Characterization of Magnetite-Magnesium Sulphate-Sodium Dodecyl...
GIFT KIISI NKIN28 visualizações
Small ruminant keepers’ knowledge, attitudes and practices towards peste des ... por ILRI
Small ruminant keepers’ knowledge, attitudes and practices towards peste des ...Small ruminant keepers’ knowledge, attitudes and practices towards peste des ...
Small ruminant keepers’ knowledge, attitudes and practices towards peste des ...
ILRI5 visualizações
ELECTRON TRANSPORT CHAIN por DEEKSHA RANI
ELECTRON TRANSPORT CHAINELECTRON TRANSPORT CHAIN
ELECTRON TRANSPORT CHAIN
DEEKSHA RANI9 visualizações
Small ruminant keepers’ knowledge, attitudes and practices towards peste des ... por ILRI
Small ruminant keepers’ knowledge, attitudes and practices towards peste des ...Small ruminant keepers’ knowledge, attitudes and practices towards peste des ...
Small ruminant keepers’ knowledge, attitudes and practices towards peste des ...
ILRI5 visualizações
Pollination By Nagapradheesh.M.pptx por MNAGAPRADHEESH
Pollination By Nagapradheesh.M.pptxPollination By Nagapradheesh.M.pptx
Pollination By Nagapradheesh.M.pptx
MNAGAPRADHEESH17 visualizações
Nitrosamine & NDSRI.pptx por NileshBonde4
Nitrosamine & NDSRI.pptxNitrosamine & NDSRI.pptx
Nitrosamine & NDSRI.pptx
NileshBonde418 visualizações
A giant thin stellar stream in the Coma Galaxy Cluster por Sérgio Sacani
A giant thin stellar stream in the Coma Galaxy ClusterA giant thin stellar stream in the Coma Galaxy Cluster
A giant thin stellar stream in the Coma Galaxy Cluster
Sérgio Sacani16 visualizações
Structure of purines and pyrimidines - Jahnvi arora (11228108), mmdu ,mullana... por jahnviarora989
Structure of purines and pyrimidines - Jahnvi arora (11228108), mmdu ,mullana...Structure of purines and pyrimidines - Jahnvi arora (11228108), mmdu ,mullana...
Structure of purines and pyrimidines - Jahnvi arora (11228108), mmdu ,mullana...
jahnviarora9895 visualizações
DATABASE MANAGEMENT SYSTEM por Dr. GOPINATH D
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEM
Dr. GOPINATH D7 visualizações
How to be(come) a successful PhD student por Tom Mens
How to be(come) a successful PhD studentHow to be(come) a successful PhD student
How to be(come) a successful PhD student
Tom Mens513 visualizações
Experimental animal Guinea pigs.pptx por Mansee Arya
Experimental animal Guinea pigs.pptxExperimental animal Guinea pigs.pptx
Experimental animal Guinea pigs.pptx
Mansee Arya28 visualizações
Ecology por Abhijith Raj.R
Ecology Ecology
Ecology
Abhijith Raj.R10 visualizações
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...
InsideScientific67 visualizações

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)