STMicroelectronics M93C66-RMC6TG
- Part No.:
- M93C66-RMC6TG
- Manufacturer:
- STMicroelectronics
- Category:
- Memory
- Package:
- 8-UFDFN Exposed Pad
- Datasheet:
-
M93C66-RMC6TG.pdf
- Description:
- IC EEPROM 4KBIT MIC WIRE 8UFDFPN
- Quantity:
- Payment:

- Shipping:

Inventory:24,769
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
M93C66-RMC6TG from STMicroelectronics is a 4-Kbit serial EEPROM with MICROWIRE™ interface, configurable as 512 × 8-bit or 256 × 16-bit memory, operating from 1.8 V to 5.5 V supply and supporting up to 2 MHz clock frequency. It delivers fast 5 ms byte/page write cycles, 4 million write endurance at 25°C, and 200-year data retention - deployed in industrial control modules for parameter storage and calibration data backup.
For engineers reviewing the M93C66-RMC6TG datasheet, M93C66-RMC6TG pinout, M93C66-RMC6TG application, or M93C66-RMC6TG equivalent, key selection criteria include its dual x8/x16 organization flexibility, READY/BUSY signaling during programming, enhanced ESD protection (4000 V HBM), SO8N/TSSOP8/UFDFPN8 package options, and compatibility with legacy MICROWIRE™-based microcontrollers in space-constrained embedded systems.
Technical Context
The M93C66-RMC6TG implements a static CMOS-based serial EEPROM architecture with on-chip clock pulse counter for noise immunity and automatic erase-before-write logic. Its ORG pin selects between byte-wide (x8) and word-wide (x16) memory mapping, enabling flexible data alignment without external address decoding.
It uses a three-wire MICROWIRE™ bus (S, C, D/Q) with chip-select–driven instruction framing, supports sequential read with auto-incremented addressing, and provides READY/BUSY status via Q pin during internal write/erase cycles - eliminating need for fixed delay timing in host firmware.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory size | 4096 bits (512 bytes or 256 words) |
| Interface | MICROWIRE™ 3-wire serial (S/C/D/Q), no SPI or I²C compatibility |
| Supply voltage | 1.8 V to 5.5 V - enables direct interfacing with 1.8 V, 3.3 V, and 5 V MCUs |
| Max clock frequency | 2 MHz - supports high-speed configuration loading without MCU clock stretching |
| Write cycle time | ≤5 ms per byte or page - reduces firmware blocking time during nonvolatile updates |
| Data retention | 200 years at 55°C - ensures long-term reliability in unattended industrial deployments |
| Endurance | 4 million write cycles at 25°C - supports frequent recalibration or logging in field-upgradable devices |
| ESD rating | 4000 V HBM - meets IEC 61000-4-2 Level 3 for robustness in harsh environments |
Pinout & Package
Package: SO8N (150 mil width), RoHS-compliant ECOPACK2.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VCC | Power supply | 1.8–5.5 V main supply; requires local 10–100 nF decoupling capacitor |
| VSS | Ground reference | Return path for all digital and power currents; must be low-impedance |
| S | Chip select | Active-high enable; must be pulled low at power-up to prevent spurious writes |
| C | Serial clock | Input-only synchronous timing signal; rising edge samples D and shifts Q |
| D | Serial data input | Instruction/address/data input; sampled on rising edge of C |
| Q | Serial data output / BUSY indicator | Outputs data during READ; drives LOW during internal write/erase (READY/BUSY) |
| ORG | Organization select | Connect to VSS for x8 mode (512 bytes); leave open or tie to VCC for x16 mode (256 words) |
| DU | Do-not-use test pin | No functional role; may be left floating, tied to VCC, or tied to VSS |
Key Features
| Feature | Design Value |
|---|---|
| Dual memory organization | Hardware-selectable x8 or x16 mode via ORG pin - eliminates need for software bit manipulation in mixed-data-width systems |
| Ready/Busy signaling | Q pin asserts LOW during internal write/erase - enables polling-based timing instead of fixed delays, improving system responsiveness |
| On-chip clock pulse counter | Detects clock glitches and aborts corrupted instructions - prevents misaligned writes in electrically noisy industrial environments |
| Erase-before-write automation | No explicit ERASE command required before WRITE - simplifies firmware implementation and avoids accidental partial erasure |
| Power-on reset (POR) protection | Blocks all instructions until VCC stabilizes above POR threshold - prevents corruption during brown-out or cold-start conditions |
Applications
| Industrial Sensor Calibration | Medical Device Configuration Storage |
|---|---|
Use Scenario: Storing factory-calibrated sensor offset/gain coefficients and user-adjusted compensation values in temperature/humidity transmitters. IC Role / Device Role / Timing Role: Nonvolatile parameter register accessed during boot and runtime reconfiguration via MICROWIRE™-compatible MCU peripherals. Use Value: Enables field recalibration without firmware update; dual x8/x16 mode matches 16-bit ADC register widths or 8-bit microcontroller data buses. | Use Scenario: Retaining device-specific settings (e.g., alarm thresholds, display brightness, language) across power cycles in portable diagnostic equipment. IC Role / Device Role / Timing Role: Low-voltage (1.8 V) serial configuration memory interfaced to ARM Cortex-M0+ MCU with limited GPIO resources. Use Value: Guarantees 200-year data retention for lifetime device compliance; 4M write cycles support daily clinical recalibration logs. |
| Automotive Body Control Module | Smart Energy Meter Firmware Patch Storage |
Use Scenario: Saving seat/mirror position presets and lighting profiles in 12 V automotive subsystems with wide-input DC-DC converters. IC Role / Device Role / Timing Role: Robust EEPROM co-located with MCU in CAN/LIN gateway nodes; operates across -40°C to +85°C ambient range. Use Value: 4000 V HBM ESD rating withstands assembly handling and in-vehicle transients; SO8N package fits tight PCB layouts. | Use Scenario: Storing encrypted firmware patch payloads and version metadata for secure over-the-air (OTA) updates in utility-grade meters. IC Role / Device Role / Timing Role: Secure, tamper-resistant storage element isolated from main flash; accessed only during verified OTA validation sequence. Use Value: Write-disable (WDS) instruction prevents unauthorized modification; READY/BUSY signaling ensures atomic patch commit. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| M93C66-WMC6TG | Requires minimum 2.5 V supply; lacks 1.8 V operation | Not suitable for battery-powered or ultra-low-voltage designs | Select when system VCC ≥2.5 V and legacy compatibility with older M93Cx6-W designs is required |
| AT25040B-SSHL-T | SPI interface (not MICROWIRE™); 4 Kbit, 1.8–5.5 V, but no ORG pin or x16 mode | Requires MCU SPI peripheral and software bit-banging for x16-equivalent access | Choose only if migrating from SPI-based platforms and x8-only access suffices |
Compared with M93C66-WMC6TG, the R-version adds 1.8 V operation and tighter low-VCC timing specs; versus AT25040B, it retains native MICROWIRE™ protocol and hardware-configurable x8/x16 organization - critical for deterministic timing and minimal MCU resource usage in legacy industrial controllers.
Availability
M93C66-RMC6TG is available at Aetrix Electronics and suitable for industrial sensor calibration, medical device configuration storage, and automotive body control modules requiring stable component supply, long-lifecycle support, and RoHS-compliant packaging.
Supply support for M93C66-RMC6TG 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
STMicroelectronics is a global semiconductor leader headquartered in Geneva, Switzerland, designing and manufacturing analog, microcontroller, power, and memory solutions for industrial, automotive, and consumer markets.
The M93C66-RMC6TG belongs to ST's legacy MICROWIRE™ EEPROM product line, engineered specifically for cost-sensitive, space-constrained embedded systems requiring simple, robust, and low-pin-count nonvolatile memory with guaranteed long-term data integrity.
FAQ
What is the function of the ORG pin on the M93C66-RMC6TG?
The ORG pin configures memory organization: tied to VSS, it selects x8 mode (512 bytes); left open or tied to VCC, it selects x16 mode (256 words). This hardware-selectable mode determines address width and data bus alignment, eliminating software bit-packing overhead. The pin must be statically set before any memory access and held stable during operation to avoid undefined behavior.
Does the M93C66-RMC6TG require an external pull-up resistor on the Q pin?
No external pull-up is required on Q. During READ, Q actively drives data; during programming, it drives LOW for BUSY or HIGH for READY. When deselected (S low), Q enters high-impedance state. A pull-up would conflict with active drive and is unnecessary - unlike open-drain interfaces, this is a push-pull output with built-in status signaling.
How does the clock pulse counter protect against noise-induced write errors?
The on-chip counter validates the exact number of clock edges received from start bit to S falling edge. If the count mismatches the expected value for the issued instruction (e.g., 20 cycles for WRITE in x8 mode), the command is aborted and memory remains unmodified. This prevents bit-shift corruption from EMI or ground bounce - a hardware-level safeguard not reliant on host-side error checking.
Can the M93C66-RMC6TG be used with modern SPI-capable microcontrollers?
Yes, but only via bit-banged GPIO emulation of MICROWIRE™ timing - it is not SPI-compatible. MICROWIRE™ uses separate D (input) and Q (output) lines with strict start-bit framing, whereas SPI shares MOSI/MISO. Direct SPI peripheral connection will fail. Firmware must implement precise S/C/D/Q timing per DS1077 Rev 20, including tSLSH setup and tSLCH hold requirements.
M93C66-RMC6TG Specifications
- Product attributes
- Attribute value
- Manufacturer:
- STMicroelectronics
- Series:
- -
- Package/Case:
- 8-UFDFN Exposed Pad
- Packaging:
- Tape & Reel (TR)
- Product Status:
- Active
- Programmable:
- Not Verified
- Memory Type:
- Non-Volatile
- Memory Format:
- EEPROM
- Technology:
- EEPROM
- Memory Size:
- 4Kbit
- Memory Organization:
- 512 x 8, 256 x 16
- Memory Interface:
- Microwire
- Clock Frequency:
- 1 MHz
- Write Cycle Time - Word, Page:
- 5ms
- Access Time:
- -
- Voltage - Supply:
- 1.8V ~ 5.5V
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 8-UFDFPN (2x3)
M93C66-RMC6TG FAQ
1.How can I place an order for M93C66-RMC6TG through Aetrix?
Please submit a Request for Quotation (RFQ) for M93C66-RMC6TG 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 M93C66-RMC6TG reliable?
The price and inventory of M93C66-RMC6TG are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for M93C66-RMC6TG is usually 5 days.
3.What payment methods are accepted for M93C66-RMC6TG?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for M93C66-RMC6TG transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for M93C66-RMC6TG?
M93C66-RMC6TG orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your M93C66-RMC6TG 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 M93C66-RMC6TG?
For technical support, including M93C66-RMC6TG datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your M93C66-RMC6TG requirements.
6.How does Aetrix verify that M93C66-RMC6TG is sourced from the original manufacturer or authorized distributors?
All M93C66-RMC6TG 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 M93C66-RMC6TG meets industry standards.
7.What is the process for return or replacement of M93C66-RMC6TG?
All M93C66-RMC6TG units undergo pre-shipment inspection (PSI). If there is an issue with M93C66-RMC6TG, 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 M93C66-RMC6TG part is unused and in its original packaging.
Return procedure for M93C66-RMC6TG:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
M93C66-RMC6TG 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
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…
Jumper cables guide covering safe connection order, red and black clamp placement, final ground connection, cable gauge, length, clamp quality, copper vs CCA cables, jump starter comparison and battery…
