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

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

Inventory:336

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

25LC640AX-I/ST from Microchip Technology Inc. is a 64-Kbit SPI Serial EEPROM with 8192 × 8-bit organization, 32-byte page size, and industrial temperature range (–40°C to +85°C). It operates at up to 10 MHz clock frequency (at VCC ≥ 4.5V), supports hardware write protection via WP pin and STATUS register, and delivers 1 million erase/write cycles with >200-year data retention. It is used in microcontroller-based systems for nonvolatile parameter storage, calibration data logging, and firmware configuration.

For engineers reviewing the 25LC640AX-I/ST datasheet, 25LC640AX-I/ST pinout, 25LC640AX-I/ST application, or 25LC640AX-I/ST equivalent, key selection criteria include SPI interface compatibility, 2.5V–5.5V supply range, page-write timing (≤5 ms), HOLD functionality for interrupt-safe operation, and block-level write protection granularity (none/¼/½/all array).

Technical Context

The 25LC640AX-I/ST implements a standard SPI Mode 0,0/Motorola-compatible serial interface with separate SI (data in) and SO (data out) lines, requiring only CS, SCK, SI, SO, WP, HOLD, VCC, and VSS. Its internal architecture includes a 32-byte page latch, status register with WIP/WEL/BP0/BP1/WPEN bits, and high-voltage generator for EEPROM programming.

It supports sequential read with automatic address increment, byte/page write with CS-high-triggered internal write cycle (TWC ≤ 5 ms), and HOLD pin assertion to pause ongoing transfers without resetting the command sequence - enabling deterministic host interrupt handling while preserving bus state.

Key Specifications

ParameterValue and Actual Design Meaning
Memory Size64 Kbit (8192 × 8-bit), sufficient for storing bootloader configs, sensor calibration tables, or device identity data in resource-constrained embedded systems.
InterfaceSPI-compatible serial bus (Mode 0,0), compatible with PIC® and most ARM Cortex-M microcontrollers' hardware SPI peripherals without bit-banging.
Max Clock Frequency10 MHz at VCC ≥ 4.5V; scales down to 5 MHz (2.5V ≤ VCC < 4.5V) and 3 MHz (1.8V ≤ VCC < 2.5V), enabling flexible power/performance trade-offs.
Write Cycle Time≤5 ms internal write cycle (TWC), deterministic timing critical for real-time logging and failsafe parameter updates.
Data Retention>200 years at +85°C, ensuring long-term reliability in industrial control, automotive body electronics, and metering applications.
Endurance1,000,000 erase/write cycles per memory location, supporting frequent field-updatable configurations in IoT edge nodes.
Supply Voltage2.5V to 5.5V, compatible with both 3.3V and 5V logic domains and tolerant of brown-out conditions during power transitions.

Pinout & Package

25LC640AX-I/ST is packaged in an 8-lead SOIC (SN) with 3.90 mm body width, RoHS-compliant, and marked "25LC640A" on top. Pin 1 is located at the top-left corner with notch or dot indicator.

Pin/TerminalCircuit RoleDesign Meaning
CS (Pin 1)Chip Select InputActive-low enable: selects device for SPI communication; rising edge initiates internal write cycle after valid write sequence.
SO (Pin 2)Serial Data OutputTri-state output delivering read data on falling SCK edge; high-impedance when CS high or HOLD active.
WP (Pin 3)Write-Protect InputHardware lock: disables STATUS register writes when WP low and WPEN=1; no effect on array reads or if WPEN=0.
VSS (Pin 4)Ground ReferencePrimary return path for all I/O and core circuitry; must be low-impedance connection to system GND plane.
SI (Pin 5)Serial Data InputLatches instruction/address/data on rising SCK edge; accepts 8-bit opcodes (e.g., 0x03 for READ, 0x02 for WRITE).
SCK (Pin 6)Serial Clock InputSynchronizes all data transfers; rising edge clocks SI, falling edge updates SO; max 10 MHz at 5.5V.
HOLD (Pin 7)Communication PauseActive-low suspend: freezes SPI state mid-sequence; requires SCK low before assertion and release to resume correctly.
VCC (Pin 8)Power Supply2.5V–5.5V operating voltage; decoupling capacitor (0.1 µF ceramic) required within 10 mm of pin for noise immunity.

