Fact-checked by Grok 2 weeks ago

Programmable ROM

A programmable (PROM) is a form of non-volatile that allows users to fixed into the device once after its manufacture, typically by selectively blowing fusible links or antifuses to define the stored contents, after which the cannot be altered. PROMs retain their programmed information even without power and are accessed via address lines to retrieve specific bit patterns, functioning as a for unchanging such as or configuration settings. The originated in when Tsing Chow invented the PROM at American Bosch Arma Corporation as part of a U.S. for intercontinental ballistic missiles (ICBMs), addressing the need for reliable, one-time programmable non-volatile storage in early computing systems. Subsequent developments expanded the programmable ROM family to include reusable variants. In 1970, Radiation Inc. introduced the first commercial bipolar PROM with 512 bits, using metal fuse links for one-time programming. This was followed in 1971 by engineer Dov Frohman's invention of the erasable programmable (), a 2048-bit device that could be electrically programmed and erased via light exposure, enabling multiple reprogramming cycles and greater design flexibility in prototyping. Further evolution led to electrically erasable () in the late 1970s, allowing byte-level electrical erasing and reprogramming without special equipment, and in 1980 by Fujio Masuoka at , which supported block-level operations for higher density and efficiency in applications like solid-state drives. These programmable ROM technologies differ in and : basic PROMs employ a fixed AND array (decoder) and programmable OR array (using fuses) to implement functions or store data in sum-of-products form, while EPROMs and EEPROMs use floating-gate transistors to trap charge for , with EPROMs requiring UV erasure (typically 20 minutes) and EEPROMs enabling in-circuit byte alterations via quantum tunneling. Advantages include low cost for mask ROMs in high volumes, field programmability for PROMs and EPROMs in low-volume , and high endurance (up to millions of cycles for EEPROMs), though they generally have larger cell sizes (e.g., 3.6–6.8 μm² for 1 Mbit EPROMs) compared to dynamic . Applications span embedded systems, storage, , and early product development, where PROMs served as cost-effective alternatives to custom mask ROMs, and modern variants like OTPROM (one-time programmable ROM) integrate into processes for secure configuration in FPGAs and microcontrollers.

Fundamentals

Definition and Characteristics

Programmable read-only memory (PROM) is a type of (ROM) that is manufactured in a blank state, allowing users to program it once after fabrication using irreversible mechanisms such as fusible links to store permanent data. These devices function similarly to mask-programmed ROMs but provide flexibility for custom programming without requiring specialized manufacturing processes. Key characteristics of PROM include non-volatility, meaning it retains stored indefinitely without , and one-time programmability, where the contents cannot be erased or rewritten once set. Typical storage capacities range from 512 bits in early implementations, such as the 74186 device, to several megabits in later variants used for configuration storage. PROMs are implemented as s featuring address input pins for selecting locations and output pins for retrieving stored bits, with read speeds comparable to those of mask ROMs, often in the range of tens of nanoseconds. In basic operation, PROM decodes input addresses to access specific bits within its array; the unprogrammed state typically defaults to all 1s in designs, as intact fusible links allow flow to represent a 1, while programming blows selected fuses to isolate paths and store 0s. Unlike erasable variants such as , which permit multiple reprogramming cycles via light exposure, PROM relies solely on its one-time fusible programming for permanence.

Comparison to Other Memory Types

