0% found this document useful (0 votes)
33 views

types of ROM

computer architecture and design

Uploaded by

Hana Yaregal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

types of ROM

computer architecture and design

Uploaded by

Hana Yaregal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Definition about EPROM

EPROM form of computer memory that does not lose its content when the power
supply is cut off and that can be erased and reused. EPROMs are generally
employed for programs designed for repeated use but that can be upgraded with
a later version of a program. EPROMs are erased with ultraviolet light.

A programmed EPROM can retain its data for 10 to 20 years. Some EPROMs can
retain data for even longer. The data is retained even when power is cut off and
can be retrieved after the power is turned back on, making it a type of non-
volatile memory.

To erase and reprogram the EPROM, UV light is required. The light clears the
data on the chip and readies it for reprogramming by focusing on a quartz
crystal window at the top of the EPROM. This window is transparent, and the
silicon chip is visible through it, which permits exposure to UV light during
erasure.

EPROM operation
An EPROM consists of a large array of floating gate MOSFETs underneath a
control gate transistor. The transistors are separated by a thin insulating oxide
layer. To program the EPROM, a high voltage is applied to the control gate,
which causes electrons to move through the oxide layer into the floating gate.
The floating gate impedes the subsequent operations of the control gate.

As long as the floating gate is linked to the control gate, the cell's value is 1. To
change the value to 0, a process called tunneling is required, which alters the
placement of electrons in the floating gate. When the electrical charge is applied
to the floating gate, it enters the floating gate and then drains to ground.

Advantages of EPROM
 EPROM production can be economical in smaller volumes.
 Since it is reprogrammable, data can be erased and reprogrammed
multiple times so the chip can be reused for different applications.
 Because EPROMs are non-volatile, there is no risk of data loss if the power
supply is switched off.
 EPROMs are a convenient option for testing and debugging applications
and for upgradeable programs designed for repeated use.

Disadvantages of EPROM

 The biggest drawback of an EPROM is that it requires UV light or X-rays


to erase the data.
 It is not possible to erase only certain bytes of data -- byte by byte -- on
the EPROM. Rather, the entire chip must be erased and reprogrammed.
 The erasure and reprogramming process can take quite a lot of time,
depending on the quantity of data.
 EPROMs can cost more than older ROMs or PROMs

Definition about EEPROM


Electrically Erasable Programmable Read-Only Memory (EEPROM ) is a form of non-
volatile memory used in computers,that the data recorded is retained even if power is
removed. It is typically built into microcontrollers like smart cards. By using specific
programming signals, it is possible to program and delete EEPROMs inside of a circuit. The
lifetime of the EEPROM is a crucial design factor for EEPROMs that are often
reprogrammed because we can write and program the IC multiple times in EEPROMs.

EEPROM Features
 To read from, write to, or erase data from the EEPROM, two separate voltages are needed.
 The retention time of the chip is constrained.
 It is pricey when compared to other memory alternatives.
 Making adjustments to the serial cell takes time.
 To modify the chip's data, no further hardware is needed.
 Byte by byte data deletion is possible.
 Hardware data protection with write protect pins.
 Writing partial ages is permitted.
 Automatic writing cycle.

Advantages of EEPROM:
 EEPROM is simple to reprogram, and you may do so without taking it out of the computer or
using any special tools.
 In contrast to EPROM, which employs UV signals and erases memory in minutes, EEPROM
electronically erases content in 5–10 ms.
 Since data uses electrical signals and provides the option of deleting either the entire
contents or a specific byte, it can be deleted swiftly.
 Non-volatile EEPROM data keeps its integrity even after the power is turned off.
Cons of EEPROM:
 Data retention issues arise from the fact that the employed insulator isn't a perfect insulator
and that the manufacturer only offers a ten-year data retention warranty.
 The material must be viewed, written on, and deleted using different voltages.

Definition about Flash ROM


A flash ROM is a type of non-volatile memories. A flash ROM sets data of all cells (cell
matrix) in a memory to 1 at once. That is, it gets electrons out from the floating gate of all
the memory cells at a stretch, and leaves holes. ‘Flash’ is named from the image of
momentary flash of lighting. The first inventor of this idea is a Toshiba engineer.

The data in a flash ROM is rewritten in the way as follows.

 First, the flash ROM before rewriting has many cells with the data of 1 or 0.
 Then, th operation setting the data of all the cells to1 is carried out at once.
 The data 0 is written in alternatively. This operation is performed for each single
cell. Changing the data of a cell from 0 to 1 is done by setting all the cells to 1.
Single specific cell cannot be changed from 0 to 1.

Definition about OTPROM

Just like any other type of memory, OTP memory is a semiconductor device used to
store data. It is a special type of read-only memory that can only be programmed
or written once. Once this memory has been programmed or written, it cannot be
rewritten again without special equipment and procedures.
Programming OTP memory requires specialized equipment because the memory
needs to be exposed to ultraviolet light for a precise amount of time and intensity
or other similar conditions. These conditions are not something that could
normally happen by accident and require extremely specific conditions in order to
program the memory.
Unlike normal read-only memory that is programmed only once and is then used
for static storage, OTP memory is intended for use in situations where the data
must remain unchangeable. OTP memory is used in situations where the data could
be harmful if it could be changed or tampered with.

Applications ofOTPROM

1. OTP memory is commonly used in industrial settings for things like controlling
machines and systems used for manufacturing.
2. It is also commonly used in medical equipment and systems as a way to ensure the data
is not tampered with and cannot be changed.
3. OTP memory is also commonly used in everyday devices such as smartphones, tablets
and laptops.
4. OTP memory is often used to store the device’s WiFi or wireless network key. This is
sometimes referred to as the WiFi password or passcode. This is the code that is used to
connect the device to a wireless network.
5. OTP memory is also commonly used in other devices such as smart watches, medical
devices and sensors to store important information such as medical histories and
patient information.
Definition about Mask ROM

Mask ROM (Mask Read-Only Memory) is a type of read-only memory (ROM) in which the
data is programmed during the manufacturing process and cannot be reprogrammed by the
end user. It gets its name from the fact that the data is physically "masked" onto the chip
during its fabrication.

Features of Mask ROM:


 Permanent Storage: Once the data is written during the manufacturing
process, it's permanent and cannot be altered.
 Cost-Effective for Mass Production: Although there's an initial cost for
creating a specific mask for the ROM data, the subsequent production of
Mask ROM chips is very cost-effective when producing large quantities.
 Reliability: Due to the fact that the data is hard-coded during
manufacturing, Mask ROM is generally very reliable and not prone to data
corruption.
 Fast Read Speed: Because the data is physically integrated into the chip's
structure, Mask ROM often has faster read speeds compared to
programmable memory types.
 Non-Volatile: Like other types of ROM, Mask ROM retains its data even
without power

You might also like