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 25AA010A-I/ST

Part No.:
25AA010A-I/ST
Manufacturer:
Microchip Technology
Category:
Memory
Package:
8-TSSOP (0.173", 4.40mm Width)
Datasheet:
Aetrix25AA010A-I/ST.pdf
Description:
IC EEPROM 1KBIT SPI 10MHZ 8TSSOP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:468

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

25AA010A-I/ST from Microchip Technology Inc. is a 1 Kbit (128 × 8) SPI serial EEPROM with 1.8–5.5 V supply, 10 MHz max clock frequency, and industrial temperature range (−40°C to +85°C). It features hardware write protection (WP pin), HOLD functionality for interrupt-safe pausing, and 16-byte page write capability. Used in microcontroller-based systems for storing calibration data, configuration settings, or firmware patches.

For engineers reviewing the 25AA010A-I/ST datasheet, 25AA010A-I/ST pinout, 25AA010A-I/ST application, or 25AA010A-I/ST equivalent, key selection criteria include its 1.8 V minimum VCC, 5 µA standby current at 5.5 V, 1 M endurance cycles, >200-year data retention, and compatibility with standard SPI master peripherals across PIC, ARM, and RISC-V platforms.

Technical Context

The 25AA010A-I/ST implements a true SPI Mode 0,0 interface (CPOL = 0, CPHA = 0) with separate SI/SO lines and active-low CS. Its internal architecture includes an 8-bit instruction register, status register with WIP/WEL/BP bits, and page latches enabling up to 16-byte writes within a single 16-byte physical page boundary (00h–0Fh, 10h–1Fh, etc.).

Write operations require explicit WREN instruction followed by CS high-to-low transition to initiate self-timed internal write cycle (≤5 ms). The HOLD pin suspends ongoing SPI transfers without resetting the sequence, while WP pin disables all nonvolatile writes when pulled low - both functions operate independently of the write enable latch state.

Key Specifications

Parameter Value and Actual Design Meaning
Memory Size 1 Kbit (128 × 8 bits); sufficient for small configuration tables or device ID storage in space-constrained designs.
Interface SPI-compatible serial bus (Mode 0,0); requires only CS, SCK, SI, SO, WP, HOLD - no I²C pull-ups or level shifters needed.
Max Clock Frequency 10 MHz at VCC ≥ 4.5 V; enables fast read/write bursts (e.g., 16-byte page write in ~1.6 µs transfer time before 5 ms internal write).
Write Endurance 1,000,000 erase/write cycles; supports frequent field updates such as logging or parameter tuning in industrial controllers.
Data Retention >200 years at +25°C; ensures long-term reliability for unattended equipment like smart meters or remote sensors.
Supply Voltage Range 1.8 V to 5.5 V; interoperable with both 3.3 V and 5 V logic domains and compatible with battery-backed or energy-harvesting systems.
Standby Current 5 µA at 5.5 V, +125°C; critical for ultra-low-power applications where EEPROM remains powered during MCU sleep modes.

Pinout & Package

25AA010A-I/ST is packaged in an 8-lead TSSOP (Thin Shrink Small Outline Package) with 0.65 mm pitch, body size 4.4 mm × 3.0 mm × 1.2 mm, and exposed pad option (not connected per datasheet Note 1). Pin 1 marked by laser dot; pin 1 location confirmed per DS21832H-page 30 diagram.

Pin/Terminal Circuit Role Design Meaning
CS (Pin 1) Chip Select Input Active-low enable; must be low for SPI communication; rising edge after valid write sequence triggers internal 5 ms write cycle.
SO (Pin 2) Serial Data Output Tri-state open-drain output; data shifted out MSB-first on falling edge of SCK; high-impedance when CS high or HOLD low.
WP (Pin 3) Write-Protect Pin Hardware lock: low = all nonvolatile writes disabled (array + STATUS register); overrides WREN state; no effect on ongoing writes.
VSS (Pin 4) Ground Reference Primary return path for all I/O and core logic; must be low-impedance connection to minimize noise coupling into SPI timing.
SI (Pin 5) Serial Data Input CMOS input; latches instruction/address/data on rising edge of SCK; accepts standard SPI master outputs without level translation at 1.8–5.5 V.
SCK (Pin 6) Serial Clock Input Synchronizes all data transfers; rise/fall times ≤100 ns required; shared with other SPI slaves but isolated via CS control.
HOLD (Pin 7) Hold Input Pauses active SPI transaction (e.g., mid-read or mid-write); must be asserted while SCK is low to avoid metastability; tri-states SO immediately.
VCC (Pin 8) Supply Voltage Power input for core and I/O; bypass capacitor (0.1 µF ceramic) required near pin to suppress switching noise affecting timing margins.

Key Features

Feature Design Value
Page Write Mode (16 bytes) Reduces write latency vs. byte writes: one 5 ms internal cycle covers up to 16 sequential bytes, cutting total programming time by up to 94% for block updates.
Block Write Protection (BP0/BP1) Four protection levels (none / upper 1/4 / upper 1/2 / full array) configurable via WRSR instruction - enables secure boot code or factory calibration storage.
Power-On Write Protection Write enable latch resets at power-up; prevents accidental writes during brown-out or reset sequences without explicit WREN command.
HOLD Functionality Enables MCU to service higher-priority interrupts without aborting SPI transfers - resumes exactly where paused, eliminating retransmission overhead.
ESD Robustness >4 kV HBM rating on all pins - eliminates need for external TVS diodes in moderate-noise industrial environments.

Applications

Industrial Sensor Calibration Medical Device Configuration

Use Scenario: Storing sensor offset/gain coefficients and linearization tables in programmable temperature/humidity transmitters.

IC Role / Device Role / Timing Role: Nonvolatile configuration store accessed during power-up and field recalibration; SPI reads occur at <100 kHz during initialization.

Use Value: Enables field-upgradable calibration without firmware changes; 1.8 V operation allows direct interface with low-power sensor signal chains.

Use Scenario: Holding user-selectable therapy parameters and device serial numbers in portable infusion pumps.

IC Role / Device Role / Timing Role: Secure parameter storage with WP pin hardwired to VCC; STATUS register BP bits prevent overwrite of safety-critical defaults.

Use Value: Meets IEC 62304 Class B software requirements via hardware-enforced write protection and 1M endurance for audit log entries.

Automotive Body Control Module Smart Energy Meter Firmware Patch

Use Scenario: Saving seat/mirror position memory and lighting presets in 12 V automotive systems with local 3.3 V LDO.

IC Role / Device Role / Timing Role: SPI slave interfaced to 8-bit MCU; HOLD pin used during CAN interrupt servicing to avoid SPI corruption.

Use Value: −40°C to +85°C rating matches under-hood ambient; 5 µA standby current extends battery life during vehicle sleep mode.

Use Scenario: Storing delta patches applied to meter firmware during OTA updates to minimize flash wear on main MCU.

IC Role / Device Role / Timing Role: Offload for infrequent, small-code updates; page writes reduce MCU active time during patch application.

Use Value: 16-byte page alignment simplifies patch metadata layout; >200-year retention ensures integrity over 15+ year meter lifetime.

Equivalent & Alternatives

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

Alternative Part Technical Difference Application Difference Selection Advice
25LC010A-I/ST Requires 2.5–5.5 V VCC; lacks 1.8 V support; identical pinout, timing, and feature set otherwise. Not suitable for 1.8 V or mixed-voltage systems; acceptable where 3.3 V rail is stable and guaranteed ≥2.5 V. Select 25LC010A-I/ST only if system VCC never drops below 2.5 V - avoids over-specifying 25AA010A-I/ST's extended voltage range.
AT25010B-SSHL-T Same 1 Kbit SPI EEPROM, but uses different status register bit mapping (WIP at bit 0 vs. bit 0 in 25AA010A); 6 MHz max clock at 1.8 V. Requires firmware adaptation for status polling and write protection setup; lower max speed limits high-throughput use cases. Choose AT25010B-SSHL-T only when sourcing diversification is prioritized over drop-in compatibility and full-speed operation.

Compared with 25LC010A-I/ST and AT25010B-SSHL-T, the 25AA010A-I/ST uniquely supports 1.8 V operation while maintaining 10 MHz speed and identical pinout - making it the only option for battery-powered or wide-input-range designs requiring full performance at lowest voltage.

Availability

25AA010A-I/ST is available at Aetrix Electronics and suitable for industrial sensor calibration, medical device configuration, automotive body control modules, and smart energy meter firmware patch storage requiring stable component supply across extended temperature ranges and multi-year production cycles.

Supply support for 25AA010A-I/ST 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

Microchip Technology Inc. is a U.S.-based semiconductor company specializing in microcontrollers, analog devices, and memory products, with a focus on embedded control and connectivity solutions.

The 25AA010A-I/ST belongs to Microchip's legacy SPI EEPROM product line designed for reliable, low-power nonvolatile storage in resource-constrained microcontroller systems - emphasizing ease of integration, long-term data integrity, and industrial-grade robustness.

FAQ

What is the minimum supply voltage required for reliable operation of the 25AA010A-I/ST?

The 25AA010A-I/ST operates reliably down to 1.8 V across its full industrial temperature range (−40°C to +85°C), as specified in Table 1-1 of DS21832H. At 1.8 V, maximum clock frequency reduces to 3 MHz, and standby current is 1 µA (TA = +85°C). This makes 25AA010A-I/ST suitable for battery-powered or energy-harvesting applications where rail voltage may sag below 2.5 V.

How does the HOLD pin function during an active SPI read sequence in the 25AA010A-I/ST?

When HOLD is pulled low during an active SPI read sequence, the 25AA010A-I/ST immediately places SO in high-impedance state and ignores further SCK transitions, freezing the internal address counter. Communication resumes from the exact byte position when HOLD returns high while SCK is low - no reinitialization or restart is needed. This behavior is confirmed in Section 2.1 and Figure 1-1 of DS21832H.

Can the 25AA010A-I/ST be used as a direct replacement for the 25LC010A-I/ST in an existing design?

The 25AA010A-I/ST is pin-compatible and functionally identical to the 25LC010A-I/ST in all respects except supply voltage range: 25AA010A-I/ST supports 1.8–5.5 V, while 25LC010A-I/ST requires 2.5–5.5 V. If the host system guarantees VCC ≥2.5 V at all times, substitution is safe; however, if VCC may dip below 2.5 V (e.g., during brown-out), the 25AA010A-I/ST provides guaranteed operation where 25LC010A-I/ST would fail.

What happens to the write enable latch after issuing a WRITE instruction in the 25AA010A-I/ST?

Per Section 2.3 and Table 2-4 of DS21832H, the write enable latch (WEL bit) in the 25AA010A-I/ST is automatically reset upon successful completion of any WRITE, WRSR, or WRDI instruction - including byte, page, or status register writes. This prevents unintended subsequent writes unless WREN is explicitly reissued, enhancing data integrity in interrupt-driven or multi-threaded firmware.

How is block write protection configured on the 25AA010A-I/ST, and what addresses does it cover?

Block write protection on the 25AA010A-I/ST is set via the BP1/BP0 bits in the STATUS register using the WRSR instruction. As defined in Table 2-3, BP1/BP0 = 00 protects none, 01 protects upper 1/4 (60h–7Fh), 10 protects upper 1/2 (40h–7Fh), and 11 protects all addresses (00h–7Fh). Protection is nonvolatile and persists through power cycles - critical for safeguarding factory calibration or boot code.

25AA010A-I/ST Specifications

Product attributes
Attribute value
Manufacturer:
Microchip Technology
Series:
-
Package/Case:
8-TSSOP (0.173", 4.40mm Width)
Packaging:
Tube
Product Status:
Active
Programmable:
Not Verified
Memory Type:
Non-Volatile
Memory Format:
EEPROM
Technology:
EEPROM
Memory Size:
1Kbit
Memory Organization:
128 x 8
Memory Interface:
SPI
Clock Frequency:
10 MHz
Write Cycle Time - Word, Page:
5ms
Access Time:
-
Voltage - Supply:
1.8V ~ 5.5V
Operating Temperature:
-40°C ~ 85°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:
8-TSSOP

25AA010A-I/ST FAQ

1.How can I place an order for 25AA010A-I/ST through Aetrix?

Please submit a Request for Quotation (RFQ) for 25AA010A-I/ST 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 25AA010A-I/ST reliable?

The price and inventory of 25AA010A-I/ST are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 25AA010A-I/ST is usually 5 days.

3.What payment methods are accepted for 25AA010A-I/ST?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 25AA010A-I/ST transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for 25AA010A-I/ST?

25AA010A-I/ST orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your 25AA010A-I/ST 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 25AA010A-I/ST?

For technical support, including 25AA010A-I/ST datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 25AA010A-I/ST requirements.

6.How does Aetrix verify that 25AA010A-I/ST is sourced from the original manufacturer or authorized distributors?

All 25AA010A-I/ST 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 25AA010A-I/ST meets industry standards.

7.What is the process for return or replacement of 25AA010A-I/ST?

All 25AA010A-I/ST units undergo pre-shipment inspection (PSI). If there is an issue with 25AA010A-I/ST, 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 25AA010A-I/ST part is unused and in its original packaging.

Return procedure for 25AA010A-I/ST:

1.Submit a request within 90 days.

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

25AA010A-I/ST Tags

  • 25AA010A-I/ST
  • 25AA010A-I/ST PDF
  • 25AA010A-I/ST Datasheet
  • 25AA010A-I/ST Specifications
  • 25AA010A-I/ST Images
  • Microchip Technology
  • Microchip Technology 25AA010A-I/ST
  • Buy 25AA010A-I/ST
  • 25AA010A-I/ST Price
  • 25AA010A-I/ST Distributor
  • 25AA010A-I/ST Supplier
  • 25AA010A-I/ST 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