Programmable Read-Only Memory (PROM) occupies a distinct niche in the as a non-volatile, one-time programmable device that offers greater flexibility than factory-programmed alternatives while avoiding the complexity and cost of erasable technologies. Unlike Mask ROM, which is permanently programmed during fabrication and achieves the lowest cost per bit for large-scale production runs—often used for fixed data like cartridges or system —PROM enables end-user customization post-manufacture using fusible links, making it ideal for prototyping or low-volume applications where design iterations occur after production. This user-level programmability comes at a moderate cost premium over Mask ROM, typically 2-3 times higher due to the added programming circuitry, but it avoids the lengthy and expensive mask creation process required for Mask ROM revisions. In comparison to volatile memories like , PROM provides permanent without power, contrasting 's need for continuous supply to maintain contents and its support for unlimited read/write operations, which suits temporary in systems but not long-term . PROM's irreversibility positions it as a bridge to more advanced non-volatile options: allows UV-light erasure for reprogramming (at 3-5 times the cost of Mask ROM and with similar densities to PROM), while enables electrical byte-level erasure and rewriting, increasing flexibility for embedded systems but raising costs further due to per-cell control transistors and resulting in lower densities (e.g., cell sizes 2-3 times larger than PROM for equivalent capacities). Flash memory, derived from EEPROM architecture, extends non-volatility with block-level electrical erasure and higher write endurance (typically 10,000-100,000 cycles per block), achieving superior densities (e.g., multi-gigabit scales in modern devices) for mass storage like SSDs, though it introduces wear-leveling challenges absent in one-time PROM. PROM's one-time nature eliminates such endurance limits, offering simpler reliability for unchanging code, but at lower densities than Flash due to older bipolar or early MOS processes (e.g., PROM densities historically capped at kilobits versus Flash's megabits-to-terabits). Overall, PROM's cost-effectiveness—higher than Mask ROM's but below EPROM/EEPROM/Flash for single-use scenarios—makes it suitable for custom firmware in low-volume electronics, where full rewritability is unnecessary.
Memory TypeProgrammabilityVolatilityRelative Cost (per bit, high volume)Typical Density RangePrimary Use Case
Mask ROMFactory-fixed (mask-based)Non-volatileLowest (baseline)High (e.g., 64 Mbit cells ~1.2 μm²)Mass-produced fixed firmware
PROMOne-time user-programmableNon-volatile2-3x Mask ROMMediumLow-volume custom code
RAMUnlimited read/writeVolatile (power-dependent)Moderate (dynamic variants cheaper)High (e.g., DRAM 1-10 Gb modern)Temporary data processing
EPROMElectrical program, UV eraseNon-volatile3-5x Mask ROMMedium (e.g., 1 Mbit cells ~3.6-6.8 μm²)Field-updatable small runs
EEPROMElectrical byte-level erase/programNon-volatile5-10x Mask ROMLower (e.g., 1 Mbit cells ~7.8-22.5 μm²)Configurable embedded systems
FlashElectrical block erase/programNon-volatile1-2x EPROM (declining with scale)Very high (e.g., Gb-Tb scales)Bulk non-volatile storage with wear limits

Historical Development

Early Invention and Prototypes

The concept of programmable (PROM) originated in the mid-1950s amid the demand for secure, modifiable non-volatile storage in military applications, particularly for systems where fixed programming was insufficient for post-manufacture customization. Wen Tsing Chow, working at the Arma Division of the American Bosch Arma Corporation, invented the first PROM in 1956, patenting a storage matrix that used a array to enable one-time programming by selectively blowing fusible links or antifuses to define the stored contents, after which the data cannot be altered. This design addressed the limitations of earlier read-only memories by allowing users to program the device once after fabrication, a critical advancement for rapid adaptation in early and prototypes. In the late , semiconductor research at firms such as and began exploring integrated circuit-based PROMs to overcome the high costs and delays of mask-programmed ROMs, which required custom fabrication for each unique data pattern and hindered prototyping for emerging minicomputers. These efforts were influenced by rapid advancements in bipolar and transistor technologies, enabling denser, more reliable memory arrays suitable for commercial electronics. Early ideas focused on fuse-based structures, where thin metallic links could be selectively blown open with high current to store permanent data, providing a field-programmable alternative to factory masking. Building on this, Radiation Incorporated developed a PROM prototype in 1969, featuring a small 16 words by 4 bits capacity using titanium-tungsten s for programming; this device highlighted the feasibility of one-time field programming in TTL-compatible integrated circuits, motivated by the need for flexible in development. The one-time programming nature of these prototypes, achieved via irreversible disruption, ensured data permanence while enabling without specialized manufacturing.

