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 25AA128-I/MF

Part No.:
25AA128-I/MF
Manufacturer:
Microchip Technology
Category:
Memory
Package:
8-VDFN Exposed Pad
Datasheet:
Aetrix25AA128-I/MF.pdf
Description:
IC EEPROM 128KBIT SPI 8DFN
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:2,721

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

25AA128-I/MF from Microchip Technology Inc. is a 128 Kbit SPI Serial EEPROM with 16,384 × 8-bit organization, 64-byte page size, and industrial temperature range (−40°C to +85°C). It operates from 1.8V to 5.5V, supports up to 10 MHz clock at 4.5–5.5V, and features hardware write protection via WP pin and STATUS register control. It is used in microcontroller-based systems for nonvolatile parameter storage, calibration data retention, and firmware configuration.

For engineers reviewing the 25AA128-I/MF datasheet, 25AA128-I/MF pinout, 25AA128-I/MF application, or 25AA128-I/MF equivalent, this page delivers verified electrical specs, SPI timing constraints, HOLD/CS/WP functional behavior, package-specific pin mapping (TSSOP-8), and real-world design implications of page-write boundaries and WIP status polling.

Technical Context

The 25AA128-I/MF implements a standard SPI Mode 0,0 interface with separate SI (data-in) and SO (data-out) lines, requiring CS low and HOLD high for normal operation. Its internal architecture includes a 64-byte page latch, EEPROM array with >200-year data retention, and a STATUS register with WIP, WEL, BP0/BP1, and WPEN bits.

Write operations require explicit WREN instruction before WRITE or WRSR commands; CS rising edge initiates self-timed internal write cycle (≤5 ms). Block protection is configurable to lock none, 1/4, 1/2, or all memory via BP0/BP1 bits, while hardware write protection engages only when WP = low and WPEN = 1.

Key Specifications

Parameter Value and Actual Design Meaning
Memory Size 128 Kbit (16,384 × 8-bit), enabling storage of firmware flags, sensor calibration tables, or device ID strings without external memory expansion.
Interface SPI-compatible serial bus (Mode 0,0), compatible with PIC® and most MCU SPI peripherals-no bit-banging required for standard read/write.
Page Size 64 bytes; page writes must stay within physical page boundaries (e.g., 0x0000–0x003F), or data wraps and overwrites earlier bytes in same page.
Max Clock Frequency 10 MHz at VCC ≥ 4.5V; drops to 5 MHz at 2.5–4.4V and 3 MHz at 1.8–2.4V-designs must scale SCK based on supply voltage.
Write Cycle Time ≤5 ms internal self-timed erase/write; during this time, WIP bit = 1 and memory reads return undefined data-polling RDSR is mandatory before next access.
VCC Range 1.8V to 5.5V; supports direct interfacing with 1.8V, 3.3V, and 5V logic domains without level shifters in most cases.
Endurance 1,000,000 erase/write cycles per byte-suitable for logging applications with frequent updates (e.g., power-cycle counters).

Pinout & Package

25AA128-I/MF is packaged in an 8-lead TSSOP (Thin Shrink Small Outline Package) with exposed pad option; pin 1 is marked by notch or dot, and the exposed pad may be connected to VSS or left floating per Microchip recommendation.

Pin/Terminal Circuit Role Design Meaning
CS (Pin 1) Chip Select Input Active-low enable; must go low before any SPI transaction; rising edge after valid write sequence triggers internal write cycle; high state forces SO into high-Z for bus sharing.
SO (Pin 2) Serial Data Output Tri-state output; data shifts out MSB-first on falling edge of SCK; enters high-Z when CS high or HOLD low-enables multi-device SPI buses.
WP (Pin 3) Write-Protect Pin Hardware lock: when WP = low AND WPEN = 1 in STATUS register, nonvolatile STATUS bits cannot be modified; all other operations remain functional.
VSS (Pin 4) Ground Reference for all digital and analog circuitry; must be low-impedance connection; exposed pad (if used) should connect here for thermal and EMI performance.
SI (Pin 5) Serial Data Input Accepts instructions (e.g., 0x03 for READ), addresses, and data; sampled on rising edge of SCK-timing critical for setup/hold compliance.
SCK (Pin 6) Serial Clock Input Synchronizes all SPI transfers; rising edge latches SI, falling edge updates SO; max frequency depends on VCC (10 MHz @ 5.5V).
HOLD (Pin 7) Hold Input Pauses ongoing SPI sequence without reset; must be asserted while SCK is low; tri-states SO, SI, and SCK-allows servicing higher-priority interrupts mid-transfer.
VCC (Pin 8) Supply Voltage 1.8V–5.5V operating range; internal voltage regulator enables stable EEPROM operation across wide input; decoupling capacitor (0.1 µF) required near pin.

