Difference between revisions of "Read-only memory"

From Computer History Wiki
Jump to: navigation, search
(lame explination of rom's.)
 
(EPROM)
Line 9: Line 9:
  
 
== EPROM ==
 
== EPROM ==
 
+
[[Image:M27C512 EPROM.jpg|150px|right|An EPROM]]
 
EPROMs can be erased after they have been programmed.  Normally there is a small window in the chip in which exposure to UV light will erase the EPROMs programming.  EPROM's need to be programmed in a special programmer.
 
EPROMs can be erased after they have been programmed.  Normally there is a small window in the chip in which exposure to UV light will erase the EPROMs programming.  EPROM's need to be programmed in a special programmer.
  

Revision as of 22:24, 8 October 2009

ROM is simply Read Only Memory.

Unlike RAM ROMs cannot be written to. ROMs are also typically slower then RAM.

ROMs come in several flavors:

PROM

PROM's can be programed ONCE then read many times. If there is any mistakes in the PROM code, the entire chip must be disgarded. While PROMs can be read in a normal board, they need to be programmed in a special device.

EPROM

An EPROM

EPROMs can be erased after they have been programmed. Normally there is a small window in the chip in which exposure to UV light will erase the EPROMs programming. EPROM's need to be programmed in a special programmer.

EEPROM

EEPROMS can be erased electronically, and reprogrammed. While similar to Flash Memory, however they need to be erased & programmed in a special programmer.