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 25LC040A-E/ST

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

Inventory:4,198

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

25LC040A-E/ST from Microchip Technology is a 4 Kbit (512 × 8) SPI Serial EEPROM with 2.5–5.5 V supply range, 16-byte page write capability, 10 MHz max clock frequency, and automotive-grade temperature support (–40°C to +125°C). It features hardware write protection (WP pin), HOLD functionality for interrupt-safe serial pauses, and block-level array protection (none/1/4/1/2/all). Used in engine control units, ADAS sensor modules, and automotive infotainment firmware storage.

For engineers reviewing the 25LC040A-E/ST datasheet, 25LC040A-E/ST pinout, 25LC040A-E/ST application, or 25LC040A-E/ST equivalent, key selection criteria include automotive temperature qualification, SPI timing compliance at 2.5 V, WP/HOLD pin behavior under voltage ramp conditions, and page-boundary-aware firmware write logic.

Technical Context

The 25LC040A-E/ST implements a standard SPI Mode 0,0/Master-Slave interface with separate SI (MOSI) and SO (MISO) lines, requiring CS assertion for device selection and SCK synchronization. Its internal architecture includes a nonvolatile STATUS register controlling BP0/BP1 block protection bits and WEL/WIP flags, with write enable latching required before all write operations.

It supports byte and page writes (up to 16 bytes within same physical page), self-timed internal write cycles (≤5 ms), and automatic address rollover during sequential reads. The HOLD pin suspends ongoing SPI transfers without resetting state, enabling host CPU servicing of higher-priority interrupts while preserving transaction context.

Key Specifications

ParameterValue and Actual Design Meaning
Memory Size4 Kbit (512 × 8-bit array), sufficient for small firmware patches, calibration tables, or configuration data in space-constrained automotive ECUs.
InterfaceSPI-compatible serial bus (Mode 0,0), compatible with PIC® and other microcontrollers' hardware SPI peripherals without bit-banging overhead.
Max Clock Frequency10 MHz at VCC ≥ 4.5 V; enables fast read/write throughput (e.g., ~800 kbps sustained read) in high-speed control loops.
Write Cycle Time≤5 ms per byte or page; deterministic erase/write latency critical for time-critical logging or fail-safe parameter updates.
Endurance & Retention1,000,000 erase/write cycles and >200 years data retention - validated for lifetime operation in automotive applications with frequent reprogramming.
Operating Temp–40°C to +125°C (Automotive E grade); qualified for under-hood and powertrain environments where ambient thermal stress exceeds industrial limits.
VCC Range2.5 V to 5.5 V; supports direct connection to 3.3 V or 5 V MCU I/O rails without level-shifting in mixed-voltage systems.

Pinout & Package

25LC040A-E/ST is packaged in an 8-lead TSSOP (ST suffix), with lead pitch 0.65 mm, body size 4.4 mm × 3.0 mm × 1.2 mm, and Pb-free/RoHS-compliant finish.

Pin/TerminalCircuit RoleDesign Meaning
CS (Pin 1)Chip Select InputActive-low enable signal; must be low for all SPI transactions; rising edge initiates internal write cycle after valid write sequence.
SO (Pin 2)Serial Data OutputMISO line; outputs memory data on falling edge of SCK; tri-states when CS high or HOLD low.
WP (Pin 3)Write-Protect PinHardware lock: low disables all writes (array and STATUS register); overrides WEL state; critical for preventing corruption during power transients.
VSS (Pin 4)GroundReference return path for all digital and analog circuitry; requires low-impedance connection to system ground plane.
SI (Pin 5)Serial Data InputMOSI line; accepts instructions, addresses, and write data on rising edge of SCK; sampled only when CS is low.
SCK (Pin 6)Serial Clock InputMaster-generated clock; defines timing for SI sampling and SO output; supports up to 10 MHz with defined setup/hold requirements.
HOLD (Pin 7)Hold InputPauses active SPI transfer without aborting; must be driven low while SCK is low to avoid metastability; resumes on next SCK low-to-high transition.
VCC (Pin 8)Supply VoltagePower input (2.5–5.5 V); internal regulation ensures stable core voltage across full operating range; decoupling capacitor required per layout guidelines.

