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 25LC128T-E/ST16KVAO

Part No.:
25LC128T-E/ST16KVAO
Manufacturer:
Microchip Technology
Category:
Memory
Package:
8-TSSOP (0.173", 4.40mm Width)
Datasheet:
Aetrix25LC128T-E/ST16KVAO.pdf
Description:
IC EEPROM 128KBIT SPI 8TSSOP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:1,594

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

25LC128T-E/ST16KVAO from Microchip Technology Inc. is a 128 Kbit SPI Serial EEPROM with 16,384 × 8-bit organization, 64-byte page size, and AEC-Q100 qualified extended temperature operation (–40°C to +125°C). It supports up to 10 MHz clock at 4.5–5.5 V, features hardware write protection via WP pin and STATUS register, and delivers 1,000,000 erase/write cycles with >200 years data retention - used in automotive body control modules for storing calibration and configuration data.

For engineers reviewing the 25LC128T-E/ST16KVAO datasheet, 25LC128T-E/ST16KVAO pinout, 25LC128T-E/ST16KVAO application, or 25LC128T-E/ST16KVAO equivalent, this page provides verified electrical specs, SPI timing constraints, HOLD/CS/WP functional behavior, package-specific pin mapping for TSSOP-8, and real-world design implications of block protection and page-write boundary handling.

Technical Context

The 25LC128T-E/ST16KVAO implements a standard SPI Mode 0,0 (CPOL=0, CPHA=0) interface with separate SI/SO lines and active-low CS. It uses an internal high-voltage generator for EEPROM programming and includes a dedicated HOLD input to suspend ongoing transfers without resetting the sequence.

Its STATUS register contains WIP (Write-In-Process), WEL (Write Enable Latch), BP0/BP1 (block protection bits), and WPEN (Write-Protect Enable), enabling flexible, nonvolatile memory protection schemes. Write operations require explicit WREN instruction and CS rising-edge initiation, with self-timed internal write cycles completing in ≤5 ms.

Key Specifications

Parameter Value and Actual Design Meaning
Memory Size 128 Kbit (16,384 × 8-bit) - supports firmware parameter storage in resource-constrained microcontroller systems.
Interface SPI-compatible serial bus (Mode 0,0) - interoperable with PIC, ARM Cortex-M, and other MCU SPI peripherals without protocol translation.
Max Clock Frequency 10 MHz at VCC ≥ 4.5 V - enables fast read/write bursts in time-critical automotive diagnostics and logging.
Page Size 64 bytes - constrains write buffer management; crossing page boundaries wraps data instead of advancing, requiring software address alignment.
Endurance & Retention 1,000,000 erase/write cycles, >200 years data retention - validated for lifetime use in automotive ECU nonvolatile configuration storage.
Supply Voltage Range 2.5 V to 5.5 V - compatible with 3.3 V and 5 V logic domains, including legacy automotive power rails.
Temperature Grade Extended (E): –40°C to +125°C - qualified per AEC-Q100 Rev G for under-hood and transmission control applications.

Pinout & Package

25LC128T-E/ST16KVAO is packaged in an 8-lead TSSOP (Thin Shrink Small Outline Package) with 0.65 mm pitch, JEDEC MO-153 compliant, and marked "25LC128I" on top (I = Industrial temp code per marking convention; full part number encoded in reel label per DS20001831F-page 14).

Pin/Terminal Circuit Role Design Meaning
1 (CS) Chip Select Input Active-low enable; must be low for all SPI transactions; rising edge initiates internal write cycle after valid command sequence.
2 (SO) Serial Data Output Tri-state output; data shifted out MSB-first on SCK falling edge; goes high-Z when CS high or HOLD asserted.
3 (WP) Write-Protect Pin Hardware lock for STATUS register when WPEN=1; low = blocks nonvolatile bit writes; no effect on array reads or volatile WEL control.
4 (VSS) Ground Reference return path for all I/O and core logic; must be low-impedance connection to avoid noise-induced SPI errors.
5 (SI) Serial Data Input Data latched on SCK rising edge; carries instructions (READ/WRITE/RDSR), addresses, and payload bytes.
6 (SCK) Serial Clock Input Master-generated clock; timing-critical path; rise/fall times ≤100 ns required at 10 MHz for reliable sampling.
7 (HOLD) Hold Input Pauses ongoing SPI transfer when pulled low during SCK low phase; resumes from same byte/bit position when released.
8 (VCC) Supply Voltage 2.5–5.5 V power rail; decoupling capacitor (0.1 µF ceramic) required within 5 mm of pin for stable internal HV generation.

Key Features

Feature Design Value
Block Write Protection Configurable via BP0/BP1 bits to protect none, upper 1/4 (3000h–3FFFh), upper 1/2 (2000h–3FFFh), or entire array (0000h–3FFFh) - enables safe field updates without risking bootloader corruption.
Self-Timed Write Cycle ≤5 ms maximum internal erase/write completion - eliminates need for fixed delay loops; status polling via RDSR/WIP bit provides precise completion detection.
HOLD Functionality Tri-states SO/SI/SCK and suspends serial sequence mid-transfer - allows host MCU to service higher-priority interrupts without losing context or retransmitting commands.
Power-On Write Protection Write enable latch resets at power-up, and WP pin + WPEN bit prevent accidental writes during brown-out or reset recovery - critical for automotive ASIL-B system integrity.
ESD Robustness ≥4 kV HBM on all pins - ensures reliability in manufacturing handling and vehicle-level ESD events per ISO 10605.

Applications

Automotive Body Control Unit (BCU) Industrial PLC Configuration Storage

Use Scenario: Storing seat/mirror position presets, door lock logic states, and lighting profiles across ignition cycles in a Class 4 BCU.

IC Role / Device Role / Timing Role: Nonvolatile configuration EEPROM interfaced directly to an 8-bit PIC MCU via SPI; accessed during boot and runtime via polled RDSR/WIP checks.

Use Value: AEC-Q100 qualification and 125°C operation ensure reliability in dashboard-mounted ECUs; 64-byte page writes minimize update latency during user-initiated profile saves.

Use Scenario: Retaining I/O mapping tables, PID tuning parameters, and calibration offsets after power loss in DIN-rail mounted programmable logic controllers.

IC Role / Device Role / Timing Role: SPI-connected parameter store accessed by ARM Cortex-M4 host; block protection prevents firmware update routines from overwriting factory calibration sectors.

Use Value: 1,000,000 endurance cycles support decades of field recalibration; 2.5 V min supply enables direct connection to 3.3 V PLC backplane without level-shifting.

Medical Infusion Pump Settings Smart Energy Meter Firmware Patch Storage

Use Scenario: Holding drug library definitions, dose limits, and alarm thresholds in battery-backed infusion pumps requiring FDA Class II compliance.

IC Role / Device Role / Timing Role: Secure configuration store with hardware WP pin tied low and WPEN set - disables STATUS register modification while allowing runtime array writes.

Use Value: >200-year data retention meets long-service-life requirements; RoHS-compliant packaging satisfies medical device material restrictions.

Use Scenario: Storing signed firmware patches and cryptographic keys for secure OTA updates in ANSI C12.22-compliant smart meters deployed in utility substations.

IC Role / Device Role / Timing Role: SPI EEPROM used as trusted boot asset store; accessed only during secure boot validation sequence with strict timing windows.

Use Value: HOLD pin allows meter SoC to pause patch verification during grid voltage sag events; 10 MHz max clock enables fast signature verification pre-boot.

Equivalent & Alternatives

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

Alternative Part Technical Difference Application Difference Selection Advice
25AA128T-I/ST Wider VCC range (1.8–5.5 V); Industrial temp (–40°C to +85°C); identical pinout and instruction set. Lacks AEC-Q100 qualification and extended temperature rating; unsuitable for under-hood automotive use. Select when operating below 2.5 V (e.g., coin-cell backup) or where automotive qualification is unnecessary.
AT25DF041A-SSH-T 4 Mbit density; quad SPI interface; 3 V only (2.7–3.6 V); different command set and status register layout. Requires firmware rework for command translation and timing; not drop-in compatible due to QSPI vs SPI and lack of HOLD pin. Choose only when higher density and faster throughput justify redesign; not a functional substitute for 25LC128T-E/ST16KVAO.

Compared with 25AA128T-I/ST and AT25DF041A-SSH-T, the 25LC128T-E/ST16KVAO uniquely combines AEC-Q100 qualification, 2.5–5.5 V operation, HOLD functionality, and pin-compatible TSSOP-8 packaging - making it the only option among the three suitable for extended-temperature automotive EEPROM tasks without layout or firmware changes.

Availability

25LC128T-E/ST16KVAO is available at Aetrix Electronics and suitable for automotive body control units, industrial PLCs, medical infusion pumps, and smart energy meters requiring stable component supply across extended temperature ranges and long product lifecycles.

Supply support for 25LC128T-E/ST16KVAO 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 design, manufacturing, and sales operations.

The 25LC128T-E/ST16KVAO belongs to Microchip's 25XX128 family of SPI Serial EEPROMs, designed specifically for automotive and industrial applications demanding high reliability, extended temperature operation, and robust data integrity under electrical stress.

FAQ

What is the maximum clock frequency supported by the 25LC128T-E/ST16KVAO, and how does voltage affect it?

The 25LC128T-E/ST16KVAO supports up to 10 MHz at VCC ≥ 4.5 V, 5 MHz at 2.5 V ≤ VCC < 4.5 V, and is not rated for operation below 2.5 V. These limits are defined in Table 1-2 AC Characteristics and reflect guaranteed timing margins - exceeding them risks setup/hold violations and data corruption. The 25LC128T-E/ST16KVAO must never be operated above 10 MHz, even at 5.5 V.

Does the 25LC128T-E/ST16KVAO support page writes, and what happens if a write crosses a page boundary?

Yes, the 25LC128T-E/ST16KVAO supports page writes of up to 64 bytes, but only within a single physical page (addresses 0000h–003Fh, 0040h–007Fh, etc.). If a page write command attempts to cross a boundary - e.g., writing 64 bytes starting at address 003Ch - the excess bytes wrap to the start of the same page (0000h), overwriting prior data. This behavior is explicitly documented in DS20001831F-page 7 and applies to all 25LC128T-E/ST16KVAO units.

How does the HOLD pin function on the 25LC128T-E/ST16KVAO, and what are its timing requirements?

The HOLD pin on the 25LC128T-E/ST16KVAO pauses ongoing SPI communication without resetting the sequence. To invoke HOLD, the pin must be pulled low while SCK is low; to resume, it must be raised high while SCK remains low. During HOLD, SO/SI/SCK enter high-Z state and ignore transitions. Minimum HOLD setup/hold times are 20 ns (VCC ≥ 4.5 V), per Table 1-2 param #16–17 - violating these invalidates the hold action.

Is the 25LC128T-E/ST16KVAO AEC-Q100 qualified, and which stress test grades does it meet?

Yes, the 25LC128T-E/ST16KVAO is AEC-Q100 qualified for Extended temperature grade (–40°C to +125°C), as confirmed in the Device Selection Table on DS20001831F-page 1. It meets stress test requirements for accelerated environmental stress, including temperature cycling, humidity bias, and ESD (≥4 kV HBM), per AEC-Q100 Rev G. This qualification is specific to the 25LC128T-E/ST16KVAO variant and not inherited from other 25XX128 family members.

What is the purpose of the WPEN bit in the STATUS register of the 25LC128T-E/ST16KVAO?

The WPEN (Write-Protect Enable) bit (SR bit 7) controls whether the WP pin actively blocks STATUS register writes. When WPEN = 1 and WP = low, writes to nonvolatile STATUS bits (BP0/BP1/WPEN) are disabled - protecting critical protection settings. When WPEN = 0, the WP pin has no effect, allowing full STATUS register access regardless of WP state. This dual-layer control is essential for field-upgrade safety in the 25LC128T-E/ST16KVAO.

25LC128T-E/ST16KVAO Specifications

Product attributes
Attribute value
Manufacturer:
Microchip Technology
Series:
-
Package/Case:
8-TSSOP (0.173", 4.40mm Width)
Packaging:
Tape & Reel (TR)
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:
5 MHz
Write Cycle Time - Word, Page:
5ms
Access Time:
-
Voltage - Supply:
2.5V ~ 5.5V
Operating Temperature:
-40°C ~ 125°C (TA)
Grade:
Automotive
Qualification:
AEC-Q100
Mounting Type:
Surface Mount
Supplier Device Package:
8-TSSOP

25LC128T-E/ST16KVAO FAQ

1.How can I place an order for 25LC128T-E/ST16KVAO through Aetrix?

Please submit a Request for Quotation (RFQ) for 25LC128T-E/ST16KVAO 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 25LC128T-E/ST16KVAO reliable?

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

3.What payment methods are accepted for 25LC128T-E/ST16KVAO?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 25LC128T-E/ST16KVAO transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for 25LC128T-E/ST16KVAO?

25LC128T-E/ST16KVAO orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your 25LC128T-E/ST16KVAO 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 25LC128T-E/ST16KVAO?

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

6.How does Aetrix verify that 25LC128T-E/ST16KVAO is sourced from the original manufacturer or authorized distributors?

All 25LC128T-E/ST16KVAO 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 25LC128T-E/ST16KVAO meets industry standards.

7.What is the process for return or replacement of 25LC128T-E/ST16KVAO?

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

Return procedure for 25LC128T-E/ST16KVAO:

1.Submit a request within 90 days.

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

25LC128T-E/ST16KVAO Tags

  • 25LC128T-E/ST16KVAO
  • 25LC128T-E/ST16KVAO PDF
  • 25LC128T-E/ST16KVAO Datasheet
  • 25LC128T-E/ST16KVAO Specifications
  • 25LC128T-E/ST16KVAO Images
  • Microchip Technology
  • Microchip Technology 25LC128T-E/ST16KVAO
  • Buy 25LC128T-E/ST16KVAO
  • 25LC128T-E/ST16KVAO Price
  • 25LC128T-E/ST16KVAO Distributor
  • 25LC128T-E/ST16KVAO Supplier
  • 25LC128T-E/ST16KVAO 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