Microchip Technology 93C46BT-I/ST
- Part No.:
- 93C46BT-I/ST
- Manufacturer:
- Microchip Technology
- Category:
- Memory
- Package:
- 8-TSSOP (0.173", 4.40mm Width)
- Datasheet:
-
93C46BT-I/ST.pdf
- Description:
- IC EEPROM 1KBIT MICROWIRE 8TSSOP
- Quantity:
- Payment:

- Shipping:

Inventory:2,693
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
93C46BT-I/ST from Microchip Technology Inc. is a 1 Kbit (128 × 8-bit) low-voltage serial EEPROM with Microwire-compatible 3-wire interface, operating at 4.5–5.5 V, rated for industrial temperature (−40°C to +85°C), and housed in an 8-lead SOIC package (ST). It features self-timed erase/write cycles, automatic ERAL before WRAL, power-on/off data protection, and Ready/Busy status signaling via DO pin - used for configuration storage in embedded microcontroller systems.
For engineers reviewing the 93C46BT-I/ST datasheet, 93C46BT-I/ST pinout, 93C46BT-I/ST application, or 93C46BT-I/ST equivalent, key selection considerations include its fixed 8-bit organization (no ORG pin), 4.5–5.5 V supply range, 2 ms program cycle time, industrial-grade temperature rating, and SOIC-8 package compatibility with legacy board layouts.
Technical Context
The 93C46BT-I/ST implements a synchronous 3-wire Microwire interface (CS, CLK, DI/DO) with start-bit detection and opcode-based command decoding. It uses a dedicated 8-bit memory organization (128 × 8), eliminating ORG pin dependency - unlike C-variant parts. All instructions (READ, WRITE, ERASE, ERAL, WRAL, EWEN/EWDS) are clocked on rising CLK edges, with DO providing either serial data output or Ready/Busy status depending on CS timing.
Its internal architecture includes an address decoder, data register, mode decode logic, and output buffer, with power-on reset circuitry that holds the device in Erase/Write Disable (EWDS) state until explicitly enabled. Write operations initiate on the rising edge of CLK during the final data bit (93C-series behavior), and require VCC ≥4.5 V for ERAL and WRAL commands.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory size | 1 Kbit (128 words × 8 bits) - fixed x8 organization; no ORG pin required or functional. |
| Supply voltage | 4.5 V to 5.5 V - incompatible with 3.3 V or 2.5 V systems; requires stable 5 V rail. |
| Operating temperature | −40°C to +85°C (Industrial grade) - validated for use in non-automotive embedded control environments. |
| Write cycle time | 2 ms typical - enables fast firmware parameter updates without blocking host MCU for extended periods. |
| Endurance | 1,000,000 erase/write cycles - supports frequent recalibration or logging in field-deployed equipment. |
| Data retention | 200 years minimum - ensures long-term reliability for infrequently updated configuration data. |
| Interface | Microwire-compatible 3-wire serial (CS, CLK, DI/DO) - minimal GPIO usage; no separate chip select decoding logic needed. |
Pinout & Package
Package: 8-lead SOIC (ST), Pb-free Matte Tin finish, standard footprint compatible with JEDEC MS-012AA.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| 1 (CS) | Chip Select | Active-high enable; must be held low ≥250 ns between instructions; initiates standby when low. |
| 2 (CLK) | Serial Clock | Rising-edge synchronized I/O; stops/resumes freely; no clock required during self-timed write. |
| 3 (DI) | Data Input | Accepts start bit, opcodes, addresses, and write data; shares net with DO only with series resistor. |
| 4 (DO) | Data Output / Status | Outputs read data or Ready/Busy (low = busy); enters High-Z on CS falling edge. |
| 5 (VSS) | Ground | Reference for all I/O and internal logic; must be low-impedance connection. |
| 6 (NC) | No Connect | Internally unconnected; must be left floating or tied to VSS per layout best practice. |
| 7 (NC) | No Connect | Internally unconnected; not bonded; no electrical function. |
| 8 (VCC) | Power Supply | 4.5–5.5 V only; voltage detect threshold is 3.8 V - below which all operations are inhibited. |
Key Features
| Feature | Design Value |
|---|---|
| Self-timed erase/write | Eliminates external timing circuitry; host MCU polls DO pin for completion instead of fixed delays. |
| Automatic ERAL before WRAL | Guarantees full array erase prior to bulk write - prevents partial writes and data corruption. |
| Power-on/off data protection | Hardware-level lockout below 3.8 V VCC prevents inadvertent writes during brown-out or power ramp. |
| Ready/Busy status signaling | DO pin doubles as status indicator - reduces need for additional status lines or polling overhead. |
| 1,000,000 endurance cycles | Supports daily reconfiguration over 27+ years - suitable for field-upgradable calibration tables. |
Applications
| Industrial Sensor Calibration | Microcontroller Configuration Storage |
|---|---|
Use Scenario: Storing factory-calibrated sensor offset/gain coefficients in HVAC controllers. IC Role / Device Role / Timing Role: Nonvolatile configuration memory accessed at boot and during field recalibration. Use Value: Ensures measurement accuracy across product lifetime without requiring battery-backed RAM. | Use Scenario: Holding bootloader settings, communication parameters, and user preferences in PIC-based motor drives. IC Role / Device Role / Timing Role: Serial configuration EEPROM interfaced directly to PIC's SSP module. Use Value: Enables field updates of operational modes without firmware reflashing or hardware changes. |
| Legacy Industrial PLC Modules | Power Supply Trim Storage |
Use Scenario: Retaining I/O mapping and alarm thresholds in DIN-rail mounted PLC expansion modules. IC Role / Device Role / Timing Role: Microwire-compatible memory supporting slow-cycle, high-reliability writes. Use Value: Maintains functional integrity after repeated power cycling and electromagnetic interference exposure. | Use Scenario: Storing digital trim values for adjustable DC-DC converter feedback networks. IC Role / Device Role / Timing Role: Low-pin-count, 5 V-compatible EEPROM for analog subsystem calibration. Use Value: Achieves ±0.5% output voltage stability over temperature and aging without manual potentiometers. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| 93LC46BT-I/ST | 2.5–5.5 V supply range; same 128×8 organization and SOIC-8 package; supports wider voltage operation. | Enables direct replacement in 3.3 V systems where 93C46BT-I/ST cannot operate. | Select when system VCC may drop below 4.5 V or when mixed-voltage board design requires flexibility. |
| AT25010B-SSHL-T | SPI interface (4-wire), 1.8–5.5 V, 1 Kbit (128×8), same SOIC-8 package; no Ready/Busy pin - relies on WIP flag polling. | Requires SPI peripheral instead of Microwire; lacks DO-based status signaling. | Choose when migrating to SPI-based platforms or when higher clock speeds (>3 MHz) are needed. |
Compared with 93LC46BT-I/ST and AT25010B-SSHL-T, the 93C46BT-I/ST offers deterministic 5 V-only operation with hardware-enforced write protection below 3.8 V and integrated Ready/Busy signaling - critical for robustness in industrial 5 V control systems where voltage margin and status visibility are prioritized over multi-voltage support or speed.
Availability
93C46BT-I/ST is available at Aetrix Electronics and suitable for industrial sensor calibration, microcontroller configuration storage, and legacy PLC module design requiring stable component supply with long-term lifecycle assurance.
Supply support for 93C46BT-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 components, and memory solutions, headquartered in Chandler, Arizona.
The 93C46BT-I/ST belongs to Microchip's legacy 93Cxx serial EEPROM family, designed specifically for cost-sensitive, 5 V industrial control applications requiring high reliability, simple 3-wire interfacing, and long data retention.
FAQ
What is the supply voltage range for the 93C46BT-I/ST?
The 93C46BT-I/ST operates strictly within 4.5 V to 5.5 V. Below 3.8 V, internal voltage detection disables all write operations to prevent data corruption - making it unsuitable for 3.3 V systems. This differs from the 93LC46BT-I/ST, which supports 2.5–5.5 V. Always verify VCC stability during power-up and brown-out conditions when using the 93C46BT-I/ST.
Does the 93C46BT-I/ST have an ORG pin, and what memory organization does it support?
No, the 93C46BT-I/ST is an 'A'-suffix variant and has no functional ORG pin (pins 6 and 7 are NC). It implements a fixed 128 × 8-bit (x8) organization only. Unlike 'C'-suffix parts, it does not support runtime switching between x8 and x16 modes - simplifying layout but limiting flexibility in multi-platform designs.
How does the Ready/Busy status work on the 93C46BT-I/ST?
The DO pin of the 93C46BT-I/ST serves dual purpose: serial data output during READ, and Ready/Busy status during erase/write. After initiating a WRITE or ERASE command, bring CS high for ≥250 ns, then sample DO - low indicates ongoing operation, high means complete. The status clears automatically after completion or can be reset by issuing a Start bit followed by CS low.
What is the maximum clock frequency supported by the 93C46BT-I/ST?
The 93C46BT-I/ST supports up to 3 MHz clock frequency when VCC is 4.5–5.5 V. AC timing parameters (e.g., TCKH ≥200 ns, TCKL ≥100 ns) are guaranteed across the full industrial temperature range. Exceeding 3 MHz may cause setup/hold violations and unreliable command execution - especially under worst-case voltage and temperature conditions.
Can the 93C46BT-I/ST be used as a direct replacement for the 93C46B-I/SN?
Yes - both are 128 × 8-bit, 4.5–5.5 V, industrial-grade variants in the 93Cxx family. The 93C46BT-I/ST uses SOIC-8 (ST) packaging, while 93C46B-I/SN uses PDIP-8 (SN). Pinouts are identical (1:CS, 2:CLK, 3:DI, 4:DO, 5:VSS, 6:NC, 7:NC, 8:VCC), enabling drop-in replacement on boards designed for SOIC-8 footprints. No schematic or firmware changes are required.
93C46BT-I/ST Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Microchip Technology
- Series:
- -
- Package/Case:
- 8-TSSOP (0.173", 4.40mm Width)
- Packaging:
- Tape & Reel (TR)
- Product Status:
- Active
- Programmable:
- Not Verified
- Memory Type:
- Non-Volatile
- Memory Format:
- EEPROM
- Technology:
- EEPROM
- Memory Size:
- 1Kbit
- Memory Organization:
- 64 x 16
- Memory Interface:
- Microwire
- Clock Frequency:
- 2 MHz
- Write Cycle Time - Word, Page:
- 2ms
- Access Time:
- -
- Voltage - Supply:
- 4.5V ~ 5.5V
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 8-TSSOP
93C46BT-I/ST FAQ
1.How can I place an order for 93C46BT-I/ST through Aetrix?
Please submit a Request for Quotation (RFQ) for 93C46BT-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 93C46BT-I/ST reliable?
The price and inventory of 93C46BT-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 93C46BT-I/ST is usually 5 days.
3.What payment methods are accepted for 93C46BT-I/ST?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 93C46BT-I/ST transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for 93C46BT-I/ST?
93C46BT-I/ST orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your 93C46BT-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 93C46BT-I/ST?
For technical support, including 93C46BT-I/ST datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 93C46BT-I/ST requirements.
6.How does Aetrix verify that 93C46BT-I/ST is sourced from the original manufacturer or authorized distributors?
All 93C46BT-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 93C46BT-I/ST meets industry standards.
7.What is the process for return or replacement of 93C46BT-I/ST?
All 93C46BT-I/ST units undergo pre-shipment inspection (PSI). If there is an issue with 93C46BT-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 93C46BT-I/ST part is unused and in its original packaging.
Return procedure for 93C46BT-I/ST:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
93C46BT-I/ST 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…