Key Features

FeatureDesign Value
Block Write ProtectionSelectable via BP0/BP1 bits: protects none, upper 1/4 (1800h–1FFFh), upper 1/2 (1000h–1FFFh), or entire array (0000h–1FFFh) - enables secure boot partitioning.
Self-Timed Write CycleInternal 5 ms max write completion (TWC); eliminates need for external timeout polling or fixed delays in host firmware.
HOLD FunctionalityPauses ongoing SPI transfer without losing context; allows host MCU to service higher-priority interrupts then resume seamlessly - critical for real-time OS environments.
Power-On Write ProtectionWrite enable latch resets at power-up; prevents accidental writes during power ramp; requires explicit WREN command before any write operation.
ESD Robustness>4 kV HBM ESD rating on all pins, ensuring reliable operation in manufacturing, field servicing, and electrostatic-prone industrial enclosures.

Applications

Industrial Sensor NodeAutomotive Body Control Module

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

IC Role / Device Role / Timing Role: Nonvolatile configuration storage accessed during system startup and periodic recalibration; SPI read occurs in <100 µs, write triggered only on calibration event.

Use Value: Eliminates factory re-trimming; enables field updates via diagnostic port while maintaining data integrity through 1M+ cycles and >200-year retention.

Use Scenario: Saving seat position memory, mirror angle presets, and lighting profiles tied to driver ID in entry-level vehicles.

IC Role / Device Role / Timing Role: SPI EEPROM interfaced to 8-bit/16-bit MCU; write operations occur only on user save action, protected by WP pin during ignition-off state.

Use Value: AEC-Q100 qualified operation ensures reliability over –40°C to +125°C ambient; block protection prevents corruption of critical safety-related settings.

Medical Infusion PumpSmart Energy Meter

Use Scenario: Recording dose history, alarm logs, and maintenance timestamps with tamper-resistant audit trail requirements.

IC Role / Device Role / Timing Role: Secure parameter storage with WP-enabled status register locking; HOLD used to pause writes during motor actuation interrupts.

Use Value: 1M endurance supports daily logging for 2,700+ days; >200-year retention meets FDA long-term device lifecycle expectations.

Use Scenario: Storing tariff schedules, demand-response event counters, and firmware update metadata in utility-grade meters.

IC Role / Device Role / Timing Role: SPI EEPROM co-located with metrology SoC; page writes batch time-of-use data every 15 minutes; CS-controlled write initiation ensures deterministic timing.

Use Value: 32-byte page efficiency minimizes SPI overhead; 2.5V–5.5V supply accommodates wide-input DC-DC converters in battery-backup designs.

Equivalent & Alternatives

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

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
25AA640AT-I/STWider 1.8V–5.5V VCC range; identical pinout, timing, and memory map; same SOIC package.Supports 1.8V logic systems (e.g., ultra-low-power MCUs) where 25LC640AX-I/ST cannot operate below 2.5V.Select 25AA640AT-I/ST only if system VCC may drop below 2.5V; otherwise, 25LC640AX-I/ST offers tighter VCC min spec for improved noise margin in 3.3V/5V systems.
AT25DF641-AU64 Mbit density, SPI flash (not EEPROM); sector erase required before write; no built-in WP pin or HOLD function.Used for firmware storage, not frequent small-data updates; lacks hardware write protection and atomic page writes.Choose AT25DF641-AU only for code storage; 25LC640AX-I/ST remains superior for parameter/configuration EEPROM use cases requiring byte-level writes and robust protection.