Key Features

FeatureDesign Value
Block Write ProtectionSelectable via STATUS register (BP0/BP1): protects none, upper 1/4 (180h–1FFh), upper 1/2 (100h–1FFh), or entire array (000h–1FFh) - enables secure boot code partitioning.
Page Write ModeUp to 16 bytes written per command within same physical page (address LSBs 0000–1111); reduces SPI overhead vs. byte writes and improves update efficiency.
Power-On Write ProtectionWrite enable latch resets at power-up; WP pin forces reset if low; prevents accidental writes during brown-out or cold-start sequences.
HOLD FunctionalityHalts ongoing SPI communication mid-transfer; preserves internal state (address pointer, instruction phase); eliminates need for retransmission after interrupt service.
Automotive QualificationAEC-Q100 stress-tested for Grade 1 (–40°C to +125°C); meets ESD >4 kV (HBM); validated for 1M endurance under automotive thermal/voltage cycling.

Applications

Engine Control Unit (ECU) Calibration StorageADAS Camera Module Configuration

Use Scenario: Storing real-time fuel trim maps, ignition timing offsets, and OBD-II diagnostic codes that require field updates via CAN bootloader.

IC Role / Device Role / Timing Role: Nonvolatile parameter repository accessed via SPI during ECU initialization and runtime calibration updates; WP pin tied to MCU-controlled GPIO for secure write gating.

Use Value: 1M endurance supports >10 years of dealership reprogramming; 125°C rating ensures reliability near exhaust manifolds; page write reduces update time by 75% vs. byte writes.

Use Scenario: Holding lens focus profiles, exposure compensation tables, and ISP firmware patches in automotive surround-view camera systems.

IC Role / Device Role / Timing Role: SPI-configurable memory mapped to camera SoC's peripheral bus; HOLD pin used to pause streaming during auto-focus interrupt handling.

Use Value: HOLD functionality eliminates frame drop during focus adjustment; automotive temp grade avoids thermal derating in sealed housings; block protection isolates factory calibration from user settings.

Infotainment System Bootloader ParametersElectric Power Steering (EPS) Motor Profile Storage

Use Scenario: Storing secure boot keys, OTA update signatures, and UI language packs in head-unit mainboards subject to frequent software upgrades.

IC Role / Device Role / Timing Role: Trusted configuration store accessed during U-Boot initialization; STATUS register write-protection enabled to prevent tampering with security-critical bits.

Use Value: BP1/BP0 bits lock bootloader configuration sector; >200-year retention guarantees integrity across vehicle lifetime; 2.5 V operation enables direct interface with 3.3 V SoC I/O.

Use Scenario: Saving torque-angle curves, motor temperature compensation coefficients, and fault history logs in EPS control modules.

IC Role / Device Role / Timing Role: Real-time writable memory for adaptive learning algorithms; WP pin tied to safety monitor IC to disable writes during fault conditions.

Use Value: Hardware WP provides fail-safe write inhibition independent of MCU firmware; 125°C rating matches EPS module thermal envelope; 5 ms write time enables sub-10ms log updates during steering events.

Equivalent & Alternatives

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

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
AT25040B-MAHL-T4 Kbit SPI EEPROM, 1.8–5.5 V VCC, industrial temp (–40°C to +85°C), 20 MHz max clock, 5 ms write time.Lacks automotive temperature rating and HOLD pin; uses different STATUS register layout and protection scheme.Select only for non-automotive designs where HOLD is unused and 125°C operation is unnecessary.
BR25L040FJ-WE24 Kbit SPI EEPROM, 2.5–5.5 V VCC, automotive temp (–40°C to +125°C), 10 MHz max clock, no HOLD pin, 5 ms write time.Missing HOLD functionality; different pinout (SOIC-8 only); lacks rotated TSSOP package option.Choose when HOLD is not required and board layout accommodates SOIC-8 footprint; verify BP bit mapping compatibility.

