SlideShare a Scribd company logo
1 of 43
Download to read offline
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory Interfacing with Microcontroller 8051
Dr. Nilesh Bhaskarrao Bahadure
July 25, 2021
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Introduction to Memory Interfacing
1 Semiconductor Memory Fundamentals
2 Memory Types
3 Memory Structure and its requirements
4 Memory Decoding
5 Examples on Memory Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory is simply a device that can be used to store the
information (data). The semiconductor memories are
extensively used because of their small size, low cost, high
speed, high reliability and ease of expansion of the memory
size, it consists mainly a flip flops one flip flop can hold one bit
of data and some additional circuitry such as buffers
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Semiconductor Memory I
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Semiconductor Memory II
In the design of all computers, semiconductor memories
are used as primary storage for data and code.
They are connected directly to the CPU and they are the
memory that the CPU asks for information (code or data).
Among the most widely used are RAM and ROM.
Memory Capacity
The number of bits that a semiconductor memory chip
can store is called its chip Capacity (bits or bytes)
Memory Organization
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Semiconductor Memory III
Each memory chip contains 2N locations where N is the
number of address pins on the chip.
Each location contains M bits, where M is the number of
data pins on the chip.
The entire chip will contain 2N x M bits.
Example: Memory organization of 4K x 4, 212 = 4096
locations, each location holding 4 Bits (so N=12 and
M=4)
Memory Speed (access time)
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Introduction to Memory Interfacing
1 Semiconductor Memory Fundamentals
2 Memory Types
3 Memory Structure and its requirements
4 Memory Decoding
5 Examples on Memory Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
ROM I
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
ROM II
1 ROM (Read Only Memory)
ROM is the type of memory that does not lose its contents
when power is turned off. It is also called nonvolatile
memory.
2 PROM (Programmable Memory)
User programmable (one-time programmable) memory.
If the information burned into PROM is wrong, it needs to
be discarded since internal fuses are blown permanently.
Special equipment needed: ROM burner or ROM
programmer.
3 EPROM (Erasable Programmable ROM) 2,000 times
Allows making changes in the contents of PROM after it is
burned.
One can program the memory chip and erase it thousands
of times.
Erasing its contents can take up to 20 minutes; the entire
chip is erased.
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
ROM III
All EPROM chips have a window that is used to shine
ultraviolet (UV) radiation to erase its contents.
Also referred to as UV-EPROM.
4 EEPROM (Electrically Erasable ROM) 500,000 times
Method of erasure is electrical.
Moreover, one can select which byte to be erased.
Cost per bit is much higher than for UV-EPROM.
5 Flash Memory EPROM
First, the process of erasure of the entire contents takes
less than a second, or one might say in a flash, hence its
name: flash memory.
When flash memory’s contents are erased, the entire
device is erased.
Even though flash memories are writeable, like EPROM’s
they find their widest use in microcomputer systems for
storage of firmware.
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Random Access Memory I
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Random Access Memory II
1 SRAM (Static RAM)
Storage cells are made of flip-flops and therefore they do
not require refreshing to keep their data.
A cell handling one bit requires 6 or 4 transistors each,
which is too many.
SRAMS are widely used for cache memory and
battery-backed memory systems.
2 DRAM (Dynamic RAM)
Uses MOS capacitors to store a bit
Requires constant refreshing due to leakage (every 2ms –
4ms).
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Random Access Memory III
Advantages
a. High density (capacity),
b. Cheaper cost per bit
c. Lower power consumption.
Disadvantage
a. While it is being refreshed, data cannot be accessed
b. Larger access times
c. Too many pins due to large capacity
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory Device
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Introduction to Memory Interfacing
1 Semiconductor Memory Fundamentals
2 Memory Types
3 Memory Structure and its requirements
4 Memory Decoding
5 Examples on Memory Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory structure of RAM and ROM
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Basic Concept of Memory Interfacing
The memory interfacing requires:
Select the chip (Enable CS).
Identify the register.
Enable the appropriate buffer ( Read or Write)
Microcontroller based system include memory devices and the
input – output devices. It is important to note that
microcontroller can communicate (Read or Write) with only
one device at a time, since the address, data and control lines
are common for all the devices.
In order to communicate with memory or IO device, it is
necessary to decode the address from the microcontroller.
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Introduction to Memory Interfacing
1 Semiconductor Memory Fundamentals
2 Memory Types
3 Memory Structure and its requirements
4 Memory Decoding
5 Examples on Memory Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Absolute or Full Decoding
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Partial or Linear Decoding
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Introduction to Memory Interfacing
1 Semiconductor Memory Fundamentals
2 Memory Types
3 Memory Structure and its requirements
4 Memory Decoding
5 Examples on Memory Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
1
Show the interfacing of an 8051 microcontroller with 8K bytes
of data ROM.
Answer
1
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
2
Show the interfacing of an 8051 microcontroller with 8K bytes
of data ROM and 8K bytes of program ROM.
Answer
2
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
3
Show the interfacing of an 8051 microcontroller with 4K bytes
of data RAM with 8051 Microcontroller.
Answer
3
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
4
Show the interfacing of an 8051 microcontroller with 16K bytes
of data RAM with 8051 Microcontroller. Assume the starting
address of 16KB data RAM is 8000h.
Answer
4
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
5
Show the interfacing of an 8051 microcontroller with 8K bytes
of program memory, 8K bytes of data ROM and 8K bytes of
data RAM. Show the complete address mapping. Use 74LS138
3 to 8 decoder for the generation of chip select.
Answer
5
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
6
Show the interfacing of an 8051 microcontroller with 16K
Bytes of data ROM and 16K Bytes of data RAM
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Answer
6
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
7
(a) Design the interfacing system for the Microcontroller 8051
with 256K Bytes of SRAM. Assume that available IC is 64K
Bytes of SRAM.
(b) Write an assembly language program to read 10 bytes from
memory location 20000h and store the contents in the internal
memory location from 30h.
Answer
7
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
8
Show the interfacing of an 8051 microcontroller with 4K bytes
of data ROM and 8K bytes of data RAM.
Answer
8
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
9
Show the interfacing of an 8051 microcontroller with 8K bytes
of data ROM and 8K Bytes of data RAM using partial
decoding techniques.
Answer
9
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Example
10
Show the interfacing of an 8051 microcontroller with 16K bytes
of data RAM using the available memory IC 6164.
Answer
10
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Memory
Interfacing
with Micro-
controller
8051
Dr. Nilesh
Bhaskarrao
Bahadure
Semiconductor
Memory
Fundamentals
Memory Types
Memory
Structure and
its
requirements
Memory
Decoding
Examples on
Memory
Interfacing
Thank you
Please send your feedback at nbahadure@gmail.com
For more details and updates kindly visit
https://sites.google.com/site/nileshbbahadure/home
Main Slide