Commercialization and Key Milestones

The commercialization of programmable (PROM) began in 1970 with the introduction of the first commercial product by Radiation Inc., a 512-bit TTL PROM that users could program by burning metal fuse links using high-voltage pulses from an external programmer. Key milestones followed rapidly in the early 1970s, as companies like Monolithic Memories Inc. introduced the first 1K-bit PROM in 1971, and Monolithic Memories Inc., , and Signetics released 1K-bit to 16K-bit PROMs employing nickel-chromium thin-film fuses for improved density and reliability; , , and contributed with variants using alternative fuse materials such as titanium-tungsten. During the , PROM capacities advanced to 64K bits, enabling broader use in complex digital systems requiring storage. In the , PROM technology integrated directly with microcontrollers, allowing one-time programming of essential code during manufacturing for cost-effective embedded solutions. These developments had substantial industry impact, as PROMs provided a flexible means for custom logic and boot code in early microcomputers, such as the , where they stored monitors and loaders to simplify system initialization without relying on volatile or tapes. By the 2000s, the focus shifted toward one-time programmable (OTP) PROM variants embedded in application-specific integrated circuits () for secure, tamper-resistant configuration and calibration data. Despite the dominance of rewritable memories like , OTP PROMs persist in niche 2020s applications, including secure bootloaders where permanent, non-erasable storage ensures immutable root-of-trust mechanisms against tampering.

Technical Aspects

Internal Architecture

The internal architecture of a Programmable Read-Only Memory (PROM) device centers on an array of fusible links positioned at the intersections of row () lines and column () lines, forming the core storage mechanism. These links, typically made from materials such as (NiCr), , or p-n junctions, connect to transistors or diodes in the memory cells. In a standard PROM, each cell features a with its collector tied to an output line, base driven by the row , and emitter linked via a fusible element to or a column line. circuitry, often implemented as a binary-to-one-hot converter using AND gates, selects the appropriate row based on input signals, while output buffers, typically open-collector or tri-state, drive the lines during read operations to ensure compatibility with external logic levels. Logically, the PROM is organized as a rectangular grid of 2^n addresses by m bits, where n represents the number of address input lines and m the output width, enabling storage of up to 2^n × m bits. In the unprogrammed state, all fusible links remain intact, resulting in a logic low (0) at each output, as selected cells conduct to ground; blowing a fuse opens the path, isolating the cell and allowing the pull-up to produce a logic high (1). This AND-OR plane structure—programmable in the vertical (AND) connections via fuses—decodes addresses to activate specific rows, summing selected columns through OR logic for the output word. Output buffers amplify and condition these signals, often incorporating active pull-ups for TTL compatibility in bipolar variants. PROM architectures vary by technology, with bipolar implementations using TTL-compatible transistors for faster access times (typically 25-70 ns) but higher power consumption, while or versions employ field-effect transistors for lower power (e.g., <100 mW) and greater density, supporting larger arrays up to 64K bits. Pin configurations reflect these capacities, ranging from 16-pin DIP packages for small devices (e.g., 8 address lines, 4 data outputs, plus Vcc, GND, and chip select) to 40-pin packages for higher-density chips accommodating up to 15 address lines and 8-16 data I/O lines.

Programming Mechanism

