EEPROM
By Gabriel Torres on January 6, 2006


Electrically Erasable Programmable Read Only Memory

EEPROM is a type of ROM memory chip. ROM memory is a type of integrated circuit containing a program inside. This program cannot be modified during its usage, hence the name “read-only”. Another characteristic of ROM memories is that their contents aren’t lost when the power goes off, contrary to what happens to RAM memories.

You can erase EEPROM contents electrically, allowing its erasing and programming to be done even with the chip installed in the circuit (if the circuit was built to support these functions, of course). So it is easier to erase and reprogram this type of ROM memory, since it doesn’t need to be removed from the circuit or exposed to ultraviolet light, as it happens with EPROM chips.

The difference between Flash-ROM and EEPROM is that on Flash-ROM is not possible to erase just one given address inside the memory chip and reprogram just one piece of data, i.e. on Flash-ROM you need to erase the entire memory even when you need to change just one value inside of it.
It is important to notice that even though some ROM memories can have their contents erased and be reprogrammed, this doesn’t transform these memories from ROM to RAM, because the recording procedure on ROM memories takes a lot of time, contrary to RAM memories where storing data is really fast.

EEPROM
Figure 1: Example of EEPROM chips.

Originally at http://www.hardwaresecrets.com/dictionary/term/340


© 2004-12, Hardware Secrets, LLC. All Rights Reserved.

Total or partial reproduction of the contents of this site, as well as that of the texts available for downloading, be this in the electronic media, in print, or any other form of distribution, is expressly forbidden. Those who do not comply with these copyright laws will be indicted and punished according to the International Copyrights Law.

We do not take responsibility for material damage of any kind caused by the use of information contained in Hardware Secrets.