More Related Content

What's hot

8085 interfacing with memory chips
8085 interfacing with memory chips8085 interfacing with memory chips
8085 interfacing with memory chipsSrikrishna Thota
 
Addressing modes 8085
Addressing modes 8085Addressing modes 8085
Addressing modes 8085ShivamSood22
 
Keypad Interfacing with 8051 Microcontroller
Keypad Interfacing with 8051 MicrocontrollerKeypad Interfacing with 8051 Microcontroller
Keypad Interfacing with 8051 MicrocontrollerSudhanshu Janwadkar
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller pptRahul Kumar
 
8051 MICROCONTROLLER ARCHITECTURE.pptx
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptxMemonaMemon1
 
Stacks & subroutines 1
Stacks & subroutines 1Stacks & subroutines 1
Stacks & subroutines 1deval patel
 
Microprocessor 8085 complete
Microprocessor 8085 completeMicroprocessor 8085 complete
Microprocessor 8085 completeShubham Singh
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-pptjemimajerome
 
Logical instruction of 8085
Logical instruction of 8085Logical instruction of 8085
Logical instruction of 8085vishalgohel12195
 
Interfacing external memory in 8051
Interfacing external memory in 8051Interfacing external memory in 8051
Interfacing external memory in 8051ssuser3a47cb
 
PPT on 8085 Microprocessor
PPT on 8085 Microprocessor  PPT on 8085 Microprocessor
PPT on 8085 Microprocessor DebrajJana4
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051SARITHA REDDY
 
Programmable peripheral interface 8255
Programmable peripheral interface 8255Programmable peripheral interface 8255
Programmable peripheral interface 8255Marajulislam3
 
Memory organization of 8051
Memory organization of 8051Memory organization of 8051
Memory organization of 8051Muthu Manickam
 
Sensor interfacing in 8051
Sensor interfacing in 8051Sensor interfacing in 8051
Sensor interfacing in 8051Irfan Ahmad
 

What's hot (20)

8085 interfacing with memory chips
8085 interfacing with memory chips8085 interfacing with memory chips
8085 interfacing with memory chips
 
Addressing modes 8085
Addressing modes 8085Addressing modes 8085
Addressing modes 8085
 
Keypad Interfacing with 8051 Microcontroller
Keypad Interfacing with 8051 MicrocontrollerKeypad Interfacing with 8051 Microcontroller
Keypad Interfacing with 8051 Microcontroller
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller ppt
 
memory 8051
memory  8051memory  8051
memory 8051
 
Arithmetic and logical instructions
Arithmetic and logical instructionsArithmetic and logical instructions
Arithmetic and logical instructions
 
8051 MICROCONTROLLER ARCHITECTURE.pptx
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptx
 
Stacks & subroutines 1
Stacks & subroutines 1Stacks & subroutines 1
Stacks & subroutines 1
 
