EEPROM
Computer memory used for small quantities of data
Why this is trending
Interest in “EEPROM” spiked on Wikipedia on 2026-06-03.
Categorised under Technology, this article fits a familiar pattern. wt.cat.technology.1
GlyphSignal tracks these patterns daily, turning raw Wikipedia traffic data into a curated feed of what the world is curious about. Every spike tells a story.
Key Takeaways
- EEPROM or E 2 PROM ( electrically erasable programmable read-only memory ) is a type of non-volatile memory.
- EEPROMs are organized as arrays of floating-gate transistors.
- Originally, EEPROMs were limited to single-byte operations, which made them slower, but modern EEPROMs allow multi-byte page operations.
- In an EEPROM that is frequently reprogrammed, the life of the EEPROM is an important design consideration.
- There is no clear boundary dividing the two, but the term "EEPROM" is generally used to describe non-volatile memory with small erase blocks (as small as one byte) and a long lifetime (typically 1,000,000 cycles).
Source note: This page combines GlyphSignal analysis with attributed reference material from Wikipedia. GlyphSignal adds trend context, traffic history, categorization, and editorial interpretation. See how we build these pages.
Source summary
WikipediaEEPROM or E2PROM (electrically erasable programmable read-only memory) is a type of non-volatile memory. It is used in computers, usually integrated in microcontrollers such as smart cards and remote keyless systems, or as a separate chip device, to store relatively small amounts of data by allowing individual bytes to be erased and reprogrammed.
EEPROMs are organized as arrays of floating-gate transistors. EEPROMs can be programmed and erased in-circuit, by applying special programming signals. Originally, EEPROMs were limited to single-byte operations, which made them slower, but modern EEPROMs allow multi-byte page operations. An EEPROM has a limited life for erasing and reprogramming, reaching a million operations in modern EEPROMs. In an EEPROM that is frequently reprogrammed, the life of the EEPROM is an important design consideration.
Flash memory is a type of EEPROM designed for high speed and high density, at the expense of large erase blocks (typically 512 bytes or larger) and limited number of write cycles (often 10,000). There is no clear boundary dividing the two, but the term "EEPROM" is generally used to describe non-volatile memory with small erase blocks (as small as one byte) and a long lifetime (typically 1,000,000 cycles). Many past microcontrollers included both (flash memory for the firmware and a small EEPROM for parameters), though the trend with modern microcontrollers is to emulate EEPROM using flash.
Content sourced from Wikipedia under CC BY-SA 4.0