3 Rom, Eprom
3 Rom, Eprom
Types of ROM
Advantages of ROM
Disadvantages of ROM
The Erasable Programmable Read Only Memory is a memory chip that does not
lose data even when the power is switched off. This is a non-volatile memory type
i.e. it retains data even when the power is switched off. Each EPROM is
individually programmed by an electronic device. After that, the data can be
erased by exposing the EPROM to strong ultraviolet light.
An EPROM contains a transparent fused quartz window at the top of the package
which allows exposure to ultraviolet light. The silicon chip is visible from this
window.
EPROM Operation
A single field effect transistor constitutes a storage location. This field effect
transistor contains a channel. This channel contains source and drain contacts at its
ends. An insulated layer of oxide covers the channel and then a conductive gas
electrode on top of it. All this is followed by a control gate electrode and more
oxide.
Data can be extracted from the EPROM by decoding the address at the address
pins and then connecting it to the output buffers. The programming process in
EPROM is not reversible electrically. Ultraviolet light is used to cause ionization
within the oxide which allows the stored charge to dissipate and the memory is
also deleted.
Applications of EPROM
It was assumed that EPROM was too expensive for mass production and would be
used in development only. However, EPROM was found to be economical as a
part for small volume production.
On-chip EPROM was used by some microcontrollers such as Intel 8048, Freescale
68HC11, PIC microcontroller (C version) etc. These microcontrollers were
available in windowed versions that were primarily used for program development
and program debugging.
Advantages of EPROM
Some of the advantages of EPROM are as follows:
EPROM is non-volatile so it retains its memory even without power. So no external
memory is required.
EPROM is quite effective.
EPROM is reprogrammable i.e. the data in the EPROM can be erased and reprogrammed.
Disadvantages of EPROM
Some of the disadvantages of EPROM are as follows −
Transistors used in EPROM have a higher resistance.
The EPROM needs UV light to erase the data. This can’t be done using
electrical signals.
It is not possible to erase a particular byte of data in EPROM. The whole
data is deleted.
The static power consumption of EPROM is quite high.
It takes some time to erase the data in EPROM. This is different than
EEPROM where the data can be instantaneously erased.
Definition RAM stands for Random ROM stands for Read Only Memory.
1
Access Memory.
Data RAM data is volatile. Data is ROM data is permanent. Data remains
2 Retention present till power supply is even after power supply is not present.
present.
4 Usage RAM is used to store data that ROM is used to store data that in
Sr. Key RAM ROM
No.
5 Speed RAM speed is quite high. ROM speed is slower than RAM.
CPU CPU can access data stored on Data to be copied from ROM to RAM
6
Access RAM. so that CPU can access its data.
Capacity RAM memory is large and high ROM is generally small and of low
7
capacity. capacity.
Size The size of the chip is bigger The size of the chip is smaller than the
11 than the ROM chip to store the RAM chip to store the same amount of
data. data.