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 93C46BT-I/ST

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

Inventory:2,693

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

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

ParameterValue and Actual Design Meaning
Memory size1 Kbit (128 words × 8 bits) - fixed x8 organization; no ORG pin required or functional.
Supply voltage4.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 time2 ms typical - enables fast firmware parameter updates without blocking host MCU for extended periods.
Endurance1,000,000 erase/write cycles - supports frequent recalibration or logging in field-deployed equipment.
Data retention200 years minimum - ensures long-term reliability for infrequently updated configuration data.
InterfaceMicrowire-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/TerminalCircuit RoleDesign Meaning
1 (CS)Chip SelectActive-high enable; must be held low ≥250 ns between instructions; initiates standby when low.
2 (CLK)Serial ClockRising-edge synchronized I/O; stops/resumes freely; no clock required during self-timed write.
3 (DI)Data InputAccepts start bit, opcodes, addresses, and write data; shares net with DO only with series resistor.
4 (DO)Data Output / StatusOutputs read data or Ready/Busy (low = busy); enters High-Z on CS falling edge.
5 (VSS)GroundReference for all I/O and internal logic; must be low-impedance connection.
6 (NC)No ConnectInternally unconnected; must be left floating or tied to VSS per layout best practice.
7 (NC)No ConnectInternally unconnected; not bonded; no electrical function.
8 (VCC)Power Supply4.5–5.5 V only; voltage detect threshold is 3.8 V - below which all operations are inhibited.

Key Features

FeatureDesign Value
Self-timed erase/writeEliminates external timing circuitry; host MCU polls DO pin for completion instead of fixed delays.
Automatic ERAL before WRALGuarantees full array erase prior to bulk write - prevents partial writes and data corruption.
Power-on/off data protectionHardware-level lockout below 3.8 V VCC prevents inadvertent writes during brown-out or power ramp.
Ready/Busy status signalingDO pin doubles as status indicator - reduces need for additional status lines or polling overhead.
1,000,000 endurance cyclesSupports daily reconfiguration over 27+ years - suitable for field-upgradable calibration tables.

Applications

Industrial Sensor CalibrationMicrocontroller 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 ModulesPower 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 PartTechnical DifferenceApplication DifferenceSelection Advice
93LC46BT-I/ST2.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-TSPI 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

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