Chapter 6 register
Chapter 6 registerChapter 6 register
Chapter 6 register
 
Microprocessor 8085 complete
Microprocessor 8085 completeMicroprocessor 8085 complete
Microprocessor 8085 complete
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-ppt
 
Logical instruction of 8085
Logical instruction of 8085Logical instruction of 8085
Logical instruction of 8085
 
Interfacing external memory in 8051
Interfacing external memory in 8051Interfacing external memory in 8051
Interfacing external memory in 8051
 
PPT on 8085 Microprocessor
PPT on 8085 Microprocessor  PPT on 8085 Microprocessor
PPT on 8085 Microprocessor
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051
 
8255 PPI
8255 PPI8255 PPI
8255 PPI
 
Programmable peripheral interface 8255
Programmable peripheral interface 8255Programmable peripheral interface 8255
Programmable peripheral interface 8255
 
Memory organization of 8051
Memory organization of 8051Memory organization of 8051
Memory organization of 8051
 
8253ppt
8253ppt8253ppt
8253ppt
 
Sensor interfacing in 8051
Sensor interfacing in 8051Sensor interfacing in 8051
Sensor interfacing in 8051
 

Similar to Memory interfacing of microcontroller 8051

Controller design for multichannel nand flash memory for higher efficiency in...
Controller design for multichannel nand flash memory for higher efficiency in...Controller design for multichannel nand flash memory for higher efficiency in...
Controller design for multichannel nand flash memory for higher efficiency in...eSAT Journals
 
Data_storage_Flash_Memory.pptx
Data_storage_Flash_Memory.pptxData_storage_Flash_Memory.pptx
Data_storage_Flash_Memory.pptxABHISHEK MAURYA
 
301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilog301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilogSrinivas Naidu
 
UNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptx
UNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptxUNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptx
UNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptxSnehaLatha68
 
Computer organisation ppt
Computer organisation pptComputer organisation ppt
Computer organisation pptchandkec
 
Memory_Unit Cache Main Virtual Associative
Memory_Unit Cache Main Virtual AssociativeMemory_Unit Cache Main Virtual Associative
Memory_Unit Cache Main Virtual AssociativeRNShukla7
 
Motorola 68hc11
Motorola 68hc11Motorola 68hc11
Motorola 68hc11gajani121
 
2. the memory systems (module2)
2. the memory systems (module2)2. the memory systems (module2)
2. the memory systems (module2)Ajit Saraf
 
Computer memory book notes
Computer memory book notes Computer memory book notes
Computer memory book notes Navtej Duhoon
 
Presentation2 (1).pp text book for students
Presentation2 (1).pp text book for studentsPresentation2 (1).pp text book for students
Presentation2 (1).pp text book for studentsaddokenneth58
 
Memory organization
Memory organizationMemory organization
Memory organizationAL- AMIN
 
Basic information about Computer memory
Basic information about Computer memoryBasic information about Computer memory
Basic information about Computer memoryRamesh Pant
 
201002396._Memory_Organization[1].pptx
201002396._Memory_Organization[1].pptx201002396._Memory_Organization[1].pptx
201002396._Memory_Organization[1].pptxShahriar Ahsan Taisiq
 

Similar to Memory interfacing of microcontroller 8051 (20)

Rahman
RahmanRahman
Rahman
 
Controller design for multichannel nand flash memory for higher efficiency in...
Controller design for multichannel nand flash memory for higher efficiency in...Controller design for multichannel nand flash memory for higher efficiency in...
Controller design for multichannel nand flash memory for higher efficiency in...
 
Memory interfacing of microprocessor 8085
Memory interfacing of microprocessor 8085Memory interfacing of microprocessor 8085
Memory interfacing of microprocessor 8085
 
Data_storage_Flash_Memory.pptx
Data_storage_Flash_Memory.pptxData_storage_Flash_Memory.pptx
Data_storage_Flash_Memory.pptx
 
301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilog301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilog
 
Memory managment
Memory managmentMemory managment
Memory managment
 
CA UNIT V..pptx
CA UNIT V..pptxCA UNIT V..pptx
CA UNIT V..pptx
 
UNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptx
UNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptxUNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptx
UNIT 3 Memory Design for SOC.ppUNIT 3 Memory Design for SOC.pptx
 
UNIT 3.docx
UNIT 3.docxUNIT 3.docx
UNIT 3.docx
 
Microprocessors and memory concepts
Microprocessors and memory conceptsMicroprocessors and memory concepts
Microprocessors and memory concepts
 
Computer organisation ppt
Computer organisation pptComputer organisation ppt
Computer organisation ppt
 
Memory_Unit Cache Main Virtual Associative
Memory_Unit Cache Main Virtual AssociativeMemory_Unit Cache Main Virtual Associative
Memory_Unit Cache Main Virtual Associative
 