The programming of a programmable read-only memory (PROM) is performed using a dedicated PROM programmer device, which incorporates a high-voltage power supply capable of delivering precise pulses to the device's address and data lines. The process begins with loading the desired bit pattern as a binary file into the programmer, which then selects specific addresses corresponding to bits that need to be set to logic 1. High-voltage pulses, typically ranging from 12 to 20 V and lasting 1 μs to 10 μs, are applied to the targeted fuses via the address lines, while the supply voltage (VCC) is raised to support the programming current, often around 15-50 per fuse to avoid damaging adjacent structures. This setup ensures controlled energy delivery to blow only the intended fusible links, such as nickel-chromium (NiCr) or titanium-tungsten (Ti-W) elements in PROMs. The physical mechanism behind fuse blowing relies on induced by the high through the narrow fusible link, which raises the local temperature sufficiently to cause , , or thinning of the material, thereby creating an open circuit. In NiCr fuses common to early bipolar PROMs, also plays a role, as the momentum transfer from electrons to metal atoms accelerates material displacement under the combined stress of heat and . Current is limited to approximately 15-50 mA per fuse to prevent excessive heating that could lead to metal spattering or unintended damage to the surrounding circuitry; modern PROM variants achieve programming yields exceeding 99% through refined fuse dimensions and process controls. Following each , the performs a read-back verification at normal operating voltage (typically 5 V) to confirm the has opened, ensuring the bit state has changed from the default logic 0 to 1. Standalone PROM programmers are the standard tool, though some advanced systems support in-circuit programming via interfaces similar to for embedded applications. Once programmed, the PROM becomes permanently read-only, functioning identically to a mask ROM with no further modifications possible.

Applications and Impact

Historical Uses in Computing

In the 1970s, programmable read-only memory (PROM) played a crucial role in minicomputer systems, particularly for storing firmware and bootstrap code. For instance, Digital Equipment Corporation's PDP-11 series utilized PROM modules for bootstrapping and device control, such as the M9301 Bootstrap/Terminator Module, which contained PROM-based code to initiate system booting and manage Unibus communications in models like the PDP-11/40. Additionally, PROMs served as character generators in associated terminals, like the VT52, where they stored font patterns to render text on CRT displays, enabling reliable video output for early interactive computing. These applications marked PROM's transition from specialized military uses to commercial computing, providing non-volatile storage for essential initialization routines. The advent of microcomputers further expanded PROM's utility, notably in the 1975 MITS , where it stored monitor programs that facilitated loading the into RAM. The Altair's 88-PROM kit, using bipolar Schottky devices organized as 256x8 memory, allowed users to program for system control and software loading, including monitors that streamlined execution without relying solely on paper tape inputs. This configuration made the Altair accessible to hobbyists, as PROM provided a fixed, reliable entry point for running interpreters and diagnostics on the 8080-based platform. During the microprocessor era of the late 1970s and 1980s, PROM became integral to boot processes in 8080-based systems, exemplified by Intel's MON-80 monitor programs stored in 1702A PROMs, which handled serial I/O, memory examination, and initial program loading in development kits like the Intellec 8/80. PROM also underpinned programmable logic devices (PLDs), serving as the core for precursors like PALs, which implemented glue logic to interconnect s and peripherals without custom ASICs, as seen in early embedded designs where PROM arrays defined address decoding and control signals. PROM's adoption significantly influenced hardware design by reducing reliance on expensive, fixed mask ROMs or bespoke integrated circuits, allowing rapid customization for prototypes and small runs. This accessibility empowered hobbyist prototyping in the 1970s, enabling enthusiasts to program their own for systems and beyond. By the 1980s, PROM had become a standard in embedded computing, including game consoles like the , where erasable variants (EPROMs, an evolution of PROM technology) supported low-volume game development and initial production before shifting to mask ROM for mass manufacturing. Overall, these uses democratized computing hardware, fostering innovation in both professional and contexts.

Modern and Specialized Applications

