Microchip Technology 25LC128T-I/SM
- Part No.:
- 25LC128T-I/SM
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- 8-SOIC (0.209", 5.30mm Width)
- Datasheet:
-
25LC128T-I/SM.pdf
- Description:
- IC EEPROM 128KBIT SPI 8SOIJ
- Quantity:
- Payment:

- Shipping:

Inventory:2,962
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
25LC128T-I/SM 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 at up to 10 MHz clock frequency with 5 mA read/write current at 5.5 V 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 25LC128T-I/SM datasheet, 25LC128T-I/SM pinout, 25LC128T-I/SM application, or 25LC128T-I/SM equivalent, key selection considerations include VCC range (2.5–5.5 V), TSSOP-8 packaging, block-level write protection (BP0/BP1), HOLD functionality for interrupt-safe SPI pauses, and AEC-Q100 qualification for automotive-grade reliability.
Technical Context
The 25LC128T-I/SM implements a standard SPI Mode 0,0/Master-Slave interface with separate SI (data-in) and SO (data-out) lines, CS-controlled selection, and SCK-synchronized transfers. All instructions (READ, WRITE, WREN, RDSR, WRSR) are 8-bit MSB-first, with address and data transferred sequentially after instruction latching on rising SCK edges.
It integrates an internal high-voltage generator for EEPROM programming, self-timed 5 ms max write cycles, and a status register with WIP, WEL, BP0/BP1, and WPEN bits. Write protection is configurable at four levels (none, 1/4, 1/2, or full array), and hardware protection requires both WP pin low and WPEN bit set - enabling robust field-programmable security without firmware dependency.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory Size | 128 Kbit (16,384 × 8-bit) - supports storage of boot parameters, sensor calibration tables, or device identity data in space-constrained embedded designs. |
| Interface | SPI-compatible serial bus (Mode 0,0) - enables direct connection to PIC® and other MCU SPI peripherals without glue logic or protocol translation. |
| Max Clock Frequency | 10 MHz at VCC ≥ 4.5 V - allows fast read/write throughput (up to ~1.25 MB/s theoretical burst read) while maintaining compatibility with legacy 5 V systems. |
| Page Size | 64 bytes - defines maximum contiguous write length per command; crossing page boundaries wraps data, requiring software boundary checks. |
| Write Endurance | 1,000,000 erase/write cycles - ensures reliable operation over 10+ years in applications with daily configuration updates (e.g., industrial loggers). |
| Data Retention | >200 years at 25°C - guarantees long-term integrity of stored calibration coefficients or security keys without refresh mechanisms. |
| VCC Range | 2.5 V to 5.5 V - supports dual-voltage designs (e.g., 3.3 V logic with 5 V analog sections) and brown-out tolerant operation down to 2.5 V. |
| Operating Temp | −40°C to +85°C (Industrial grade) - validated for use in automotive ECUs, industrial PLCs, and outdoor metering equipment. |
Pinout & Package
25LC128T-I/SM is packaged in an 8-lead TSSOP (Thin Shrink Small Outline Package) with 0.65 mm pitch, body dimensions 4.4 mm × 3.0 mm × 1.2 mm, and exposed pad optional for thermal relief or grounding. Pin 1 is marked by a beveled corner or dot; pin numbering follows standard counter-clockwise orientation when viewed from top.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| CS | Chip Select Input | Active-low enable: pulls device out of standby; rising edge initiates internal write cycle; high-Z SO when deasserted enables multi-device SPI bus sharing. |
| SO | Serial Data Output | Tri-state output driven on falling SCK edge; high-impedance during HOLD or CS high - eliminates need for external bus buffers. |
| WP | Write-Protect Input | Hardware lock: disables STATUS register writes when WP = low and WPEN = 1; independent of firmware state for fail-safe protection. |
| VSS | Ground Reference | Primary return path for all I/O and core logic; must be low-impedance and decoupled near VCC pin to suppress SPI noise coupling. |
| SI | Serial Data Input | Latches instruction/address/data on rising SCK edge; accepts standard CMOS logic levels; no internal pull-ups required. |
| SCK | Serial Clock Input | Synchronizes all data transfers; rise/fall times ≤100 ns required at 10 MHz; shared with other SPI slaves but isolated via CS. |
| HOLD | Hold Input | Pauses ongoing SPI transaction without reset: lowers SO to high-Z and ignores SI/SCK transitions until released - critical for servicing real-time interrupts. |
| VCC | Supply Voltage | 2.5–5.5 V power input; internal regulation powers EEPROM array and logic; requires 100 nF ceramic decoupling within 5 mm of pin. |
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 - enables secure partitioning of user vs. factory data zones. |
| HOLD Functionality | Enables atomic pause/resume of SPI sequences without retransmission - essential for deterministic response to higher-priority MCU interrupts during EEPROM access. |
| Self-Timed Write Cycle | Internal 5 ms max write completion with automatic latch reset - eliminates need for fixed delay loops; WIP bit polling provides precise timing control. |
| Power-On Write Disable | Write enable latch resets at power-up, preventing spurious writes during supply ramp - removes requirement for external POR circuitry in cost-sensitive designs. |
| AEC-Q100 Qualified | Validated for automotive applications per Grade 3 (−40°C to +85°C); includes HTOL, ESD (>4 kV HBM), and temperature cycling - suitable for engine control and ADAS subsystems. |
| RoHS Compliant | Lead-free, halogen-free construction per JEDEC J-STD-020; compatible with standard reflow profiles - meets global environmental compliance requirements. |
Applications
| Automotive Engine Control Unit (ECU) | Industrial Programmable Logic Controller (PLC) |
|---|---|
Use Scenario: Storing adaptive fuel trim values, fault code history, and calibration offsets that persist across ignition cycles. IC Role / Device Role / Timing Role: Nonvolatile configuration memory interfaced directly to PIC18F or dsPIC33 MCU via SPI, accessed during boot and runtime diagnostics. Use Value: Enables closed-loop engine optimization without external FRAM or battery-backed SRAM; AEC-Q100 qualification ensures reliability under under-hood thermal stress. |
Use Scenario: Retaining ladder logic program state, I/O mapping, and alarm thresholds during power loss or firmware updates. IC Role / Device Role / Timing Role: System-level parameter store synchronized with ARM Cortex-M7 host via DMA-driven SPI transfers. Use Value: 1M-cycle endurance supports daily firmware patching; HOLD pin allows seamless interruption during emergency stop sequences without data corruption. |
| Smart Energy Meter | Medical Infusion Pump |
Use Scenario: Logging kWh consumption, tamper events, and utility tariff schedules over 20+ year service life. IC Role / Device Role / Timing Role: Secure metering data archive with write-protection enabled for tariff tables and cryptographic keys. Use Value: >200-year data retention eliminates periodic backup; WP pin hardens against malicious reprogramming attempts during field maintenance. |
Use Scenario: Storing drug library profiles, dose limits, and operator audit trails compliant with IEC 62304 Class C software requirements. IC Role / Device Role / Timing Role: Safety-critical configuration memory accessed only during initialization and authorized service mode. Use Value: Block protection isolates safety parameters from user-modifiable settings; industrial temp range covers clinical environment variations (15–30°C ambient). |
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/SM | Wider VCC range (1.8–5.5 V); supports 3.3 V and 1.8 V logic; identical pinout and instruction set. | Better suited for mixed-voltage or ultra-low-power systems where 2.5 V minimum is not guaranteed. | Select 25AA128T-I/SM if operating below 2.5 V or requiring broader voltage margin; otherwise 25LC128T-I/SM offers tighter VCC tolerance at lower cost. |
| AT25DF041A-SSH-T | 4 Mbit density; quad SPI support; faster 50 MHz clock; different command set and status register layout. | Targeted at firmware code storage (XIP-capable), not parameter EEPROM; requires driver rewrite and PCB layout review. | Choose AT25DF041A-SSH-T only when migrating to larger code storage with performance headroom; not a drop-in replacement for 25LC128T-I/SM's parameter storage role. |
Compared with 25AA128T-I/SM and AT25DF041A-SSH-T, the 25LC128T-I/SM delivers optimal balance of industrial temperature rating, proven SPI EEPROM simplicity, and cost-effective 128 Kbit capacity - making it ideal for parameter storage where reliability and firmware compatibility outweigh raw density or speed needs.
Availability
25LC128T-I/SM is available at Aetrix Electronics and suitable for automotive ECU design, industrial PLC commissioning, and medical device calibration requiring stable component supply across extended product lifecycles.
Supply support for 25LC128T-I/SM 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 and manufacturing operations.
The 25LC128T-I/SM belongs to Microchip's 25XX128 family of SPI Serial EEPROMs, engineered for robust, low-power nonvolatile storage in automotive, industrial, and medical systems where data integrity and long-term reliability are mission-critical.
FAQ
What is the maximum clock frequency supported by the 25LC128T-I/SM?
The 25LC128T-I/SM supports up to 10 MHz clock frequency when VCC is between 4.5 V and 5.5 V. At 2.5 V ≤ VCC < 4.5 V, the maximum is 5 MHz, and at 1.8 V ≤ VCC < 2.5 V, it drops to 3 MHz. These limits ensure timing margins for setup/hold and output validity across voltage and temperature ranges - all verified per DS20001831F AC characteristics Table 1-2.
Does the 25LC128T-I/SM require external pull-up resistors on its SPI lines?
No, the 25LC128T-I/SM does not require external pull-up resistors on SI, SO, SCK, or CS. Its inputs meet standard CMOS voltage thresholds (VIH ≥ 0.7 VCC, VIL ≤ 0.3 VCC), and SO is actively driven or tri-stated - eliminating pull-up dependencies. However, proper PCB routing and local VCC/VSS decoupling remain essential for noise immunity at 10 MHz operation.
How does the HOLD function behave during an active write cycle in the 25LC128T-I/SM?
The HOLD function is disabled during an internal write cycle (TWC) in the 25LC128T-I/SM. While CS remains low and the write is in progress, pulling HOLD low has no effect - the device continues the write and ignores HOLD transitions. HOLD only operates during active read or instruction phases, ensuring write atomicity and preventing partial writes due to premature hold assertion.
Can the 25LC128T-I/SM be used in automotive applications requiring AEC-Q100 compliance?
Yes, the 25LC128T-I/SM is explicitly AEC-Q100 qualified for Automotive Grade 3 (−40°C to +85°C) per the device selection table and package marking "I/SM" (Industrial temp, TSSOP package). Its qualification includes HTOL, ESD (>4 kV HBM), and temperature cycling - meeting baseline requirements for engine control, body electronics, and infotainment subsystems.
What happens if a page write crosses a 64-byte boundary in the 25LC128T-I/SM?
If a page write command attempts to cross a 64-byte boundary in the 25LC128T-I/SM, data wraps around to the start of the same page instead of advancing to the next page. For example, writing 10 bytes starting at address 0x003E overwrites bytes 0x003E–0x003F and then 0x0000–0x0007. This behavior is documented in Section 3.3 and requires firmware to enforce page-aligned writes or split multi-page transfers manually.
25LC128T-I/SM Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- 8-SOIC (0.209", 5.30mm 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:
- 10 MHz
- Write Cycle Time - Word, Page:
- 5ms
- Access Time:
- -
- Voltage - Supply:
- 2.5V ~ 5.5V
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 8-SOIJ
25LC128T-I/SM FAQ
1.How can I place an order for 25LC128T-I/SM through Aetrix?
Please submit a Request for Quotation (RFQ) for 25LC128T-I/SM 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-I/SM reliable?
The price and inventory of 25LC128T-I/SM are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 25LC128T-I/SM is usually 5 days.
3.What payment methods are accepted for 25LC128T-I/SM?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 25LC128T-I/SM transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for 25LC128T-I/SM?
25LC128T-I/SM orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your 25LC128T-I/SM 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-I/SM?
For technical support, including 25LC128T-I/SM datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 25LC128T-I/SM requirements.
6.How does Aetrix verify that 25LC128T-I/SM is sourced from the original manufacturer or authorized distributors?
All 25LC128T-I/SM 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-I/SM meets industry standards.
7.What is the process for return or replacement of 25LC128T-I/SM?
All 25LC128T-I/SM units undergo pre-shipment inspection (PSI). If there is an issue with 25LC128T-I/SM, 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-I/SM part is unused and in its original packaging.
Return procedure for 25LC128T-I/SM:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
25LC128T-I/SM Tags

-
M24C02-WMN6TP
STMicroelectronics
-
AT24C02C-XHM-T
Microchip Technology

-
AT21CS01-STUM10-T
Microchip Technology

-
AT24C02C-SSHM-T
Microchip Technology

-
24LC01BT-I/OT
Microchip Technology
-
M24C02-FMC6TG
STMicroelectronics

-
AT24CS02-SSHM-T
Microchip Technology

-
93LC46BT-I/OT
Microchip Technology

-
AT24C04C-SSHM-T
Microchip Technology

-
24LC01BT-I/SN
Microchip Technology

-
24AA02UIDT-I/OT
Microchip Technology

-
AT24C08C-STUM-T
Microchip Technology
Tech Hub
TTL and CMOS logic families differ in thresholds, loading, output drive, power and timing. This engineering guide compares 74HC and 74HCT, calculates noise margins and checks 3.3 V/5 V compatibility.
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…

