Skip to main content
Microchip Technology 11LC020-I/P — Interface & Transceivers

Microchip 11LC020-I/P 2Kbit Single-Wire EEPROM, 8-PDIP

MPN11LC020-I/P
End of Life

Microchip 11LC020-I/P, 2Kbit Serial EEPROM, Single-Wire Interface, 100 kHz, 2.5V-5.5V, 8-PDIP (0.300", 7.62mm), -40°C to 85°C, Tube.

$0.38Ref. price · indicative, final on quote
Packaging8-DIP (0.300", 7.62mm)
StockContact for availability
MOQ1 pcs
  • 100% new & originalTraceable channels only — no refurbs, no pulls, no remarked parts.
  • Date & lot codes on quoteStated per line before you commit; label photos on request.
  • MSL-compliant ESD packingMoisture-sealed bags with indicator cards; reels photo-verified.
  • PayPal buyer protectionPay by T/T, PayPal or Payoneer — card payments covered end to end.

Specifications

11LC020-I/P Technical Specifications
ParameterValue
Memory typeNon-Volatile
Mounting typeThrough Hole
Voltage2.5V ~ 5.5V
Frequency100 kHz
Memory interfaceSingle Wire
Operating temperature-40°C ~ 85°C (TA)
PackageTube
TechnologyEEPROM
Memory size2Kbit
Memory formatEEPROM
Case8-DIP (0.300\", 7.62mm)
Memory organization256 x 8
Write cycle time - word, page5ms

Product details

Single-wire EEPROM for pin-constrained designs

The Microchip 11LC020-I/P is a 2Kbit serial EEPROM that communicates over a single-wire interface, needing only one I/O pin on the host microcontroller for both data and clock. The 8-pin DIP package (0.300" body, 7.62mm pitch) is through-hole, so it's a natural for prototype boards, legacy rework, or environments where a socketed part is preferred over soldering a surface-mount package.

Package and mounting

The single-wire protocol runs at 100 kHz, which is slower than a typical I2C EEPROM (400 kHz) but adequate for storing a few hundred bytes of configuration data. Write-cycle time is 5 ms per word or page, so bulk writes take a moment — plan for a small delay in firmware if you're writing multiple bytes back-to-back. The 256 x 8 organization means each addressable byte is written individually; there's no page buffer larger than one byte, so each write takes the full 5 ms.

Runs from 2.5V to 5.5V, so it bridges 3.3V and 5V logic without a regulator or level shifter — handy for mixed-voltage boards. No AEC-Q qualification is listed, so it's not a first choice for safety-rated automotive paths without additional screening.

The through-hole PDIP package also means it's straightforward to hand-assemble or rework on a prototype run.

Frequently asked questions

Is 11LC020-I/P compatible with 24LC02?

No — the 11LC020 uses a single-wire interface, while the 24LC02 uses I2C. They are not pin-compatible and the bus protocols are different. The 11LC020 needs only one MCU pin; the 24LC02 needs SDA and SCL plus an address line. If your firmware already has an I2C driver, the 24C02C-E/P or 34AA02-I/P are closer functional matches, but they require two I/O lines and pull-up resistors.

Does 11LC020-I/P require external components for single wire operation?

Yes — the single-wire bus needs a pull-up resistor on the data line, typically 4.7 kΩ to 10 kΩ to VCC, similar to an open-drain I2C line. No other external components are required for basic operation. The 5 ms write cycle is internally timed, so no external timing is needed.