Microchip Technology 93LC46C-I/P
- Part No.:
- 93LC46C-I/P
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- 8-DIP (0.300", 7.62mm)
- Datasheet:
-
93LC46C-I/P.pdf
- Description:
- IC EEPROM 1KBIT MICROWIRE 8DIP
- Quantity:
- Payment:

- Shipping:

Inventory:3,659
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
93LC46C-I/P from Microchip Technology Inc. is a 1 Kbit (128 × 8 or 64 × 16) low-voltage serial EEPROM with Microwire-compatible 3-wire interface, ORG pin for runtime word-size selection, and industrial temperature range (−40°C to +85°C). It features self-timed erase/write cycles, automatic ERAL before WRAL, power-on/off data protection, and 1,000,000 endurance cycles - used in microcontroller configuration storage, calibration data retention, and firmware parameter backup.
For engineers reviewing the 93LC46C-I/P datasheet, 93LC46C-I/P pinout, 93LC46C-I/P application, or 93LC46C-I/P equivalent, key selection considerations include VCC range (2.5–5.5 V), ORG-configurable organization, Ready/Busy status signaling via DO, sequential read capability, and Pb-free PDIP packaging compatibility with legacy through-hole designs.
Technical Context
The 93LC46C-I/P implements a synchronous serial Microwire interface with CS, CLK, and DI/DO lines, where instruction execution begins on detection of a Start bit (CS high and DI high on CLK rising edge). Memory organization is dynamically selected by the ORG pin: logic high enables 64 × 16-bit mode; logic low enables 128 × 8-bit mode.
It uses CMOS EEPROM technology with on-chip auto-erase prior to write, integrated power-on reset detection (VPOR = 1.5 V typical), and Erase/Write Enable/Disable (EWEN/EWDS) command protocol to prevent accidental programming. Standby current is ≤1 µA at I-temp, and write cycle time is 6 ms for erase/write operations.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory size | 1 Kbit (configurable as 128 × 8 or 64 × 16) |
| VCC range | 2.5 V to 5.5 V - supports mixed-voltage systems including 3.3 V and 5 V MCUs |
| Interface | Microwire-compatible 3-wire serial (CS, CLK, DI/DO) - minimal GPIO usage, no SPI mode bits required |
| Endurance | 1,000,000 erase/write cycles - suitable for frequent parameter updates in field-deployed devices |
| Data retention | >200 years at 25°C - ensures long-term reliability in unpowered storage applications |
| Temperature range | −40°C to +85°C (Industrial grade) - validated for embedded control and industrial automation environments |
| Write cycle time | 6 ms (erase/write) - deterministic timing enables predictable firmware update latency |
Pinout & Package
93LC46C-I/P is supplied in an 8-lead plastic dual in-line package (PDIP), with lead finish Matte Tin (Pb-free). Pin 1 is marked by laser dot; package conforms to JEDEC MS-001 standard.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| 1 CS | Chip Select | Active-high enable; must be held low ≥250 ns between instructions; deselects device into standby mode |
| 2 CLK | Serial Clock | Synchronizes all data transfers; rising edge clocks in opcode/address/data; stoppable mid-sequence |
| 3 DI | Data Input | Accepts Start bit, opcodes, addresses, and write data; shares bidirectional bus with DO when externally wired |
| 4 DO | Data Output / Status | Outputs read data or Ready/Busy status (low = busy); enters High-Z when CS is low or during non-read states |
| 5 VSS | Ground | Reference return path for all signals and internal circuitry; requires low-impedance connection |
| 6 ORG | Organization Select | Logic high → 64 × 16-bit mode; logic low → 128 × 8-bit mode; must be externally biased, not floating |
| 7 NC | No Internal Connection | Unbonded pad; electrically isolated; may be left unconnected or tied to ground per layout best practice |
| 8 VCC | Power Supply | Primary supply input; includes internal voltage detect (VPOR = 1.5 V) for automatic data protection during brownout |
Key Features
| Feature | Design Value |
|---|---|
| ORG pin configuration | Enables runtime selection between 8-bit and 16-bit data bus width without hardware redesign |
| Self-timed erase/write | Eliminates need for external timing control or polling delays beyond TWC = 6 ms maximum |
| Auto-ERAL before WRAL | Guarantees full array erasure prior to bulk write, preventing stale data corruption |
| Power-on/off protection | Hardware-level lockout below VPOR = 1.5 V prevents inadvertent writes during power ramp |
| Ready/Busy status on DO | Allows efficient polling instead of fixed delay waits, reducing MCU active time during programming |
Applications
| Motor Control Configuration Storage | Smart Sensor Calibration Data |
|---|---|
Use Scenario: Storing motor commutation tables, PID tuning parameters, and fault log history in industrial BLDC drives. IC Role / Device Role / Timing Role: Nonvolatile configuration memory interfaced to MCU via 3-wire Microwire; accessed during boot and runtime reconfiguration. Use Value: Enables field-upgradable motor profiles without firmware reflashing; 1M endurance supports >10 years of daily parameter adjustments. | Use Scenario: Retaining factory-trimmed offset/gain coefficients and temperature compensation curves in MEMS pressure sensors. IC Role / Device Role / Timing Role: Dedicated calibration memory mapped to sensor ASIC or host MCU; read at power-on and during self-test sequences. Use Value: Maintains measurement accuracy across lifetime; >200-year data retention eliminates recalibration requirements in sealed modules. |
| Embedded System Bootloader Parameters | IoT Edge Device Identity Storage |
Use Scenario: Holding secure boot flags, firmware version locks, and watchdog timeout settings in medical diagnostic equipment. IC Role / Device Role / Timing Role: Trusted configuration store accessed exclusively by bootloader pre-application launch; protected by EWEN/EWDS protocol. Use Value: Prevents unauthorized firmware downgrade or tampering; hardware POR protection blocks writes during unstable power conditions. | Use Scenario: Storing unique device identifiers (UID), TLS certificate fingerprints, and OTA update keys in battery-powered environmental monitors. IC Role / Device Role / Timing Role: Secure identity vault with minimal pin count; accessed only during provisioning and secure boot verification. Use Value: Reduces BOM cost vs. dedicated secure elements while meeting basic cryptographic key persistence requirements. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| 93LC46B-I/P | Dedicated 64 × 16-bit organization; no ORG pin - fixed 16-bit interface | Requires 16-bit MCU data bus or software bit-packing; no runtime reconfiguration | Select when memory width is fixed and ORG flexibility is unnecessary; identical timing and endurance |
| AT25010B-PU | SPI interface (4-wire), 1 Kbit, 1.8–5.5 V; no ORG pin; 5 MHz max clock | Requires SPI-capable MCU; incompatible instruction set and timing; no ERAL/WRAL auto-erase | Choose for SPI-native designs needing higher throughput; verify software driver compatibility and erase management logic |
Compared with 93LC46B-I/P and AT25010B-PU, the 93LC46C-I/P uniquely supports dynamic 8/16-bit mode switching via ORG, retains Microwire simplicity with 3-wire operation, and provides guaranteed auto-erase before WRAL - critical for robust parameter management in resource-constrained controllers.
Availability
93LC46C-I/P is available at Aetrix Electronics and suitable for motor control configuration storage, smart sensor calibration data, and embedded system bootloader parameters requiring stable component supply across industrial temperature ranges and long product lifecycles.
Supply support for 93LC46C-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 components, and memory solutions, headquartered in Chandler, Arizona, with global design and manufacturing operations.
The 93LC46C belongs to Microchip's legacy 93XX serial EEPROM family, designed specifically for low-pin-count, low-power nonvolatile storage in cost-sensitive embedded systems where Microwire compatibility and flexible word-width configuration are essential.
FAQ
What is the function of the ORG pin on the 93LC46C-I/P?
The ORG pin on the 93LC46C-I/P selects memory organization: tied to VCC it configures the device as 64 × 16-bit; tied to VSS it configures as 128 × 8-bit. This pin is mandatory for operation - it must be externally biased to a valid logic level, not left floating. The 93LC46C-I/P is the only 'C' variant in its family offering this runtime configurability, distinguishing it from fixed-organization 'A' and 'B' versions.
Does the 93LC46C-I/P support sequential read operations?
Yes, the 93LC46C-I/P supports sequential read: when CS remains high after a READ instruction, the internal address counter automatically increments, and subsequent clock cycles output data from consecutive memory locations. This eliminates the need to reissue the READ command and address for each byte/word, improving efficiency in bulk data retrieval scenarios such as loading configuration blocks into MCU RAM.
What is the minimum VCC required for reliable operation of the 93LC46C-I/P?
The 93LC46C-I/P requires VCC ≥ 2.5 V for full specification compliance across its industrial temperature range. Its internal power-on reset circuit activates below 1.5 V (typical), disabling all write operations to prevent data corruption during brownout. Operation below 2.5 V is not characterized and may result in undefined behavior, failed writes, or incomplete erase cycles - always maintain VCC within 2.5–5.5 V per the datasheet.
How does the Ready/Busy status work on the 93LC46C-I/P DO pin?
The DO pin of the 93LC46C-I/P serves dual purpose: during READ it outputs data; during erase/write it signals Ready/Busy. After initiating ERASE, WRITE, ERAL, or WRAL, bring CS high for ≥250 ns (TCSL), then sample DO - low indicates ongoing operation, high indicates completion. DO returns to High-Z when CS is low. This allows efficient polling without fixed delays, reducing MCU active time during programming.
Is the 93LC46C-I/P RoHS compliant and Pb-free?
Yes, the 93LC46C-I/P is RoHS compliant and features a Matte Tin (Sn) Pb-free finish per JEDEC standards. The 'I/P' suffix explicitly denotes Industrial temperature grade in an 8-lead PDIP package with Pb-free termination. All package variants in the 93LC46x family, including the 93LC46C-I/P, meet RoHS Directive 2011/65/EU and are suitable for environmentally regulated markets.
93LC46C-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:
- Not Verified
- Memory Type:
- Non-Volatile
- Memory Format:
- EEPROM
- Technology:
- EEPROM
- Memory Size:
- 1Kbit
- Memory Organization:
- 128 x 8, 64 x 16
- Memory Interface:
- Microwire
- Clock Frequency:
- 3 MHz
- Write Cycle Time - Word, Page:
- 6ms
- 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
93LC46C-I/P FAQ
1.How can I place an order for 93LC46C-I/P through Aetrix?
Please submit a Request for Quotation (RFQ) for 93LC46C-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 93LC46C-I/P reliable?
The price and inventory of 93LC46C-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 93LC46C-I/P is usually 5 days.
3.What payment methods are accepted for 93LC46C-I/P?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 93LC46C-I/P transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for 93LC46C-I/P?
93LC46C-I/P orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your 93LC46C-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 93LC46C-I/P?
For technical support, including 93LC46C-I/P datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 93LC46C-I/P requirements.
6.How does Aetrix verify that 93LC46C-I/P is sourced from the original manufacturer or authorized distributors?
All 93LC46C-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 93LC46C-I/P meets industry standards.
7.What is the process for return or replacement of 93LC46C-I/P?
All 93LC46C-I/P units undergo pre-shipment inspection (PSI). If there is an issue with 93LC46C-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 93LC46C-I/P part is unused and in its original packaging.
Return procedure for 93LC46C-I/P:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
93LC46C-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…