Compared with AT25040B-MAHL-T and BR25L040FJ-WE2, the 25LC040A-E/ST uniquely combines AEC-Q100 Grade 1 qualification, integrated HOLD pin for interrupt-safe operation, and ST-packaged TSSOP for high-density automotive PCBs - making it the only option supporting both thermal robustness and deterministic SPI pausing in safety-critical systems.

Availability

25LC040A-E/ST is available at Aetrix Electronics and suitable for automotive powertrain control, ADAS sensor fusion, and infotainment firmware storage requiring stable component supply across extended product lifecycles.

Supply support for 25LC040A-E/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 leading provider of microcontroller, mixed-signal, analog, and Flash-IP solutions, serving automotive, industrial, consumer, and communications markets with high-reliability silicon and development tools.

The 25LC040A product line delivers automotive-qualified SPI EEPROMs optimized for firmware storage, calibration data retention, and secure configuration management in harsh-temperature electronic control units.

FAQ

What is the maximum clock frequency supported by the 25LC040A-E/ST across its full voltage range?

The 25LC040A-E/ST supports up to 10 MHz at VCC ≥ 4.5 V, 5 MHz at 2.5 V ≤ VCC < 4.5 V, and 3 MHz at 1.8 V ≤ VCC < 2.5 V. Since the 25LC040A-E/ST is specified for 2.5–5.5 V operation, its maximum usable clock is 10 MHz (at ≥4.5 V) or 5 MHz (at 2.5 V). These values are confirmed in Table 1-2 AC Characteristics of DS21827H.

Does the 25LC040A-E/ST require external pull-up resistors on its SO or SI lines?

No, the 25LC040A-E/ST does not require external pull-ups on SO or SI. Its SO output is actively driven (not open-drain), and SI is a standard CMOS input with leakage current ≤±1 µA (D007/D008). Pull-ups may cause bus contention or violate VIH/VIL thresholds; proper SPI bus termination follows standard point-to-point or multi-drop SPI layout rules without added resistors.

How does the HOLD pin behave during power-up or brown-out conditions on the 25LC040A-E/ST?

During power-up, the 25LC040A-E/ST initializes HOLD as a high-impedance input; it must be externally pulled high (typically via 10 kΩ to VCC) to ensure functional readiness. If HOLD is low during power-on reset, the device enters HOLD mode immediately upon VCC crossing the minimum threshold, freezing any pending SPI state - a condition that persists until HOLD is raised while SCK is low. This behavior is documented in Section 3.6 and Figure 2-1.

Can the 25LC040A-E/ST be used interchangeably with the 25AA040A in a design?

No, the 25LC040A-E/ST and 25AA040A are not interchangeable without validation. While functionally similar, the 25LC040A-E/ST operates from 2.5–5.5 V and is automotive-qualified (–40°C to +125°C), whereas the 25AA040A supports 1.8–5.5 V and is rated for industrial temperature only (–40°C to +85°C). Substituting them risks timing violations at 1.8 V or thermal failure in automotive environments. The 25LC040A-E/ST datasheet explicitly lists separate VCC and temperature ranges.

What happens if a page write crosses a 16-byte boundary on the 25LC040A-E/ST?

If a page write command attempts to cross a 16-byte physical page boundary (e.g., writing bytes at addresses 0x0F through 0x12), the 25LC040A-E/ST wraps the address back to the start of the current page (0x00 in this example) and overwrites prior data - it does not advance to the next page. This wrap-around behavior is explicitly stated in Section 2.3 and Note on DS21827H-page 6. Firmware must enforce page-aligned writes or split multi-page operations manually.

25LC040A-E/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:
Verified
Memory Type:
Non-Volatile
Memory Format:
EEPROM
Technology:
EEPROM
Memory Size:
4Kbit
Memory Organization:
512 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 ~ 125°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:
8-TSSOP

25LC040A-E/ST FAQ

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

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

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

3.What payment methods are accepted for 25LC040A-E/ST?

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

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for 25LC040A-E/ST?

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

Once your 25LC040A-E/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 25LC040A-E/ST?

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

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

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

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

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

Return procedure for 25LC040A-E/ST:

1.Submit a request within 90 days.

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

25LC040A-E/ST Tags

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