In contemporary systems, one-time programmable (OTP) ROM variants of are integral to microcontrollers for storing secure that resists tampering. For instance, in automotive electronic control units (ECUs), OTP , such as eFuses, supports secure configuration for safety-critical execution in ' C2000 real-time microcontrollers, which are compliant with standards up to ASIL D. Similarly, in () devices, OTP supports secure boot processes to protect against unauthorized modifications, as seen in Arm-based Sitara processors designed for . This immutability is also leveraged in RFID tags, where stores unique, unalterable identifiers for and tracking in applications. In security applications, PROM facilitates the storage of one-time keys within modules (HSMs) to establish roots of trust and prevent key extraction. Modules like Arm's CryptoCell-712 utilize OTP memory to provision cryptographic features that cannot be altered post-manufacturing, enhancing compliance with standards. Likewise, NXP's MS1201 security subsystem employs OTP for safeguarding sensitive keys and assets in tamper-resistant environments. In , radiation-hardened PROMs provide reliable, non-volatile storage for mission-critical software in space vehicles; NASA's rover, for example, used 16 KB of rad-hard PROM for boot code to withstand cosmic radiation. This approach persists in modern missions, such as the Mars Surveyor '01 rover architecture, which incorporated rad-hard PROM for core operations. Current trends highlight PROM's niche integration in field-programmable gate arrays (FPGAs) as configuration memory, enabling secure, one-time bitstream loading via solutions like , which support Virtex and Spartan families for . In small-scale custom application-specific integrated circuits (), OTP PROM blocks provide unique chip identification and fuse-based configuration, as in detector ASICs for scientific instruments like the KM3NeT . Although has largely supplanted PROM in general applications due to its reprogrammability, OTP ROM endures in high-reliability sectors for its tamper-proof nature; in 2020s medical devices, such as implantable sensors, diode-based anti-fuse OTP ensures secure key storage and integrity against failures or attacks. As of 2025, OTP ROM continues to be emphasized in FDA guidance for securing operational technologies in connected medical devices against cyber threats. This persistence underscores PROM's role in scenarios prioritizing immutability over flexibility.

Advantages and Limitations

Key Benefits

PROM exhibits exceptional reliability owing to its fuse-based architecture, which renders it immune to erasure mechanisms employed in other programmable memories, such as exposure for or electrical methods for . Once programmed, the data is irreversibly stored through the physical blowing of fuses, preventing any accidental or intentional alteration and ensuring long-term . As a , PROM retains information indefinitely without requiring power or battery backup, making it ideal for applications demanding stable, permanent storage. Furthermore, it supports billions of read cycles—typically exceeding 10^9 operations—without performance degradation, far surpassing the write limitations of rewritable memories. From a cost perspective, PROM delivers significant advantages for low-volume production, where runs under 10,000 units benefit from lower per-unit pricing compared to mask ROM, primarily because it eliminates the substantial (NRE) costs tied to designing and fabricating custom photomasks. This approach avoids the high upfront investment—often tens of thousands of dollars for mask sets—associated with mask ROM, which only becomes economical at much higher volumes. PROM's flexibility stems from its post-manufacture programming capability, allowing users to configure in the field or using dedicated programmers, which facilitates and adjustments without returning to the factory. This one-time programmability supports quick turnaround times for custom firmware or configuration data, bridging the gap between and . The inherent physical fuses also enhance , providing tamper resistance as any attempt to reverse or modify the programming would necessitate destroying 's structure.

Drawbacks and Alternatives

One significant drawback of Programmable Read-Only Memory (PROM) is its irreversible programming process, where data is permanently fixed by blowing fusible links, rendering the device unusable if programming errors occur. This one-time programmability eliminates the possibility of corrections or updates after initial configuration, limiting its suitability to applications with finalized firmware. Additionally, PROM programming requires high-voltage pulses to rupture fuses, resulting in elevated power consumption during the write operation compared to read modes. PROM has also become obsolete for high-density storage needs, with maximum capacities typically limited to around 1 Mb, far below the gigabit-scale densities achievable with modern alternatives. This density constraint stems from the physical fuse-based architecture, which does not scale efficiently with advancing semiconductor processes. Viable alternatives to PROM include Electrically Erasable Programmable Read-Only Memory (EEPROM), which supports multiple rewrites through electrical erasure at the byte level, making it ideal for applications requiring occasional updates without physical intervention. Flash memory serves as a high-density option for mass storage, enabling block-level erasure and reprogramming while offering vastly superior capacities in the gigabit range for consumer and embedded systems. One-Time Programmable (OTP) Flash acts as a direct successor to traditional PROM, providing similar one-time usability but with improved density and integration in plastic packaging for cost-sensitive production. For high-volume applications with fixed data, mask ROM remains a low-cost substitute, though it lacks field programmability. Despite the decline of traditional fuse-based PROM, OTP variants integrated into CMOS processes continue to be used in niche modern applications, including secure boot configurations in microcontrollers and FPGAs, as of 2025. The transition away from PROM accelerated in the 2000s due to cost and density advancements in and , which became dominant in reprogrammable applications and contributed to the decline of traditional PROM production.

