Embedded Memory
Embedded Memory
SYLLABUS
NOTES
QUESTIONS
TUTORIALS
NOTICES
NEWS & EVENTS
Notices
View All
Computer
Engineering(BCT)
Electrical
Engineering(BEL)
Electronics and
Communication(BEX)
View All
View Syllabus
Computer
Engineering(BCT)
Electrical
Engineering(BEL)
Electronics and
Communication(BEX)
View All
Memory
Memory Basics
Write Ability
Write ability is the manner and speed that a particular memory can be written . The
ranges of write ability are:
Storage Permanence
Storage permanence is the ability of memory to hold its stored bits after they have been
weitten. The ranges are :-
Types of Memory
a) SRAM
b) DRAM
c) Enhanced DRAM
Types of ROM
a) Masked ROM
-Programmed during fabrication by creating masks.
-Low write ability
-High storage performance
b) OTP ROM
-External equipment is needed to write
-Electrically write mechanism
c) EPROM
-Electrically write
-Erase usjng UV light (chip level)
d) EEPROM
-Byte level electrically erasing
-Electrical write
e) Flash Memory
-Block level electrically erasing
Composing Memory
Design 8 * 2 ROM:
F
XYZ F2
1
0 0 0 1 0
0 0 1 1 0
0 1 0 0 1
0 1 1 0 1
1 0 0 0 0
1 0 1 1 1
1 1 0 0 1
1 1 1 1 0
1K * 8
k = 10
n=8
2K * 16
k = 11
n = 16
Memory Hierarchy and Cache
Processor --> Registers --> Cache --> Main Memory --> Disk --> Tape
Cache Memory
- Cache memory is a fast but expensive memory that is used along with main memory
which is used to store copies of likely accessed parts of main memory.
- It is designed using static RAM,
- When there is request for main memory access,, firstly copy in cache is checked if
cache hit, memory access becomes quick. If cache miss,read from main memory
Cache Mapping
1) Direct mapping
2) Fully associative mapping
3)Set associative mapping
Cache Replacement
Sponsored Ads