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

STMicroelectronics M24C32-FDW6TP

Part No.:
M24C32-FDW6TP
Manufacturer:
STMicroelectronics
Category:
Memory
Package:
8-TSSOP (0.173", 4.40mm Width)
Datasheet:
AetrixM24C32-FDW6TP.pdf
Description:
IC EEPROM 32KBIT I2C 1MHZ 8TSSOP
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:7,065

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

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

M24C32-FDW6TP from STMicroelectronics is a 32-Kbit I²C-compatible EEPROM organized as 4 K × 8 bits, operating from 1.7 V to 5.5 V over –40 °C to +85 °C. It supports I²C bus modes up to 1 MHz (fast mode plus), features 32-byte page write, hardware write protection via WC pin, and includes enhanced ESD/latch-up protection with >4 million write cycles and >200-year data retention. It is used in industrial sensor calibration storage and embedded system configuration backup.

For engineers reviewing the M24C32-FDW6TP datasheet, M24C32-FDW6TP pinout, M24C32-FDW6TP application, or M24C32-FDW6TP equivalent, key selection criteria include supply voltage range (1.7–5.5 V), I²C speed compatibility (100/400 kHz/1 MHz), page size (32 bytes), write protection mechanism (WC pin), and package footprint (UFDFPN5, 1.7 × 1.4 mm).

Technical Context

The device implements a standard I²C target protocol with 7-bit device addressing, supporting random and sequential read modes, byte/page write, and hardware-controlled full-array write inhibition via the WC input. Device select codes differentiate memory access (1010b) from identification page access (1011b), enabling secure parameter storage.

It integrates a power-on reset (POR) circuit that prevents spurious writes during power ramp-up, and uses open-drain SDA with external pull-up-requiring proper bus termination per I²C specification. The internal address counter auto-increments on read/write completion and rolls over at page boundaries.

Key Specifications

Parameter Value and Actual Design Meaning
Memory size 32 Kbit (4 K × 8 bits); sufficient for firmware metadata, calibration coefficients, or device identity storage in compact systems.
I²C speed support Up to 1 MHz (fast mode plus); enables high-throughput configuration updates without CPU polling overhead.
Page size 32 bytes; aligns with common MCU cache line sizes and simplifies firmware-aligned write buffering.
Write time (typ/max) 3.2 ms / 5 ms per byte or page; deterministic timing allows precise timeout handling in real-time firmware.
Supply voltage range 1.7 V to 5.5 V; supports direct interface with 1.8 V, 3.3 V, and 5 V logic domains without level shifters.
Data retention 200+ years at +25 °C; ensures long-term reliability in unattended infrastructure monitoring applications.
Endurance 4 million write cycles; supports frequent logging or dynamic parameter tuning in field-deployed equipment.

Pinout & Package

Package: UFDFPN5 (DFN5), 1.7 mm × 1.4 mm, 0.4 mm pitch, ECOPACK2-compliant, unsawn wafer-tested die. Compact footprint ideal for space-constrained IoT nodes and wearables.

Pin/Terminal Circuit Role Design Meaning
1: SDA Serial Data I/O Open-drain bidirectional bus line; requires external pull-up; shares bus with other I²C targets.
2: SCL Serial Clock Input Master-generated clock; synchronizes all data transfers; must meet I²C rise/fall time specs.
3: WC Write Control Input Active-high hardware lock; disables all write operations including byte/page/ID page writes when driven high.
4: VCC Supply Voltage 1.7–5.5 V DC input; decoupling capacitor (10–100 nF) required near pins for noise immunity.
5: VSS Ground Reference return path for VCC; must be low-impedance and co-located with decoupling cap.

Key Features

Feature Design Value
Hardware write protection WC pin provides immediate, glitch-immune disable of all write functions-no firmware dependency required.
Identification page (32 B) Dedicated locked page for immutable parameters (e.g., serial number, calibration keys); writable then permanently read-only.
Wide VCC range 1.7–5.5 V operation enables single-part sourcing across 1.8 V microcontrollers and legacy 5 V systems.
Enhanced reliability 4M write cycles + 200-year retention + built-in POR + ESD/latch-up hardening for industrial environments.
I²C protocol compliance Fully conforms to I²C specification (100/400 kHz/1 MHz), including ACK/NACK, START/STOP, and address arbitration.

Applications

Industrial Sensor Calibration Smart Meter Configuration Storage

Use Scenario: Storing factory-calibrated temperature/pressure offset values and linearization coefficients in environmental sensors.

IC Role / Device Role / Timing Role: Nonvolatile configuration register; retains values across power cycles and supports infrequent updates during maintenance.

Use Value: Eliminates need for external calibration EEPROM or MCU flash wear-leveling; WC pin prevents accidental overwrite during field servicing.

Use Scenario: Holding tariff tables, meter ID, firmware version, and tamper-event logs in utility smart meters.

IC Role / Device Role / Timing Role: Secure, long-life parameter store interfaced directly to metering SoC's I²C port.

Use Value: 200-year retention ensures data integrity over meter lifetime; 32-byte page write reduces update latency vs. byte-by-byte writes.

IoT Edge Node Identity Medical Device Settings Backup

Use Scenario: Storing unique device identifiers (UID), cryptographic keys, and BLE pairing data in battery-powered asset trackers.

IC Role / Device Role / Timing Role: Tamper-resistant identity vault; accessed only at boot or provisioning-minimal runtime activity.

Use Value: UFDFPN5 package saves PCB area; 1.7 V operation extends battery life in low-power sleep states.

Use Scenario: Backing up user-adjusted therapy parameters (e.g., infusion rate, alarm thresholds) in portable insulin pumps.

IC Role / Device Role / Timing Role: Fail-safe settings repository; written only upon confirmed user save action, read at power-on.

Use Value: Hardware WC pin prevents corruption during brown-out events; >4M endurance supports daily clinical recalibration.

Equivalent & Alternatives

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

Alternative Part Technical Difference Application Difference Selection Advice
AT24C32D-SSHM-T (Microchip) Same 32 Kbit capacity, 1.7–5.5 V, but lacks identification page and WC pin; uses WP pin instead (active-low). No dedicated locked ID page; WP pin requires active-low control logic, increasing MCU GPIO usage. Select if ID page security is unnecessary and existing design uses active-low write protect signaling.
BR24G32FJ-WE2 (ROHM) 32 Kbit, 1.6–5.5 V, supports 1 MHz I²C, but no hardware write control pin-relies on software lock bits only. Software-based protection increases firmware complexity and vulnerability to reset-induced corruption. Choose when ultra-low 1.6 V operation is critical and write protection can be managed entirely in firmware.

Compared with AT24C32D-SSHM-T and BR24G32FJ-WE2, M24C32-FDW6TP uniquely combines hardware WC pin, dedicated 32-byte ID page, and guaranteed 1.7 V minimum operation-making it optimal for safety-critical or field-serviceable systems requiring physical write disable and secure parameter storage.

Availability

M24C32-FDW6TP is available at Aetrix Electronics and suitable for industrial sensor calibration, smart meter configuration storage, and IoT edge node identity management requiring stable component supply across extended product lifecycles.

Supply support for M24C32-FDW6TP 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 microcontrollers, analog ICs, MEMS, and nonvolatile memory for industrial, automotive, and consumer markets.

M24C32-FDW6TP belongs to ST's M24C serial EEPROM product line, engineered for robustness in harsh environments and seamless integration into resource-constrained embedded systems using standard I²C interfaces.

FAQ

What is the function of the WC pin on M24C32-FDW6TP?

The WC (Write Control) pin is an active-high hardware enable/disable for all write operations. When driven high, it prevents byte writes, page writes, and identification page writes-even if valid I²C commands are sent. This provides fail-safe protection against accidental or malicious overwrites during power transients or firmware faults, independent of software state.

Does M24C32-FDW6TP support the I²C fast mode plus (1 MHz) speed?

Yes, M24C32-FDW6TP fully supports I²C fast mode plus at 1 MHz, as well as fast mode (400 kHz) and standard mode (100 kHz). Its AC timing parameters-including tBUF, tHD;STA, and tSU;STA-are specified and tested for 1 MHz operation, enabling high-speed configuration loading in time-sensitive applications like factory programming or OTA updates.

How does the identification page differ from main memory?

The identification page is a separate 32-byte memory region accessible only via device select code 1011b (vs. 1010b for main memory). It supports write and permanent lock operations-once locked, reads remain enabled but writes are rejected with NACK. This enables secure storage of immutable data such as device serial numbers or cryptographic keys without risk of later modification.

Is M24C32-FDW6TP compatible with 1.8 V microcontrollers?

Yes-M24C32-FDW6TP operates down to 1.7 V, making it fully compatible with 1.8 V I/O domains. Its VOL and VOH levels meet I²C specifications at 1.8 V supply, and its SDA/SCL input thresholds are designed for reliable recognition of 1.8 V logic levels. No level-shifting circuitry is required when interfacing with 1.8 V MCUs such as STM32L4 or Nordic nRF52 series.

M24C32-FDW6TP Specifications

Product attributes
Attribute value
Manufacturer:
STMicroelectronics
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:
32Kbit
Memory Organization:
4K x 8
Memory Interface:
I2C
Clock Frequency:
1 MHz
Write Cycle Time - Word, Page:
5ms
Access Time:
450 ns
Voltage - Supply:
1.7V ~ 5.5V
Operating Temperature:
-40°C ~ 85°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:
8-TSSOP

M24C32-FDW6TP FAQ

1.How can I place an order for M24C32-FDW6TP through Aetrix?

Please submit a Request for Quotation (RFQ) for M24C32-FDW6TP 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 M24C32-FDW6TP reliable?

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

3.What payment methods are accepted for M24C32-FDW6TP?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for M24C32-FDW6TP transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for M24C32-FDW6TP?

M24C32-FDW6TP orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your M24C32-FDW6TP 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 M24C32-FDW6TP?

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

6.How does Aetrix verify that M24C32-FDW6TP is sourced from the original manufacturer or authorized distributors?

All M24C32-FDW6TP 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 M24C32-FDW6TP meets industry standards.

7.What is the process for return or replacement of M24C32-FDW6TP?

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

Return procedure for M24C32-FDW6TP:

1.Submit a request within 90 days.

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

M24C32-FDW6TP Tags

  • M24C32-FDW6TP
  • M24C32-FDW6TP PDF
  • M24C32-FDW6TP Datasheet
  • M24C32-FDW6TP Specifications
  • M24C32-FDW6TP Images
  • STMicroelectronics
  • STMicroelectronics M24C32-FDW6TP
  • Buy M24C32-FDW6TP
  • M24C32-FDW6TP Price
  • M24C32-FDW6TP Distributor
  • M24C32-FDW6TP Supplier
  • M24C32-FDW6TP 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