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 93C46CT-I/MS

Part No.:
93C46CT-I/MS
Manufacturer:
Microchip Technology
Category:
Memory
Package:
8-TSSOP, 8-MSOP (0.118", 3.00mm Width)
Datasheet:
Aetrix93C46CT-I/MS.pdf
Description:
IC EEPROM 1KBIT MICROWIRE 8MSOP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:3,036

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

93C46CT-I/MS from Microchip Technology is a 1 Kbit (128 × 8-bit) low-voltage serial EEPROM with Microwire-compatible 3-wire interface, 4.5–5.5 V supply range, industrial temperature grade (−40°C to +85°C), and MSOP-8 package. 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 controllers and sensor calibration modules.

For engineers reviewing the 93C46CT-I/MS datasheet, 93C46CT-I/MS pinout, 93C46CT-I/MS application, or 93C46CT-I/MS equivalent, key selection factors include its fixed 8-bit organization (no ORG pin), 2 ms program cycle time, 1 million erase/write endurance, 200-year data retention, and compatibility with legacy Microwire-based microcontroller peripherals requiring minimal I/O resources.

Technical Context

The 93C46CT-I/MS implements a synchronous serial interface with CS, CLK, and DI/DO pins, operating exclusively in x8 mode (ORG pin not present). Its command set includes READ, WRITE, ERASE, ERAL, WRAL, EWEN, and EWDS - all initiated by a Start bit followed by opcode and address/data on rising CLK edges.

Internal logic enforces power-on write protection: device powers up in EWDS state, requiring explicit EWEN before any programming operation. VCC detection threshold is 3.8 V; below this, all operations are inhibited. Timing-critical parameters - including TWC = 2 ms (93C version), TPD ≤ 400 ns, and TCSL ≥ 250 ns - are guaranteed across the full industrial temperature range.

Key Specifications

ParameterValue and Actual Design Meaning
Memory size1 Kbit (128 × 8-bit organization; no ORG pin - fixed x8 mode)
VCC range4.5 V to 5.5 V - requires stable regulated supply; operation disabled below 3.8 V
InterfaceMicrowire-compatible 3-wire serial (CS, CLK, DI/DO) - no separate chip select enable needed
Write cycle time2 ms typical - enables fast firmware parameter updates without blocking host CPU
Endurance1,000,000 erase/write cycles - supports frequent recalibration or logging in industrial systems
Data retention200 years at +25°C - ensures long-term reliability in unattended equipment
Temperature range−40°C to +85°C (Industrial grade) - validated for use in factory automation and motor control environments

Pinout & Package

8-pin MSOP (Micro Small Outline Package), 3.0 mm × 3.0 mm body, 0.65 mm pitch, Pb-free Matte Tin finish. Pin 1 marked by laser dot; pin 1 ID corner located at top-left when notch faces up.

Pin/TerminalCircuit RoleDesign Meaning
CSChip SelectActive-high enable; must be held low ≥250 ns between instructions; initiates self-timed write on falling edge (93C series)
CLKSerial ClockSynchronizes all data transfers; rising edge clocks in opcode/address/data; stopped clock allowed during transmission
DIData InputReceives Start bit, opcodes, addresses, and write data; shares net with DO only with external current-limiting resistor
DOData Output / StatusOutputs read data or Ready/Busy status (low = busy); enters High-Z when CS low or after status read
VSSGroundReference for all digital and analog circuitry; 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; internal POR circuit triggers at 3.8 V; decoupling capacitor required near pin

Key Features

FeatureDesign Value
Self-timed erase/writeEliminates need for external timing control - host MCU only monitors DO for Ready/Busy
Automatic ERAL before WRALEnsures full array is erased prior to bulk write, preventing stale data corruption without software intervention
Power-on/off data protectionHardware-level lockout below 3.8 V prevents accidental writes during brown-out or power ramp-up
EWEN/EWDS command securityExplicit enable/disable sequence adds software-controlled write protection layer beyond voltage thresholds
Sequential read modeEnables rapid dump of multiple registers with single CS assertion - reduces transaction overhead by ~40% vs. random reads

Applications

Motor Control Configuration StorageIndustrial Sensor Calibration Data

Use Scenario: Storing PID coefficients, commutation tables, and fault thresholds in BLDC motor drives.

IC Role / Device Role / Timing Role: Nonvolatile configuration register accessed during boot and runtime reconfiguration.

Use Value: Enables field-upgradable tuning without firmware reflashing; retains settings across 10+ years of operation.

Use Scenario: Holding factory-trimmed offset/gain values and linearization coefficients for pressure/temperature sensors.

IC Role / Device Role / Timing Role: Read-once-at-boot calibration memory with infrequent write access during maintenance.

Use Value: Achieves ±0.1% measurement accuracy without requiring high-cost precision analog components.

Legacy Microcontroller Peripheral InterfacePower Supply Sequencing Parameters

Use Scenario: Adding external nonvolatile storage to 8-bit MCUs lacking integrated EEPROM (e.g., PIC12F, ATmega8).

IC Role / Device Role / Timing Role: Microwire-compatible slave device using only three GPIOs and no additional protocol stack.

Use Value: Reduces BOM count by eliminating need for I²C level shifters or SPI-to-Microwire bridge ICs.

Use Scenario: Storing startup delay times, voltage thresholds, and rail enable order for multi-rail DC/DC systems.

IC Role / Device Role / Timing Role: Configuration memory read during power-on reset sequence before regulators activate.

Use Value: Guarantees safe, repeatable power-up behavior across 50,000+ system cycles without drift.

Equivalent & Alternatives

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

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
93LC46BT-I/MS1.8–5.5 V VCC range; 16-bit organization (x16); same MSOP-8 packageRequires ORG pin tie-off; supports wider supply range but incompatible x16 data framingSelect only if host firmware supports 16-bit word access and lower-voltage operation is required
AT25010B-MAHL-TSPI interface (4-wire), 1.8–5.5 V, 1 Kbit, SOIC-8 package; no Ready/Busy pinRequires fourth signal (SCK/MOSI/MISO/CS); lacks hardware status polling - relies on fixed delay or software timeoutChoose when migrating to SPI-based platforms or when board layout already reserves space for SOIC-8

Compared with 93LC46BT-I/MS and AT25010B-MAHL-T, the 93C46CT-I/MS offers deterministic Ready/Busy polling and tighter VCC tolerance for 5 V systems, but lacks low-voltage flexibility and uses a less common Microwire protocol - making it optimal for cost-sensitive, 5 V-only designs with legacy controller support.

Availability

93C46CT-I/MS is available at Aetrix Electronics and suitable for motor control configuration storage, industrial sensor calibration data, and legacy microcontroller peripheral interface applications requiring stable component supply, long-lifecycle assurance, and RoHS-compliant packaging.

Supply support for 93C46CT-I/MS 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, FPGA, and memory solutions, serving automotive, industrial, consumer, and communications markets with vertically integrated silicon and development tools.

The 93C46CT-I/MS belongs to Microchip's legacy 93Cxx serial EEPROM family, designed specifically for cost-sensitive, low-pin-count embedded systems requiring reliable nonvolatile storage with minimal MCU resource usage and robust power-cycle resilience.

FAQ

What is the memory organization of the 93C46CT-I/MS?

The 93C46CT-I/MS is a fixed 128 × 8-bit (1 Kbit) device with no ORG pin - it operates exclusively in x8 mode. Unlike 'C' variants (e.g., 93C46C), this part does not support x16 configuration. The 'T' suffix denotes tape-and-reel packaging, and 'I/MS' specifies industrial temperature grade in MSOP-8 package. All timing and command behavior align with the 93C-series specification, including 2 ms write cycle and 3.8 V VCC detect threshold.

Does the 93C46CT-I/MS support sequential read operation?

Yes, the 93C46CT-I/MS supports sequential read: after issuing a READ instruction with an initial address, holding CS high allows automatic incrementing through subsequent memory locations, outputting one byte per 8 CLK cycles. This eliminates repeated instruction overhead and reduces total transaction time by up to 40% compared to individual random reads - especially valuable in boot-time configuration loading. The DO pin remains active and stable during the entire sequence.

How is write protection implemented on the 93C46CT-I/MS?

Write protection on the 93C46CT-I/MS is enforced at two levels: hardware and command-based. Hardware protection activates below 3.8 V VCC, disabling all programming functions. Command-based protection requires explicit execution of EWEN before any ERASE or WRITE, and EWDS immediately after to re-disable writes. The device powers up in EWDS state, ensuring no accidental writes occur during power-up unless firmware intentionally enables them.

What is the purpose of the NC pin on the 93C46CT-I/MS MSOP-8 package?

Pin 7 on the 93C46CT-I/MS is designated NC (No Connect) - it has no internal connection and must not be bonded or routed to any signal. Per Microchip's design guidance, it may be left floating or tied to VSS for mechanical stability, but must never be driven or used as a signal path. This pin corresponds to the ORG pin location in 'C' variants (e.g., 93C46C), which is absent in the fixed-x8 93C46A/B series like the 93C46CT-I/MS.

Can the 93C46CT-I/MS be used with a 3.3 V microcontroller system?

No, the 93C46CT-I/MS requires a minimum VCC of 4.5 V and is not rated for 3.3 V operation. Its absolute minimum operating voltage is 4.5 V, and its VCC detect threshold is 3.8 V - meaning it will inhibit all programming below that level and may behave unpredictably at 3.3 V. For 3.3 V systems, consider the 93LC46A/B/C series (2.5–5.5 V) or 93AA46A/B/C series (1.8–5.5 V), both available in MSOP-8 and compatible pinout.

93C46CT-I/MS Specifications

Product attributes
Attribute value
Manufacturer:
Microchip Technology
Series:
-
Package/Case:
8-TSSOP, 8-MSOP (0.118", 3.00mm 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:
128 x 8, 64 x 16
Memory Interface:
Microwire
Clock Frequency:
3 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-MSOP

93C46CT-I/MS FAQ

1.How can I place an order for 93C46CT-I/MS through Aetrix?

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

The price and inventory of 93C46CT-I/MS are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 93C46CT-I/MS is usually 5 days.

3.What payment methods are accepted for 93C46CT-I/MS?

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

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for 93C46CT-I/MS?

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

Once your 93C46CT-I/MS 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 93C46CT-I/MS?

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

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

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

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

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

Return procedure for 93C46CT-I/MS:

1.Submit a request within 90 days.

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

93C46CT-I/MS Tags

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