Key Features

Feature Design Value
Self-timed write cycle Eliminates need for external write-complete delay; internal 5 ms timer ensures reliable programming regardless of host timing margins.
Block write protection Configurable via STATUS register (BP0/BP1) to protect 0%, 25%, 50%, or 100% of memory-prevents accidental overwrite of critical boot or calibration data.
HOLD pin functionality Enables deterministic pause/resume of SPI transfers-critical for real-time systems where interrupt latency must be bounded and bus re-synchronization avoided.
Power-on write disable Write enable latch resets at power-up, preventing spurious writes during brown-out or supply ramp-no external POR circuit needed for safe initialization.
RoHS-compliant & AEC-Q100 qualified Validated for automotive under-hood applications (Grade 2); meets environmental regulations and supports industrial deployment with extended reliability requirements.

Applications

Industrial Sensor Node Automotive Body Control Module

Use Scenario: Storing calibrated offset/gain values for temperature, pressure, and humidity sensors across temperature cycling.

IC Role / Device Role / Timing Role: Nonvolatile configuration storage accessed at startup and during field recalibration; SPI read occurs once per boot, write only during maintenance mode.

Use Value: Enables field-updatable calibration without firmware reflashing; 1M endurance supports >100 recalibrations over product lifetime.

Use Scenario: Retaining seat position memory, mirror angle presets, and lighting configuration across ignition cycles in passenger vehicles.

IC Role / Device Role / Timing Role: SPI EEPROM interfaced directly to 3.3V automotive MCU; WP pin tied low with WPEN set to prevent corruption during ECU reset or CAN bus noise events.

Use Value: AEC-Q100 qualification ensures reliability in 125°C ambient; >200-year data retention guarantees settings persist over full vehicle service life.

Medical Infusion Pump Smart Energy Meter

Use Scenario: Logging dose history, error codes, and operator audit trails with tamper-resistant storage requirements.

IC Role / Device Role / Timing Role: Stores timestamped event records in sequential pages; HOLD pin used to pause writes during safety-critical motor control sequences.

Use Value: Hardware write protection prevents unauthorized modification of logged data; ESD rating >4 kV withstands clinical environment handling.

Use Scenario: Recording tariff schedules, demand response events, and meter firmware version history in utility-grade electricity meters.

IC Role / Device Role / Timing Role: Accessed via isolated SPI interface from metrology SoC; block protection locks first 2 KB containing tariff tables against accidental overwrite.

Use Value: 1.8V minimum VCC allows operation during battery backup mode; 5 µA standby current extends coin-cell life beyond 10 years.

Equivalent & Alternatives

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

Alternative Part Technical Difference Application Difference Selection Advice
25LC128-I/MF VCC range 2.5V–5.5V only; no 1.8V support; otherwise identical pinout, timing, and feature set. Not suitable for 1.8V systems; requires redesign if migrating from 25AA128-I/MF in low-voltage designs. Select only when system VCC is guaranteed ≥2.5V and 1.8V compatibility is unnecessary.
AT25DF041A-MAU-T 4 Mbit density, quad SPI interface, 8-pin SOIC; lacks HOLD pin and hardware WP; uses different command set and status register layout. Higher density but incompatible protocol-requires firmware rewrite and PCB layout change due to different pin functions and timing. Consider only for new designs needing >128 Kbit capacity and willing to adopt quad SPI; not drop-in replacement.

