What the difference between prom and eprom?

  • Thread starter Thread starter some_one
  • Start date Start date
  • Tags Tags
    Difference
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 12K views
some_one
Messages
78
Reaction score
1
what the difference between prom and eprom??

i know that prom is defined by address and data like 2^4 X 5

whats eprom then?
 
Engineering news on Phys.org
eprom holds what ever is stored even when the power is turned off, unlike RAM which can be written but will lose data when it looses power.
 
The bit patterns in a PROM are defined at the time of manufacture, in the mask.

The bit patterns cannot be changed or erased.

The bit patterns in an EPROM are defined by the user using an eprom programmer.

A UVEPROM (the one with the quartz lid on the top) is erased by exposure to short wavelength UV light.

The EEPROM is an electrically erasable EPROM, where you don't need the UV to erase data.
 
I never knew UVEPROM was real. I saw it in a si-fi thing where it was used as a fail safe on a AI. Do you know how it works, does it just erase it and set everything to 0 or 1 or is it destroyed in the process?
 
madmike159 said:
I never knew UVEPROM was real. I saw it in a si-fi thing where it was used as a fail safe on a AI. Do you know how it works, does it just erase it and set everything to 0 or 1 or is it destroyed in the process?
An EPROM cell is a MOS (metal-oxide-semiconductor) transistor that can be switched on by trapping an electric charge permanently on its gate electrode. This is done by a PAL programmer. The charge remains for many years and can only be removed by exposing the chip to strong ultraviolet light in a device called an EPROM eraser.
http://en.wikipedia.org/wiki/Programmable_logic_device"
 
Last edited by a moderator: