Microchip Technology 25LC040-I/P
- Part No.:
- 25LC040-I/P
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- 8-DIP (0.300", 7.62mm)
- Datasheet:
-
25LC040-I/P.pdf
- Description:
- IC EEPROM 4KBIT SPI 2MHZ 8DIP
- Quantity:
- Payment:

- Shipping:

Inventory:4,579
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
25LC040-I/P from Microchip Technology Inc. is a 4 Kbit (512 × 8) SPI-compatible serial EEPROM with industrial temperature range (−40°C to +85°C), 2 MHz max clock frequency at VCC ≥ 2.5V, and 8-pin PDIP package. It features hardware write protection (WP pin), HOLD suspend functionality, and 16-byte page write capability - used for nonvolatile parameter storage in microcontroller-based embedded systems requiring low-power, reliable data retention.
For engineers reviewing the 25LC040-I/P datasheet, 25LC040-I/P pinout, 25LC040-I/P application, or 25LC040-I/P equivalent, this page delivers verified electrical specs, validated SPI timing behavior, confirmed industrial-grade reliability (1M endurance, >200-year data retention), and precise package mapping for PCB layout and firmware integration.
Technical Context
The 25LC040-I/P implements a standard SPI Mode 0,0 (CPOL=0, CPHA=0) interface with separate SI (data-in) and SO (data-out) lines, requiring CS, SCK, SI, SO, WP, HOLD, VCC, and VSS connections. Its internal architecture includes an 8-bit instruction register, auto-incrementing address pointer for sequential reads, and a STATUS register with WIP/WEL/BP bits accessible via RDSR/WRSR commands.
Write operations require explicit WREN instruction followed by CS high-to-low transition to initiate self-timed internal write cycle (≤5 ms). Block protection is configurable via BP0/BP1 bits to lock 0%, 25%, 50%, or 100% of the 512-byte array, while WP pin provides hardware-level write disable independent of latch state.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory size | 4 Kbit (512 × 8-bit array) - supports small configuration tables, calibration data, or device ID storage without external memory controller overhead. |
| Max clock frequency | 2 MHz at VCC ≥ 2.5V - enables fast read/write transfers compatible with mid-speed MCU SPI peripherals. |
| Page size | 16 bytes - limits burst writes to one page boundary; crossing pages requires multiple write cycles, affecting firmware buffer management. |
| Write cycle time | 5 ms maximum - defines minimum inter-write delay; firmware must poll WIP bit or wait before issuing next command. |
| Endurance / Retention | 1 million erase/write cycles; >200 years data retention - suitable for infrequently updated system parameters in industrial control units. |
| Supply voltage range | 2.5V to 5.5V - interoperable with 3.3V and 5V logic domains; not rated for 1.8V operation (unlike 25AA040). |
| Operating temperature | −40°C to +85°C (Industrial grade) - qualified for use in factory automation, HVAC controllers, and power metering equipment. |
Pinout & Package
8-pin Plastic Dual In-line Package (PDIP), 300 mil width, through-hole mount. Pin 1 is CS (Chip Select), pin 4 is VSS (ground), pin 8 is VCC (supply), and pin 7 is HOLD - all pins match JEDEC MS-001 standard.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| CS (Pin 1) | Chip Select input | Active-low enable: drives device into active mode; high state places SO in high-Z for bus sharing; rising edge after write sequence triggers internal write cycle. |
| SO (Pin 2) | Serial Output | Data output line: shifts out MSB-first on falling edge of SCK; tri-states when CS high or HOLD low. |
| WP (Pin 3) | Write-Protect input | Hardware lock: low disables all writes to memory and STATUS register regardless of WEL state; critical for fail-safe configuration storage. |
| VSS (Pin 4) | Ground reference | Primary return path for all I/O and core logic; must be low-impedance connection to avoid noise-induced SPI errors. |
| SI (Pin 5) | Serial Input | Data/command input: latches instruction, address, and data on rising edge of SCK; accepts MSB-first 8-bit sequences only. |
| SCK (Pin 6) | Serial Clock input | Synchronization signal: defines timing for SI sampling (rising edge) and SO update (falling edge); supports up to 2 MHz in 25LC040-I/P. |
| HOLD (Pin 7) | Communication suspend | Pauses ongoing SPI transfer without resetting state: must be asserted while SCK is low; releases on rising edge while SCK low to resume from same byte position. |
| VCC (Pin 8) | Power supply | 2.5–5.5V DC input: powers EEPROM core and I/O buffers; internal regulation ensures stable operation across voltage range. |
Key Features
| Feature | Design Value |
|---|---|
| Self-timed write cycle | Eliminates need for external timing control: firmware polls WIP bit or waits fixed 5 ms; reduces CPU overhead during nonvolatile updates. |
| Hardware write protection (WP) | Physically blocks writes independent of software state - prevents corruption during brown-out, reset, or firmware fault conditions. |
| 16-byte page write | Enables efficient multi-byte programming within single page; crossing page boundaries requires additional CS toggling and latency. |
| HOLD pin suspend function | Preserves SPI transaction state during host interrupt servicing - avoids re-sending full command/address/data sequence after priority task completion. |
| Block protection via STATUS register | BP0/BP1 bits allow selective locking of upper 25%, 50%, or 100% of memory - supports partitioned storage for firmware vs. user data. |
Applications
| Industrial Sensor Calibration | Smart Meter Firmware Parameters |
|---|---|
|
Use Scenario: Storing factory-calibrated ADC offset/gain coefficients and temperature compensation tables in environmental monitoring sensors. IC Role / Device Role / Timing Role: Nonvolatile configuration storage accessed once per power-up or during field recalibration; SPI read occurs during initialization sequence. Use Value: Enables traceable, field-updatable calibration without requiring MCU program memory or external flash - leveraging 1M endurance for lifetime recalibration cycles. |
Use Scenario: Holding tariff schedules, billing thresholds, and communication protocol settings in electricity/water meters operating unattended for 10+ years. IC Role / Device Role / Timing Role: Persistent parameter store updated only during firmware upgrades or utility-configured events; accessed via SPI during boot and runtime queries. Use Value: Guarantees >200-year data retention and immunity to power loss during writes - critical for revenue-grade metering compliance. |
| PLC I/O Module Configuration | Medical Device Usage Logs |
|
Use Scenario: Saving channel-specific scaling factors, alarm limits, and input filter settings in programmable logic controller analog I/O modules. IC Role / Device Role / Timing Role: SPI EEPROM interfaced directly to PLC's ARM Cortex-M MCU; written during commissioning or maintenance mode. Use Value: Provides deterministic 5 ms write latency and hardware WP pin to prevent accidental overwrites during live operation - meeting IEC 61131-3 configuration integrity requirements. |
Use Scenario: Recording timestamped operational events (e.g., sterilization cycles, battery discharge logs) in portable diagnostic equipment with strict audit trail requirements. IC Role / Device Role / Timing Role: Dedicated nonvolatile log buffer accessed via SPI during idle MCU cycles; writes occur in 16-byte bursts aligned to page boundaries. Use Value: Delivers 1M write cycles - sufficient for >27 years of daily 100-event logging - and ESD-hardened (4 kV) I/O for clinical environment robustness. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| 25AA040-I/P | Wider VCC range (1.8–5.5V); supports 1 MHz at 1.8V; identical pinout and instruction set. | Better suited for battery-powered or mixed-voltage systems where 1.8V operation is required. | Select 25AA040-I/P if design operates below 2.5V; otherwise 25LC040-I/P offers higher speed at 3.3V/5V rails. |
| 25LC040A-I/P | Enhanced revision with improved ESD rating (>6 kV HBM), tighter AC timing specs, and updated qualification per AEC-Q100 stress tests. | Approved for new designs; replaces legacy 25LC040 per Microchip notice DS21204E-page 1. | Prefer 25LC040A-I/P for production releases; 25LC040-I/P remains valid for legacy repair or existing BOM continuity. |
Compared with 25LC040-I/P, 25AA040-I/P adds 1.8V compatibility at reduced speed, while 25LC040A-I/P improves robustness and qualifies for new designs - making the original part optimal only for cost-sensitive, voltage-stable 2.5–5.5V industrial replacements.
Availability
25LC040-I/P is available at Aetrix Electronics and suitable for industrial sensor calibration, smart meter firmware parameters, and PLC I/O module configuration requiring stable component supply across extended product lifecycles.
Supply support for 25LC040-I/P 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 25LC040-I/P belongs to Microchip's legacy SPI Serial EEPROM product line, designed specifically for low-power, high-reliability nonvolatile data storage in industrial and commercial embedded systems where pin count, board space, and firmware simplicity are critical.
FAQ
What is the maximum SPI clock frequency supported by the 25LC040-I/P?
The 25LC040-I/P supports up to 2 MHz maximum clock frequency when VCC is 2.5V or higher. At VCC = 1.8V, it is not rated - that specification applies only to the 25AA040 variant. This 2 MHz limit ensures reliable data sampling on SI and stable SO output timing under industrial temperature conditions.
Does the 25LC040-I/P support 1.8V operation?
No, the 25LC040-I/P does not support 1.8V operation. Its specified VCC range is 2.5V to 5.5V. For 1.8V systems, Microchip recommends the 25AA040-I/P, which shares identical pinout and instruction set but extends down to 1.8V with reduced maximum clock speed (1 MHz).
How does the HOLD pin function during an active SPI transaction on the 25LC040-I/P?
The HOLD pin on the 25LC040-I/P suspends ongoing SPI communication without resetting the internal state. When pulled low while SCK is low, SI/SO/SCK enter high-impedance and all inputs except CS are ignored. Resuming requires bringing HOLD high while SCK remains low - then transmission continues from the exact bit position where it paused.
What is the purpose of the WP (Write-Protect) pin on the 25LC040-I/P?
The WP pin on the 25LC040-I/P provides hardware-level write inhibition: when held low, it disables all writes to both memory array and STATUS register - even if the write-enable latch (WEL) is set. This ensures fail-safe protection against spurious writes during power transients or firmware errors.
Is the 25LC040-I/P still recommended for new designs?
No - Microchip explicitly states "Not recommended for new designs" in DS21204E-page 1 and recommends migrating to the enhanced 25LC040A-I/P. The original 25LC040-I/P remains valid for legacy repair, second-source procurement, or BOM continuity where redesign is not feasible.
25LC040-I/P Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- 8-DIP (0.300", 7.62mm)
- 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:
- 2 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:
- Through Hole
- Supplier Device Package:
- 8-PDIP
25LC040-I/P FAQ
1.How can I place an order for 25LC040-I/P through Aetrix?
Please submit a Request for Quotation (RFQ) for 25LC040-I/P 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 25LC040-I/P reliable?
The price and inventory of 25LC040-I/P are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 25LC040-I/P is usually 5 days.
3.What payment methods are accepted for 25LC040-I/P?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 25LC040-I/P transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for 25LC040-I/P?
25LC040-I/P orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your 25LC040-I/P 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 25LC040-I/P?
For technical support, including 25LC040-I/P datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 25LC040-I/P requirements.
6.How does Aetrix verify that 25LC040-I/P is sourced from the original manufacturer or authorized distributors?
All 25LC040-I/P 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 25LC040-I/P meets industry standards.
7.What is the process for return or replacement of 25LC040-I/P?
All 25LC040-I/P units undergo pre-shipment inspection (PSI). If there is an issue with 25LC040-I/P, 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 25LC040-I/P part is unused and in its original packaging.
Return procedure for 25LC040-I/P:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
25LC040-I/P 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…