Compared with 25LC128-I/MF, the 25AA128-I/MF uniquely supports 1.8V operation and shares identical packaging and pinout, while AT25DF041A-MAU-T offers greater density at the cost of protocol incompatibility and loss of HOLD/WP hardware safety features.

Availability

25AA128-I/MF is available at Aetrix Electronics and suitable for industrial sensor nodes, automotive body control modules, medical infusion pumps, and smart energy meters requiring stable component supply, long-term lifecycle assurance, and RoHS-compliant sourcing.

Supply support for 25AA128-I/MF 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 leading provider of microcontrollers, analog devices, and memory solutions, headquartered in Chandler, Arizona, with global manufacturing and support infrastructure.

The 25AA128-I/MF belongs to Microchip's serial EEPROM product line, designed specifically for robust, low-power, SPI-based nonvolatile storage in space-constrained embedded systems across industrial, automotive, and medical markets.

FAQ

What is the minimum VCC required for reliable operation of the 25AA128-I/MF?

The 25AA128-I/MF operates reliably from 1.8V to 5.5V. At 1.8V, maximum clock frequency is 3 MHz, and DC characteristics such as VOL and VOH shift accordingly-designs must verify timing margins using Table 1-2 AC specs for VCC < 2.5V. The 25AA128-I/MF is the only variant in the 25XX128 family supporting 1.8V operation.

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

When HOLD is pulled low during an active SPI read (with CS low and SCK toggling), the 25AA128-I/MF immediately tri-states SO, SI, and SCK, pauses the address counter, and ignores further input transitions except CS. To resume, HOLD must be raised while SCK is low-the device continues from the exact byte where it paused. This behavior is confirmed in DS20001831F Section 2.6 and Figure 1-1.

Can the 25AA128-I/MF be used in automotive applications, and what qualifications does it hold?

Yes-the 25AA128-I/MF is AEC-Q100 qualified for automotive Grade 2 (−40°C to +105°C ambient), and its industrial temperature grade (I) covers −40°C to +85°C operation. It meets RoHS requirements and has >4 kV HBM ESD rating, making it suitable for body control, infotainment, and ADAS subsystems where EEPROM reliability under thermal stress is critical.

What happens if a page write crosses a 64-byte boundary in the 25AA128-I/MF?

If a page write command attempts to write across a 64-byte boundary (e.g., starting at address 0x003E and writing 4 bytes), the 25AA128-I/MF wraps the data to the start of the same page (0x0000), overwriting previously written bytes. This behavior is explicitly documented in DS20001831F Section 3.3 and requires firmware to enforce page-aligned writes or split multi-page transfers manually.

How is hardware write protection enabled on the 25AA128-I/MF?

Hardware write protection on the 25AA128-I/MF requires two conditions: the WPEN bit (bit 7) in the STATUS register must be set to 1 via WRSR command, and the WP pin (pin 3) must be held low. When both are true, writes to nonvolatile STATUS bits are blocked-but memory reads, byte writes, and page writes remain fully functional unless block protection bits (BP0/BP1) are also set.

25AA128-I/MF Specifications

Product attributes
Attribute value
Manufacturer:
Microchip Technology
Series:
-
Package/Case:
8-VDFN Exposed Pad
Packaging:
Tube
Product Status:
Active
Programmable:
Not Verified
Memory Type:
Non-Volatile
Memory Format:
EEPROM
Technology:
EEPROM
Memory Size:
128Kbit
Memory Organization:
16K 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-DFN-S (6x5)

25AA128-I/MF FAQ

1.How can I place an order for 25AA128-I/MF through Aetrix?

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

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

3.What payment methods are accepted for 25AA128-I/MF?

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

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for 25AA128-I/MF?

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

Once your 25AA128-I/MF 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 25AA128-I/MF?

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

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

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

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

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

Return procedure for 25AA128-I/MF:

1.Submit a request within 90 days.

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

25AA128-I/MF Tags

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