Motorola 68hc11
Motorola 68hc11Motorola 68hc11
Motorola 68hc11
 
Flash drives
Flash drivesFlash drives
Flash drives
 
2. the memory systems (module2)
2. the memory systems (module2)2. the memory systems (module2)
2. the memory systems (module2)
 
Computer memory book notes
Computer memory book notes Computer memory book notes
Computer memory book notes
 
Presentation2 (1).pp text book for students
Presentation2 (1).pp text book for studentsPresentation2 (1).pp text book for students
Presentation2 (1).pp text book for students
 
Memory organization
Memory organizationMemory organization
Memory organization
 
Basic information about Computer memory
Basic information about Computer memoryBasic information about Computer memory
Basic information about Computer memory
 
201002396._Memory_Organization[1].pptx
201002396._Memory_Organization[1].pptx201002396._Memory_Organization[1].pptx
201002396._Memory_Organization[1].pptx
 

More from Nilesh Bhaskarrao Bahadure

Microcontroller 8051 instruction set and assemble directives
Microcontroller 8051 instruction set and assemble directivesMicrocontroller 8051 instruction set and assemble directives
Microcontroller 8051 instruction set and assemble directivesNilesh Bhaskarrao Bahadure
 
Question Bank linear integrated circuits and applications
Question Bank linear integrated circuits and applicationsQuestion Bank linear integrated circuits and applications
Question Bank linear integrated circuits and applicationsNilesh Bhaskarrao Bahadure
 

More from Nilesh Bhaskarrao Bahadure (20)

Biomedical Signal Origin and Dynamics
Biomedical Signal Origin and DynamicsBiomedical Signal Origin and Dynamics
Biomedical Signal Origin and Dynamics
 
Introduction to Medical Image Processing
Introduction to Medical Image ProcessingIntroduction to Medical Image Processing
Introduction to Medical Image Processing
 
Timing diagram of microprocessor 8085
Timing diagram of microprocessor 8085Timing diagram of microprocessor 8085
Timing diagram of microprocessor 8085
 
Timers and counters of microcontroller 8051
Timers and counters of microcontroller 8051Timers and counters of microcontroller 8051
Timers and counters of microcontroller 8051
 
Serial communication of microcontroller 8051
Serial communication of microcontroller 8051Serial communication of microcontroller 8051
Serial communication of microcontroller 8051
 
Peripherals of Microprocessor 8085
Peripherals of Microprocessor 8085Peripherals of Microprocessor 8085
Peripherals of Microprocessor 8085
 
Microprocessor 8085 Basics
Microprocessor 8085 BasicsMicroprocessor 8085 Basics
Microprocessor 8085 Basics
 
Microcontroller 8051 instruction set and assemble directives
Microcontroller 8051 instruction set and assemble directivesMicrocontroller 8051 instruction set and assemble directives
Microcontroller 8051 instruction set and assemble directives
 
Microcontroller 8051 basics (part I)
Microcontroller 8051 basics (part I)Microcontroller 8051 basics (part I)
Microcontroller 8051 basics (part I)
 
Interrupts of microprocessor 8085
Interrupts of microprocessor 8085Interrupts of microprocessor 8085
Interrupts of microprocessor 8085
 
Interrupts of microcontroller 8051
Interrupts of microcontroller 8051Interrupts of microcontroller 8051
Interrupts of microcontroller 8051
 
Instruction sets of microprocessor 8085
Instruction sets of microprocessor 8085Instruction sets of microprocessor 8085
Instruction sets of microprocessor 8085
 
Embedded Systems
Embedded Systems Embedded Systems
Embedded Systems
 
Basic Electronics Semiconductor Diodes
Basic Electronics Semiconductor DiodesBasic Electronics Semiconductor Diodes
Basic Electronics Semiconductor Diodes
 
Basic Electronics Electrical Transducers
Basic Electronics Electrical TransducersBasic Electronics Electrical Transducers
Basic Electronics Electrical Transducers
 
Basic Electronics BJT
Basic Electronics BJTBasic Electronics BJT
Basic Electronics BJT
 
Applications of Microcontroller 8051
Applications of Microcontroller 8051Applications of Microcontroller 8051
Applications of Microcontroller 8051
 
Question Bank Programmable Logic Controller
Question Bank Programmable Logic ControllerQuestion Bank Programmable Logic Controller
Question Bank Programmable Logic Controller
 
Question Bank Microprocessor 8085
Question Bank Microprocessor 8085Question Bank Microprocessor 8085
Question Bank Microprocessor 8085
 
Question Bank linear integrated circuits and applications
Question Bank linear integrated circuits and applicationsQuestion Bank linear integrated circuits and applications
Question Bank linear integrated circuits and applications
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

Memory interfacing of microcontroller 8051