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/SN

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

Inventory:4,745

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/SN from Microchip Technology Inc. is a 1Kbit (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 (SN). It features self-timed erase/write cycles, automatic ERAL/WRAL support, and Ready/Busy status signaling via DO pin - used for configuration storage in embedded controllers and power management ICs.

For engineers reviewing the 93C46BT-I/SN datasheet, 93C46BT-I/SN pinout, 93C46BT-I/SN application, or 93C46BT-I/SN equivalent, key selection criteria include its fixed 8-bit organization (no ORG pin), 2 ms program cycle time, 1 million endurance cycles, 200-year data retention, and compatibility with legacy Microwire-based microcontroller peripherals requiring nonvolatile parameter storage.

Technical Context

The 93C46BT-I/SN implements a synchronous serial Microwire interface with CS, CLK, and DI/DO lines - no ORG pin (dedicated x8 mode). Its internal architecture includes address decoder, data register, and output buffer, supporting sequential read, ERASE, WRITE, ERAL, WRAL, EWEN/EWDS commands. All programming operations require prior EWEN activation and are inhibited below VCC = 3.8 V.

Timing is defined by strict AC parameters: max 3 MHz clock frequency (VCC ≥ 4.5 V), TCKH/TCKL ≤ 200/100 ns, TPD ≤ 200 ns (CL = 100 pF), and TWC = 2 ms for erase/write. Power-on data protection activates at VPOR = 3.8 V, and standby current is ≤ 5 µA across temperature range.

Key Specifications

ParameterValue and Actual Design Meaning
Memory size1 Kbit (128 × 8-bit) - fixed x8 organization; no ORG pin; supports 128-byte parameter storage.
VCC range4.5 V to 5.5 V - requires stable 5 V rail; VPOR = 3.8 V prevents spurious writes during brown-out.
Endurance1,000,000 erase/write cycles - enables frequent calibration or runtime configuration updates.
Data retention> 200 years at 85°C - suitable for long-lifecycle industrial equipment without refresh.
Program cycle time2 ms - deterministic write latency; enables predictable firmware update sequencing.
InterfaceMicrowire 3-wire serial (CS/CLK/DI/DO) - compatible with legacy PIC® and 8051 microcontrollers.
Temp range−40°C to +85°C (Industrial grade) - validated for use in motor drives and PLC I/O modules.

Pinout & Package

8-lead SOIC package (SN), RoHS-compliant, matte tin finish. Pin 1 marked by laser dot; body dimensions 4.9 mm × 3.9 mm × 1.75 mm.

Pin/TerminalCircuit RoleDesign Meaning
CSChip SelectActive-high enable; must be held low ≥250 ns between instructions; deselects device into standby (≤5 µA ICCS).
CLKSerial ClockSynchronizes all data transfers on rising edge; supports stop/resume; no clock required during 2 ms auto-erase/write.
DIData InputAccepts Start bit, opcode, address, and data; high-impedance when CS low.
DOData Output / StatusOutputs read data or Ready/Busy (low = busy); enters High-Z on CS falling edge.
VSSGroundReference for all I/O and internal logic; must be low-impedance connection.
NCNo ConnectPin 7 - internally unconnected; must be left floating or tied to VSS per layout best practice.
VCCPower Supply4.5–5.5 V supply; powers internal charge pump for write; VPOR = 3.8 V ensures data integrity during power ramp.

Key Features

FeatureDesign Value
Self-timed erase/writeEliminates external timing control - 2 ms fixed duration enables deterministic firmware state machine design.
Automatic ERAL before WRALEnsures full array readiness before bulk write; removes need for separate erase command in boot-loader sequences.
Power-on/off data protectionHardware lockout below VPOR = 3.8 V prevents corruption during power-up/down transients in 5 V systems.
Ready/Busy status on DOEnables polling-based write completion detection without interrupt or timer overhead in resource-constrained MCUs.
128 × 8-bit fixed organizationSimplifies address decoding and software driver development - no ORG pin routing or configuration logic required.

Applications

Motor Control ConfigurationIndustrial Sensor Calibration

Use Scenario: Storing motor phase offset, current limit thresholds, and PID gains in a BLDC driver board.

IC Role / Device Role / Timing Role: Nonvolatile configuration store accessed at startup and during field calibration via MCU SPI-like Microwire interface.

Use Value: Enables field-upgradable tuning without firmware reflash; 1M endurance supports >100 calibrations over product lifetime.

Use Scenario: Retaining factory-trimmed ADC offset/gain coefficients and temperature compensation tables in a pressure sensor module.

IC Role / Device Role / Timing Role: Read-on-power-up parameter loader; write-on-calibration data recorder using MCU's serial peripheral.

Use Value: Eliminates manual trim potentiometers; 200-year retention guarantees calibration validity across equipment service life.

Power Supply SequencingLegacy Embedded System Boot Config

Use Scenario: Holding voltage-rail enable delays, fault timeout values, and soft-start ramp rates in an isolated DC/DC controller.

IC Role / Device Role / Timing Role: Static configuration memory mapped to power management ASIC's initialization routine.

Use Value: Allows one hardware design to support multiple output configurations via software-defined settings.

Use Scenario: Storing boot device priority, UART baud rate, and watchdog timeout in an older industrial HMI running 8051 firmware.

IC Role / Device Role / Timing Role: Microwire-compatible EEPROM directly interfaced to 8051's bit-banged GPIO pins.

Use Value: Maintains backward compatibility with legacy codebase while upgrading to Pb-free, RoHS-compliant component.

Equivalent & Alternatives

The following parts are listed as comparable options for similar serial EEPROM applications.

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
93C46B-I/SN16-bit organization (64 × 16); same VCC, temp, package; no ORG pin.Requires 16-bit MCU data path alignment; incompatible with existing 8-bit address/data software.Select only if system uses native 16-bit bus and firmware supports x16 addressing.
AT25010B-MAHL-T1 Kbit SPI interface (4-wire), 1.8–5.5 V, 10 MHz clock, 5 ms write time.Requires SPI master instead of Microwire; higher speed but longer write latency; different command set.Choose for new designs needing faster clock or broader VCC range; not drop-in for 93C46BT-I/SN.

Compared with 93C46B-I/SN and AT25010B-MAHL-T, the 93C46BT-I/SN offers guaranteed 8-bit compatibility, minimal software porting effort, and deterministic 2 ms write timing - critical for real-time configuration updates in established Microwire-based platforms.

Availability

93C46BT-I/SN is available at Aetrix Electronics and suitable for motor control, industrial sensor calibration, power supply sequencing, and legacy embedded system boot configuration requiring stable component supply and long-term obsolescence management.

Supply support for 93C46BT-I/SN 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, serving industrial, automotive, and consumer markets globally.

The 93C46 series belongs to Microchip's legacy Microwire-compatible EEPROM product line, designed specifically for cost-sensitive, low-pin-count embedded systems requiring reliable nonvolatile storage with minimal MCU resource usage.

FAQ

What is the memory organization of the 93C46BT-I/SN?

The 93C46BT-I/SN has a fixed 128 × 8-bit (1 Kbit) organization with no ORG pin - it operates exclusively in x8 mode. This eliminates external configuration logic and simplifies firmware driver development compared to C-variant parts that require ORG pin control for x8/x16 selection. The 93C46BT-I/SN is functionally identical to the 93C46A-I/SN per Microchip's device selection table.

Does the 93C46BT-I/SN support 3.3 V operation?

No, the 93C46BT-I/SN does not support 3.3 V operation. Its specified VCC range is strictly 4.5 V to 5.5 V, with power-on reset threshold VPOR = 3.8 V. Attempting to operate below 4.5 V may result in unreliable read/write behavior or failure to exit standby mode. For 3.3 V systems, consider the 93LC46A-I/SN (2.5–5.5 V) or 93AA46A-I/SN (1.8–5.5 V) variants instead.

How is the Ready/Busy status monitored on the 93C46BT-I/SN?

The Ready/Busy status is signaled on the DO pin: logic low indicates ongoing erase/write, and logic high confirms completion. To poll status, bring CS high after ≥250 ns low time (TCSL), then sample DO on CLK rising edges. DO returns to High-Z on CS falling edge. This allows simple polling without interrupts - a key design advantage for resource-constrained microcontrollers interfacing with the 93C46BT-I/SN.

What is the maximum clock frequency supported by the 93C46BT-I/SN?

The 93C46BT-I/SN supports up to 3 MHz clock frequency when VCC is 4.5 V to 5.5 V. AC timing parameters (e.g., TCKH = 200 ns min, TCKL = 100 ns min) are specified under these conditions. Operating above 3 MHz violates setup/hold timing and risks command corruption. For robust operation in noisy environments, derating to 2 MHz is recommended in the 93C46BT-I/SN design-in phase.

Is the 93C46BT-I/SN RoHS compliant and lead-free?

Yes, the 93C46BT-I/SN is RoHS compliant and features a matte tin (Pb-free) finish per Microchip's packaging specification. The "SN" suffix denotes the 8-lead SOIC package with lead-free termination. Full compliance documentation, including substance declarations and test reports, is available through Microchip's quality portal and is verified for shipment to EU, China, and other regulated markets.

93C46BT-I/SN Specifications

Product attributes
Attribute value
Manufacturer:
Microchip Technology
Series:
-
Package/Case:
8-SOIC (0.154", 3.90mm Width)
Packaging:
Tape & Reel (TR)
Product Status:
Active
Programmable:
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-SOIC

93C46BT-I/SN FAQ

1.How can I place an order for 93C46BT-I/SN through Aetrix?

Please submit a Request for Quotation (RFQ) for 93C46BT-I/SN 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/SN reliable?

The price and inventory of 93C46BT-I/SN 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/SN is usually 5 days.

3.What payment methods are accepted for 93C46BT-I/SN?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 93C46BT-I/SN transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for 93C46BT-I/SN?

93C46BT-I/SN orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your 93C46BT-I/SN 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/SN?

For technical support, including 93C46BT-I/SN datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 93C46BT-I/SN requirements.

6.How does Aetrix verify that 93C46BT-I/SN is sourced from the original manufacturer or authorized distributors?

All 93C46BT-I/SN 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/SN meets industry standards.

7.What is the process for return or replacement of 93C46BT-I/SN?

All 93C46BT-I/SN units undergo pre-shipment inspection (PSI). If there is an issue with 93C46BT-I/SN, 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/SN part is unused and in its original packaging.

Return procedure for 93C46BT-I/SN:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

93C46BT-I/SN Tags

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