References

  1. [1]
    Programmable Read Only Memory - an overview - ScienceDirect.com
    Programmable Read Only Memory (PROM) refers to a type of nonvolatile memory that allows users to store data during power-down. Unlike flash program ROM, ...
  2. [2]
    [PDF] exploring resistive memory technologies - ScholarWorks
    Aug 6, 2018 · The PROM was originally developed as part of a military program related to ICBMs in. 1956. The invention is attributed to Wen Tsing Chow who was ...
  3. [3]
    Reusable Programmable ROM Introduces Iterative Design Flexibility
    ... programmable read-only-memory or EPROM. EPROM inventor Dov Frohman with mask design drawings. Courtesy ...
  4. [4]
    [PDF] Introduction to Programmable Logic Devices
    Figure 5.22 illustrates the organization of most typical commercial PROMs. Page 23. Programmable Read-only Memory (PROM). Figure 5.21.
  5. [5]
    [PDF] 9 rom, eprom, and eeprom technology
    EPROM (UV Erasable Programmable Read Only Memory) is a special type of ROM that is pro- grammed electrically and yet is erasable under UV light. The EPROM ...
  6. [6]
  7. [7]
  8. [8]
    [PDF] 10.4.9 Programmable ROM (PROM)
    or 8-bit output word formats with capacities ranging in excess of 2,50,000 bits. ... IC 74186-512-bit PROM The IC 74186 is a TTL LSI 512-bit PROM. It is ...
  9. [9]
    [PDF] Memory
    All memory types can be categorized as ROM or RAM, and as volatile or non-volatile: • Read-Only Memory (ROM) cannot be modified (written), as the name implies.
  10. [10]
    Memory Concepts
    One-Time Programmable Read Only Memory (OTPROM). As the name suggests, OTPROMs are programmable using a PROM programmer, but only once. They use a fuse for each ...
  11. [11]
    [PDF] The Memory Hierarchy - Computer Science : University of Rochester
    – Programmable ROM (PROM): can be programmed once. – Eraseable PROM (EPROM): ... Capacity: maximum number of bits that can be stored. – Vendors express ...
  12. [12]
    Request Rejected
    Insufficient relevant content.
  13. [13]
    Storage matrix - US3028659A - Google Patents
    translated from. Apnl 10, 1962 WEN TSlNG CHOW ETAL 3,028,659. STORAGE MATRIX Filed Dec. 27, 1957 MI 85 g; IO' al l 8| NIH-f so In 82 yvvavraxw. L WEN TSING CHOW ...
  14. [14]
    Mr. Wen Tsing Chow | IT History Society
    He invented and holds a fundamental patent on what is now commonly known as programmable read-only memory or PROM. PROM, in the late 1950s called a ...
  15. [15]
    [PDF] Semiconductor Memory Timeline Notes
    Oct 25, 2006 · The original vendor was either Fairchild (4103/93403) or TI (7489). The device was alternate sourced by several companies including AMD (AM 3103) ...
  16. [16]
    [PDF] Vintage Intel Microchips - The CPU Shack
    This guide contains historical information, photos, part numbers, and collector values of vintage Intel microchips. While this guide does include general ...
  17. [17]
    Altair Monitor PROMs - Blog
    Dec 8, 2019 · PROM cards had nonvolatile storage (Programmable Read-Only Memory) where a boot loader or other programs could be stored permanently allowing ...
  18. [18]
    One-Time Programmable - an overview | ScienceDirect Topics
    OTP, or one time programmable memory, is defined as a type of memory that can be programmed using a suitable programming device but cannot be erased once ...
  19. [19]
  20. [20]
    [PDF] MIL-HDBK-978-B (NASA) 7.8 MICROCIRCUITS, MEMORIES
    The programming mechanism of the fuse-programmable ROM is as follows. A fuse of nichrome with a resistance on the order of a few hundred ohms, is deposited.
  21. [21]
    [PDF] Reliability Evaluation of Programmable Read-only Memories ... - DTIC
    Fuse Link PROMs, employing either nichrome (NiCr) or poly- crystalline silicon (polysilicon) fuse materials. 2. AIM (avalanche-induced migration) PROMs, of ...
  22. [22]
    [PDF] Programmable ROMS (PROM)
    An instrument called a PROM Programmer stores the words by burning in.. All diodes are connected at the cross points. Each of these diodes has a fusible link (a ...
  23. [23]
    [PDF] Unit 21 Programmable Logic Devices (PLD)
    In bipolar technology devices the fuses are metal links which can be melted by application of a current. • In CMOS devices the links are transistors which are ...<|control11|><|separator|>
  24. [24]
    [PDF] UNIVERSAL PROM PROGRAMMER REFERENCE MANUAL
    • The bit to be programmed is a 0 and the PROM holds a 1. In this case the ... The bit is programmed (i.e., the fuse is blown) when the sensed output ...
  25. [25]
    How Programmable Read-only Memory (PROM) Works - LinkedIn
    Oct 14, 2025 · Preparation: The PROM chip is manufactured with unprogrammed memory cells, all set to a default state (usually 1s). The device is tested to ...
  26. [26]
    Classification and Programming of Read-Only Memory (ROM)
    Jul 23, 2025 · Internal Structure. It consists of two basic components - Decoder and OR gates . A Decoder is a combinational circuit which is used to decode ...
  27. [27]
    [PDF] Design with MSI Devices
    3.38 Bipolar PROM cell. In MOS PROM, the fusible links are connected between the source of each cell's MOSFET and its column line as shown in Figure 3.39.
  28. [28]
    Looking inside a 1970s PROM chip that stores data in microscopic ...
    Jul 30, 2019 · The MMI 5300 was a memory chip from the early 1970s, storing 1024 bits in tiny fuses. 1 Unlike regular RAM chips, this was a PROM (Programmable Read-Only ...Missing: 1968 | Show results with:1968
  29. [29]
    PROMs and EPROMS
    512 x 4-bits, Acorn System 1 and Sinclair MK14 OS. Tesla MH74S571, 512 x 4-bits ... Fortunately the Acorn PROM Programmer will program 74S571 and I have ...
  30. [30]
    [PDF] July 1981 - NASA Technical Reports Server (NTRS)
    Jul 9, 1981 · The earliest bipolar PROM's used a NiCr fuse technology and, as a result, this fuse material has been studied extensively. Much of this ...
  31. [31]
    bipolar fusable PROMs
    Feb 12, 2016 · I'm consolidating work I've done on reading and writing bipolar fusable PROMs. These were in common use in the 1970's and 80's as small, fast programmable ...
  32. [32]
    [PDF] Fundamentals of Electromigration-Aware Integrated Circuit Design
    Joule heating is caused by interactions between the moving electrons and the metal ions that comprise the body of the conductor. Joule heating also leads to ...
  33. [33]
  34. [34]
  35. [35]
    Intel MON-80 PROMs and systems - Retrotechnology
    Intel MON-80 PROMs are early Intel 8080 monitor programs, supporting serial UART, memory and program examination with simple commands.
  36. [36]
    How Programmable Logic Works - Barr Group
    Jun 1, 1999 · Just like their memory counterparts, PROM and EPROM-based logic devices can only be programmed with the help of a separate piece of lab ...
  37. [37]
    Why do Parker Brother Games on the Atari 2600 use EPROMs ...
    May 15, 2025 · EPROMs were used for initial production due to high mask ROM tooling costs, flexibility, and faster production, and in-house production, ...Missing: console | Show results with:console
  38. [38]
    [PDF] Functional Safety Manual for TMS320F28003x Real-Time ...
    This document is a safety manual for the Texas Instruments TMS320F28003x safety-critical microcontroller product family. The product family utilizes a common ...Missing: IoT | Show results with:IoT
  39. [39]
    [PDF] AM62Ax Sitara™ Processors datasheet (Rev. D) - Texas Instruments
    ... secure boot, and run-time security. AM623 Sitara™ processors Internet of Things (IoT) and gateway SoC with Arm® Cortex®-A53-based object and gesture ...
  40. [40]
    IEEE/UL Standard for Clinical Internet of Things (IoT) Data and ...
    Sep 30, 2024 · programmable read-only memory (PROM), such that the programs and data cannot be dynamically written ... RFID or Bar-Code or label with device ...
  41. [41]
    [PDF] CryptoCell-712 - NIST Computer Security Resource Center
    1.4.1.2.3 One-Time Programmable Memory (OTP) The module is meant to use OTP to provide some security features. When synthesized in a partner's system-on ...
  42. [42]
    [PDF] MS1201 Security Sub-system
    Internal storage for protection and management of sensitive keys and assets. • Root of Trust as true hardware interface to on chip One-Time Programmable (OTP).
  43. [43]
    [PDF] on-board software for the mars pathfinder microrover - JPL Robotics
    Aug 15, 2002 · The first 16K bytes of the memory space is therefore populated by (expensive) radiation-hard non-erasable PROMs. This area contains the boot ...
  44. [44]
    [PDF] The Mars Surveyor '01 Rover and Robotic Arm
    The on-board memory, addressable in 16 Kbyte pages, includes 16 Kbyte rad-hard PROM, 176 Kbyte EEPROM, 64 Kbyte rad-hard RAM and 512 Kbyte RAM.
  45. [45]
    [PDF] Platform Flash PROM
    With Platform Flash PROMs, designers get a system-level drop-in solution that allows them to maximize the flexibility of Virtex and Spartan FPGA-based systems ...Missing: integration | Show results with:integration
  46. [46]
    ASIC design in the KM3NeT detector | Request PDF - ResearchGate
    Aug 10, 2025 · A PROM block provides unique identification to the chip. The chip communicates with the control electronics via an I2C bus. This unique ...
  47. [47]
    Diode based gate oxide anti-fuse one time programmable memory ...
    It is desirable to have OTP design in standard. CMOS process because it offers a simple and reliable OTP memory solution, which requires no additional masks.Missing: ROM | Show results with:ROM
  48. [48]
    [PDF] Chapter 10: Programmable Devices - Digital Commons @ NJIT
    A programmable read-only memory, or PROM, is a ROM that can be programmed by the user ... The electrically erasable programmable read-only memory, EEPROM, or ...
  49. [49]
    Programmable Read-Only Memory - an overview - ScienceDirect.com
    Programmable read only memory (PROM) is a type of ROM that can be programmed in the field, often by the end user, using a device called a PROM programmer.Missing: characteristics | Show results with:characteristics
  50. [50]
    None
    ### Summary of Programmable ROM (PROM) from UNIT-4.pdf
  51. [51]
    FLASH MEMORIES
    ... NON VOLATILE MEMORIES IN MICROElECTRONIC. SYSTEMS AND IN SEMICONDUCTOR MARKET ... 2000; Flash memories will occupy 50% of this nonvolatile memory market.
  52. [52]
    [PDF] Basics of Nonvolatile Semiconductor Memory Devices
    In 1994, and certainly 1995, the. EEPROM market surpassed that of EPROM. Figure 1.2 also shows the emerging domination of Flash EEPROMs for the programmable ...