Compared with 25AA640AT-I/ST, the 25LC640AX-I/ST trades 1.8V operation for enhanced noise immunity above 2.5V; versus AT25DF641-AU, it provides true EEPROM behavior-no erase-before-write, deterministic 5 ms writes, and dedicated hardware protection-making it irreplaceable for mission-critical configuration storage.

Availability

25LC640AX-I/ST is available at Aetrix Electronics and suitable for industrial sensor nodes, automotive body control modules, and medical infusion pumps requiring stable component supply, long-lifecycle support, and AEC-Q100-qualified reliability.

Supply support for 25LC640AX-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 leading provider of microcontrollers, analog devices, and memory solutions, headquartered in Chandler, Arizona, with global design and manufacturing operations.

The 25LC640A family is designed for cost-sensitive, space-constrained embedded systems needing reliable, low-power serial nonvolatile storage - optimized for integration with PIC® and dsPIC® microcontrollers and compliant with industrial and automotive environmental standards.

FAQ

What is the maximum clock frequency supported by the 25LC640AX-I/ST?

The 25LC640AX-I/ST supports up to 10 MHz clock frequency when VCC is 4.5V to 5.5V. At 2.5V ≤ VCC < 4.5V, the maximum is 5 MHz; at 1.8V ≤ VCC < 2.5V, it drops to 3 MHz. These limits ensure setup/hold timing compliance across voltage and temperature ranges. The 25LC640AX-I/ST datasheet specifies AC characteristics for each VCC band, and all timing parameters (e.g., TCSS, TSU) scale accordingly.

Does the 25LC640AX-I/ST require external pull-up resistors on its SPI lines?

No, the 25LC640AX-I/ST does not require external pull-ups on SI, SO, or SCK - these pins are actively driven. However, CS and WP should be pulled high via 10 kΩ resistors in most designs to ensure defined states during reset or floating conditions. HOLD also benefits from a weak pull-up (100 kΩ) to prevent spurious pauses. The 25LC640AX-I/ST internal input leakage is ±1 µA, making external biasing straightforward and low-power.

How does the HOLD function behave during an active write cycle in the 25LC640AX-I/ST?

The HOLD pin has no effect on an ongoing internal write cycle (TWC) in the 25LC640AX-I/ST. Once CS rises after a valid write sequence, the 5 ms internal write begins and cannot be interrupted or paused by HOLD. HOLD only suspends serial communication (read/write instructions, address, data) - it does not halt EEPROM cell programming. The 25LC640AX-I/ST STATUS register's WIP bit remains set until TWC completes, regardless of HOLD state.

Can the 25LC640AX-I/ST be used in automotive applications?

Yes, the 25LC640AX-I/ST is AEC-Q100 qualified for automotive applications and rated for the Industrial temperature range (–40°C to +85°C), which covers most under-hood and cabin environments. Its 2.5V–5.5V supply range aligns with automotive 5V and 3.3V domains, and features like hardware write protection (WP pin + STATUS register), >4 kV ESD, and 1M endurance meet automotive reliability requirements. The 25LC640AX-I/ST is commonly deployed in body control modules and infotainment subsystems.

What happens to the write enable latch after a successful write operation in the 25LC640AX-I/ST?

After a successful WRITE, WRSR, or WRDI instruction, the write enable latch (WEL bit) in the 25LC640AX-I/ST is automatically reset to '0'. This means the device immediately disables further writes until WREN is issued again. Power-up, WRSR execution, and WRDI all clear WEL - enforcing strict write gating. The 25LC640AX-I/ST STATUS register reflects this change: WEL=0 indicates write-disabled state, preventing accidental overwrites even if CS remains asserted.

25LC640AX-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:
64Kbit
Memory Organization:
8K 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-TSSOP

25LC640AX-I/ST FAQ

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

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

The price and inventory of 25LC640AX-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 25LC640AX-I/ST is usually 5 days.

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

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

Note: Certain payment methods may incur a processing fee.

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

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

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

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

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

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

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

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

Return procedure for 25LC640AX-I/ST:

1.Submit a request within 90 days.

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

25LC640AX-I/ST Tags

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