Mask ROM

Author Topic: Mask ROM  (Read 1167 times)

Offline Md. Al-Amin

  • Hero Member
  • *****
  • Posts: 672
  • "Yes"
    • View Profile
Mask ROM
« on: March 11, 2015, 11:39:03 AM »
Mask ROM

C
omputer memory types
Volatile
RAM
DRAM (e.g., DDR SDRAM) SRAM
In development
T-RAM Z-RAM
Historical
Williams–Kilburn tube (1946–47) Delay line memory (1947) Selectron tube (1953) Dekatron
Non-volatile
ROM
Mask ROM PROM EPROM EEPROM
NVRAM
Flash memory
Early stage NVRAM
nvSRAM FeRAM MRAM PRAM
Mechanical
Magnetic tape Hard drive Optical drive
In development
CBRAM SONOS RRAM Racetrack memory NRAM Millipede memory FJG
Historical
Paper data storage (1725) Drum memory (1932) Magnetic-core memory (1949) Plated wire memory (1957) Thin-film memory (1962) Twistor memory (~1968) Bubble memory (~1970)
v t e

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (April 2008)
Mask ROM (MROM) is a type of read-only memory (ROM) whose contents are programmed by the integrated circuit manufacturer (rather than by the user). The terminology "mask" comes from integrated circuit fabrication, where regions of the chip are masked off during the process of photolithography.

It is common practice to use rewritable non-volatile memory – such as UV-EPROM or EEPROM – for the development phase of a project, and to switch to mask ROM when the code has been finalized. For example, Atmel microcontrollers come in both EEPROM and mask ROM formats.

The main advantage of mask ROM is its cost. Per bit, mask ROM is more compact than any other kind of semiconductor memory. Since the cost of an integrated circuit strongly depends on its size, mask ROM is significantly cheaper than any other kind of semiconductor memory.

However, the one-time masking cost is high and there is a long turn-around time from design to product phase. Design errors are costly: if an error in the data or code is found, the mask ROM is useless and must be replaced in order to change the code or data.

Some integrated circuits contain only mask ROM. As of 2003, four companies produce most such mask ROM chips: Samsung Electronics, NEC Corporation, Oki Electric Industry, and Macronix.[1][needs update]

Other integrated circuits contain mask ROM as well as a variety of other devices. In particular, many microprocessors have mask ROM to store their microcode. Some microcontrollers have mask ROM to store the bootloader or all of their firmware.

See also[edit]
http://en.wikipedia.org/wiki/Mask_ROM