Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

Microchip Technology AT28C010-12PU

Part No.:
AT28C010-12PU
Manufacturer:
Microchip Technology
Category:
Memory
Package:
32-DIP (0.600", 15.24mm)
Datasheet:
AetrixAT28C010-12PU.pdf
Description:
IC EEPROM 1MBIT PARALLEL 32DIP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:4,886

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

AT28C010-12PU from Atmel is a 1-Mbit (128K × 8) paged parallel EEPROM with JEDEC-standard byte-wide pinout, 120 ns read access time, single 5V ±10% supply, and industrial temperature range (−40°C to +85°C). It supports automatic page write of up to 128 bytes, DATA polling for write completion detection, and hardware/software data protection - used in firmware storage, configuration memory, and boot code retention in embedded controllers.

For engineers reviewing the AT28C010-12PU datasheet, AT28C010-12PU pinout, AT28C010-12PU application, or AT28C010-12PU equivalent, key selection criteria include verified 120 ns read timing, 10 ms max page write cycle, CMOS/TTL-compatible I/O, JEDEC-compliant 32-pin PDIP package, and endurance of 10⁴ write cycles - all confirmed for this exact variant.

Technical Context

The AT28C010-12PU operates as a drop-in SRAM-compatible nonvolatile memory: reads require CE and OE low with WE high; writes initiate on WE or CE falling edge with OE high. Its internal 128-byte page register latches address and data, freeing the bus during autonomous internal programming timed by an on-chip control timer.

Write completion is signaled via DATA polling (I/O7 complement → true data) or toggle-bit detection (I/O6 toggling ceases), both usable at any point during tWC. Hardware protection includes VCC sense (<3.8 V inhibits write), 5 ms power-on delay, and noise filtering (<15 ns pulses ignored); software protection uses a 3-byte command sequence to enable/disable write lock.

Key Specifications

Parameter Value and Actual Design Meaning
Memory Density 1 Mbit (131,072 × 8), enabling full boot code or parameter table storage without external expansion
Read Access Time 120 ns maximum - meets real-time microcontroller interface timing without wait states
Page Write Cycle 10 ms maximum for 1–128 bytes - reduces firmware update latency vs. byte-by-byte writes
Supply Voltage 5V ±10% - compatible with legacy 5V logic systems without level-shifting circuitry
Standby Current 200 µA CMOS - enables low-power hold mode in battery-backed or energy-sensitive designs
Endurance 10,000 write/erase cycles - sufficient for field-upgradable configuration or calibration data
Data Retention 10 years at 85°C - ensures long-term reliability in industrial control and telecom infrastructure

Pinout & Package

AT28C010-12PU is supplied in a 32-lead plastic dual inline package (PDIP), 0.600" wide, with JEDEC-standard byte-wide pinout and pin 1 located at bottom-left corner when viewed from top with notch facing up.

Pin/Terminal Circuit Role Design Meaning
A0–A16 Address Inputs 17-bit address bus supporting full 128K-word addressing; A7–A16 define page boundaries for 128-byte page writes
I/O0–I/O7 Bidirectional Data Bus 8-bit parallel data path; supports true read/write operations with SRAM-like timing and DATA polling on I/O7
CE Chip Enable Active-low chip select; must be low for read/write; high forces outputs to high-impedance and inhibits writes
OE Output Enable Active-low output control; low enables data output during read; high disables outputs and enables write mode
WE Write Enable Active-low write strobe; falling edge latches address/data; used with CE for flexible write initiation (WE- or CE-controlled)
VCC Power Supply +5V ±10% main supply; powers core logic and I/O; internal VCC sense prevents writes below 3.8 V
GND Ground Reference return for all signals and power; decoupling capacitor required near VCC/GND pins

Key Features

Feature Design Value
Automatic Page Write Latches up to 128 bytes internally, freeing address/data bus for concurrent system operations during 10 ms programming
DATA Polling & Toggle Bit Dual asynchronous write-complete detection: I/O7 complement → true data, or I/O6 toggling cessation - no fixed timeout needed
Hardware Write Protection VCC sense, 5 ms power-on delay, noise filtering (<15 ns), and CE/OE/WE state monitoring prevent spurious writes during power transients
Software Data Protection (SDP) User-configurable lock via 3-byte command sequence (AAh→55h→A0h); remains active across power cycles until explicitly disabled
Extra 128-Byte ID Area Dedicated EEPROM space at 1FF80H–1FFFFH, accessible with A9 = 12V, for device serialization or firmware version tracking

Applications

Firmware Storage Configuration Memory

Use Scenario: Storing bootloader and application firmware in microcontroller-based industrial PLCs where field updates are infrequent but critical.

IC Role / Device Role / Timing Role: Nonvolatile program memory providing SRAM-compatible read interface and page-write capability for efficient firmware patching.

Use Value: 120 ns read access eliminates wait states in 5V MCU buses; 10 ms page write reduces update time by >90% vs. 128 separate byte writes.

Use Scenario: Retaining user-defined calibration constants, network settings, and operational thresholds in medical diagnostic equipment.

IC Role / Device Role / Timing Role: Parameter EEPROM with hardware/software write protection ensuring data integrity during power loss or EMI events.

Use Value: 200 µA standby current extends battery life in portable units; VCC-sense and SDP prevent corruption during brownout conditions.

Boot Code Retention Legacy System Upgrade

Use Scenario: Holding boot code for x86-compatible SBCs in telecom base station control cards requiring cold-start reliability.

IC Role / Device Role / Timing Role: Primary boot ROM replacement with pin-compatible SRAM interface and in-system programmability.

Use Value: JEDEC-standard 32-pin PDIP footprint allows direct substitution for obsolete EPROMs; 10-year data retention ensures unattended operation.

Use Scenario: Modernizing aging test instrumentation by replacing UV-erasable EPROMs with electrically reprogrammable memory.

IC Role / Device Role / Timing Role: Drop-in EEPROM upgrade enabling field firmware revisions without socket removal or UV erasers.

Use Value: 5V-only operation matches legacy board power rails; 120 ns timing satisfies original design timing margins without redesign.

Equivalent & Alternatives

The following parts are listed as comparable options for similar paged parallel EEPROM applications.

Alternative Part Technical Difference Application Difference Selection Advice
AT28C256-15PU 256 Kbit (32K × 8), 150 ns read, same PDIP-32 package and 5V supply Lower density; suitable where firmware size <32 KB and slower timing acceptable Select when memory footprint or cost constraints reduce required capacity below 128K words
MX28F1000PC-12 1 Mbit flash memory, 120 ns read, but requires sector erase before write and lacks page write auto-timing Requires external erase management; no built-in DATA polling or toggle bit Choose only if system already implements flash-specific drivers and can tolerate erase latency overhead

Compared with AT28C010-12PU, AT28C256-15PU offers lower cost and footprint for smaller code images but sacrifices density and speed; MX28F1000PC-12 provides flash endurance advantages but demands additional firmware complexity for erase handling and lacks autonomous page write - making AT28C010-12PU optimal for SRAM-like simplicity and deterministic timing.

Availability

AT28C010-12PU is available at Aetrix Electronics and suitable for industrial control systems, medical instrumentation, and legacy system upgrades requiring stable component supply, long-lifecycle support, and verified 5V parallel EEPROM functionality.

Supply support for AT28C010-12PU includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.

Manufacturer

Atmel Corporation (now part of Microchip Technology) is a fabless semiconductor company specializing in microcontrollers, nonvolatile memory, and security ICs, with a legacy of high-reliability industrial-grade products.

The AT28C010 belongs to Atmel's parallel EEPROM product line, designed specifically for 5V embedded systems needing SRAM-compatible nonvolatile storage with robust write protection and page-level programming efficiency.

FAQ

What is the maximum page write size supported by the AT28C010-12PU?

The AT28C010-12PU supports page write operations of 1 to 128 bytes per internal programming cycle. All bytes must reside within the same 128-byte page, defined by address bits A7–A16. This capability is implemented in silicon and confirmed in the AT28C010-12PU datasheet section 4.3, enabling efficient firmware updates without external buffering logic.

Does the AT28C010-12PU require a 12V programming voltage?

No, the AT28C010-12PU operates exclusively from a single 5V ±10% supply for both read and write operations. The 12V requirement applies only to the optional device identification area (1FF80H–1FFFFH), not to standard memory array access or page writes. All functional specifications for AT28C010-12PU - including tWC, tACC, and endurance - are guaranteed under 5V operation.

How does hardware write protection work on the AT28C010-12PU?

AT28C010-12PU hardware protection includes four mechanisms: (1) VCC sense disabling writes below ~3.8 V; (2) 5 ms internal power-on delay after VCC stabilization; (3) write inhibition when CE is high, OE is low, or WE is high; and (4) noise filtering rejecting input pulses <15 ns. These features are inherent to the AT28C010-12PU die and require no external components.

Can the AT28C010-12PU be used as a direct replacement for standard SRAM in existing designs?

Yes - the AT28C010-12PU is accessed identically to static RAM during reads (CE/OE low, WE high) and supports the same JEDEC byte-wide pinout. However, write cycles require proper timing compliance (tWP, tDS) and write completion detection (DATA polling or toggle bit). The AT28C010-12PU retains data without power, unlike SRAM, making it suitable for nonvolatile drop-in use where write frequency is low.

What is the endurance rating of the AT28C010-12PU and how is it validated?

The AT28C010-12PU is rated for 10,000 write/erase cycles per memory location, as specified in the "High Reliability CMOS Technology" section of its datasheet. This endurance value is measured and guaranteed across the full industrial temperature range (−40°C to +85°C) and applies to both byte and page write operations. No "E" suffix (e.g., AT28C010E) appears in the AT28C010-12PU ordering code, confirming the standard 10⁴-cycle rating.

AT28C010-12PU Specifications

Product attributes
Attribute value
Manufacturer:
Microchip Technology
Series:
-
Package/Case:
32-DIP (0.600", 15.24mm)
Packaging:
Tube
Product Status:
Obsolete
Programmable:
Not Verified
Memory Type:
Non-Volatile
Memory Format:
EEPROM
Technology:
EEPROM
Memory Size:
1Mbit
Memory Organization:
128K x 8
Memory Interface:
Parallel
Clock Frequency:
-
Write Cycle Time - Word, Page:
10ms
Access Time:
120 ns
Voltage - Supply:
4.5V ~ 5.5V
Operating Temperature:
-40°C ~ 85°C (TC)
Grade:
-
Qualification:
-
Mounting Type:
Through Hole
Supplier Device Package:
32-PDIP

AT28C010-12PU FAQ

1.How can I place an order for AT28C010-12PU through Aetrix?

Please submit a Request for Quotation (RFQ) for AT28C010-12PU on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.

2.Are the price and stock information for AT28C010-12PU reliable?

The price and inventory of AT28C010-12PU are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for AT28C010-12PU is usually 5 days.

3.What payment methods are accepted for AT28C010-12PU?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for AT28C010-12PU transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for AT28C010-12PU?

AT28C010-12PU orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your AT28C010-12PU order is processed, you will receive an email with the shipment details and tracking number.

Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.

5.How can I obtain technical support or documentation for AT28C010-12PU?

For technical support, including AT28C010-12PU datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your AT28C010-12PU requirements.

6.How does Aetrix verify that AT28C010-12PU is sourced from the original manufacturer or authorized distributors?

All AT28C010-12PU products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that AT28C010-12PU meets industry standards.

7.What is the process for return or replacement of AT28C010-12PU?

All AT28C010-12PU units undergo pre-shipment inspection (PSI). If there is an issue with AT28C010-12PU, returns or replacements are accepted under the following conditions:

1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.

2.The issue is reported within 90 days of delivery.

3.The AT28C010-12PU part is unused and in its original packaging.

Return procedure for AT28C010-12PU:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

AT28C010-12PU Tags

  • AT28C010-12PU
  • AT28C010-12PU PDF
  • AT28C010-12PU Datasheet
  • AT28C010-12PU Specifications
  • AT28C010-12PU Images
  • Microchip Technology
  • Microchip Technology AT28C010-12PU
  • Buy AT28C010-12PU
  • AT28C010-12PU Price
  • AT28C010-12PU Distributor
  • AT28C010-12PU Supplier
  • AT28C010-12PU Wholesale
Related Products
M24C02-WMN6TP
M24C02-WMN6TP

STMicroelectronics

AT24C02C-XHM-T
AT24C02C-XHM-T

Microchip Technology

AT21CS01-STUM10-T
AT21CS01-STUM10-T

Microchip Technology

AT24C02C-SSHM-T
AT24C02C-SSHM-T

Microchip Technology

24LC01BT-I/OT
24LC01BT-I/OT

Microchip Technology

M24C02-FMC6TG
M24C02-FMC6TG

STMicroelectronics

AT24CS02-SSHM-T
AT24CS02-SSHM-T

Microchip Technology

93LC46BT-I/OT
93LC46BT-I/OT

Microchip Technology

AT24C04C-SSHM-T
AT24C04C-SSHM-T

Microchip Technology

24LC01BT-I/SN
24LC01BT-I/SN

Microchip Technology

24AA02UIDT-I/OT
24AA02UIDT-I/OT

Microchip Technology

AT24C08C-STUM-T
AT24C08C-STUM-T

Microchip Technology

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER