STMicroelectronics M95M02-DRMN6TP
- Part No.:
- M95M02-DRMN6TP
- Manufacturer:
- STMicroelectronics
- Category:
- Memory
- Package:
- 8-SOIC (0.154", 3.90mm Width)
- Datasheet:
-
M95M02-DRMN6TP.pdf
- Description:
- IC EEPROM 2MBIT SPI 5MHZ 8SOIC
- Quantity:
- Payment:

- Shipping:

Inventory:37,198
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
M95M02-DRMN6TP from STMicroelectronics is a 2-Mbit serial SPI EEPROM organized as 262,144 × 8 bits, serving as nonvolatile memory for firmware storage, calibration data retention, and configuration parameter backup in microcontroller-based systems. It operates from 1.8 V to 5.5 V over –40 °C to +85 °C, supports 5 MHz clock frequency, features 256-byte page write (≤10 ms), and includes hardware- and software-based write protection including an additional lockable 256-byte identification page.
For engineers reviewing the M95M02-DRMN6TP datasheet, M95M02-DRMN6TP pinout, M95M02-DRMN6TP application, or M95M02-DRMN6TP equivalent, key selection considerations include SPI mode compatibility (CPOL/CPHA = 0/0 or 1/1), block-protection granularity (¼/½/whole memory), identification page lockability, VCC operating range tolerance, and SO8N package mechanical fit for industrial PCB layouts.
Technical Context
This device implements a standard SPI interface with dedicated HOLD and W signals enabling communication pause and hardware-level status register protection. Its internal architecture includes ECC-enabled sense amplifiers, page latches, and an HV generator for reliable byte/page programming across >4 million write cycles.
The status register (SR) provides real-time visibility into write-in-progress (WIP) and write-enable-latch (WEL) states, while BP1/BP0 bits configure nonvolatile block protection - with SRWD bit + W pin enabling irreversible hardware lock of BP/SRWD bits once asserted.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Memory size | 2 Mbit (262,144 × 8) - sufficient for bootloader images or multi-sensor calibration tables in edge nodes |
| Page size | 256 bytes - aligns with typical MCU DMA burst lengths and minimizes write overhead per transaction |
| Write time | ≤10 ms per byte or page - enables deterministic firmware update timing without polling delays |
| Supply voltage | 1.8–5.5 V @ –40 °C to +85 °C - interoperable with 3.3 V and 5 V logic domains without level shifters |
| SPI clock | Up to 5 MHz - supports high-throughput configuration loading in real-time control loops |
| Data retention | 200 years - ensures long-term reliability in unattended infrastructure monitoring devices |
| Endurance | 4 million write cycles - accommodates daily logging over 10+ years in data acquisition systems |
Pinout & Package
Package: SO8N (150 mil width), RoHS-compliant ECOPACK2, surface-mount with standard 1.27 mm pitch.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| S | Chip select | Active-low enable; falling edge required after power-up before first instruction |
| C | Serial clock | Timing reference; data latched on rising edge (input), output valid on falling edge |
| D | Serial data input | MSB-first instruction/address/data input; sampled on rising edge of C |
| Q | Serial data output | MSB-first read data output; driven high-impedance during HOLD or deselect |
| W | Write protect | Hardware lock for SRWD/BP bits when low and SRWD=1 - prevents accidental status register overwrite |
| HOLD | Communication hold | Pauses ongoing SPI transfer without resetting internal state; requires S low to activate |
| VCC | Supply voltage | 1.8–5.5 V power rail; decoupling capacitor (10–100 nF) required near pins |
| VSS | Ground | Reference for all I/O and internal circuitry; must be low-impedance return path |
Key Features
| Feature | Design Value |
|---|---|
| Identification page | 256-byte dedicated area for factory-programmed keys or device-specific parameters, lockable to permanent read-only mode |
| Block protection | Configurable via BP1/BP0 bits to protect upper quarter (30000h–3FFFFh), upper half (20000h–3FFFFh), or full array (00000h–3FFFFh) |
| SPI mode support | Native compatibility with CPOL=0/CPHA=0 and CPOL=1/CPHA=1 - eliminates need for SPI peripheral reconfiguration |
| Hold functionality | Enables interruption of multi-byte transfers (e.g., during interrupt servicing) without losing command context or requiring reinitialization |
| Power-on reset (POR) | Internal POR circuit prevents spurious writes during VCC ramp-up; device remains unresponsive until VCC exceeds threshold |
Applications
| Industrial PLC Configuration Storage | Medical Device Calibration Data Backup |
|---|---|
Use Scenario: Storing I/O mapping, PID tuning parameters, and safety thresholds in programmable logic controllers deployed in factory automation. IC Role / Device Role / Timing Role: Nonvolatile configuration memory accessed at startup and during field updates via SPI from ARM Cortex-M7 host MCU. Use Value: Ensures deterministic boot behavior and regulatory-compliant parameter persistence across 100,000+ power cycles without battery backup. | Use Scenario: Retaining sensor offset/gain coefficients and patient-specific therapy settings in portable infusion pumps and diagnostic monitors. IC Role / Device Role / Timing Role: Secure, tamper-resistant data vault interfaced to a low-power MCU during device initialization and maintenance mode. Use Value: Meets IEC 62304 Class C software requirements by guaranteeing 200-year data integrity and supporting cryptographic key binding to identification page. |
| Automotive Body Control Module (BCM) | Smart Energy Meter Firmware Image Storage |
Use Scenario: Holding door lock actuation profiles, mirror position presets, and lighting sequences in AEC-Q100 qualified body control units. IC Role / Device Role / Timing Role: SPI-connected EEPROM providing fail-safe configuration recovery after brown-out events in 12 V automotive systems. Use Value: Operates reliably across –40 °C to +85 °C with 1.8 V minimum VCC, eliminating need for external voltage supervisors in cost-sensitive BCM designs. | Use Scenario: Storing dual firmware images (active + fallback) and tariff tables in ANSI C12.22-compliant smart electricity meters. IC Role / Device Role / Timing Role: High-endurance memory enabling over-the-air (OTA) firmware updates with atomic write verification via status register polling. Use Value: Supports 4 million write cycles and 10 ms page writes - enabling 10+ years of secure, field-upgradable meter operation without memory wear-out. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar serial EEPROM applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| AT25DF21A-SSHN-B | 2 Mbit SPI flash (not EEPROM); lacks built-in identification page and hardware write lock via W pin | Requires external firmware layer for emulation of EEPROM semantics; no native SRWD+HOLD protection scheme | Select only if system already uses flash abstraction layer and does not require guaranteed 200-year retention or lockable ID page |
| BR24M256FJ-WE2 | 256 Kbit I²C EEPROM; smaller density, different bus protocol, no HOLD pin or identification page | Not pin-compatible; incompatible with SPI-based host interfaces; limited to low-bandwidth configuration storage | Choose only for space-constrained I²C designs where 256 Kbit capacity suffices and SPI is unavailable |
Compared with AT25DF21A-SSHN-B and BR24M256FJ-WE2, the M95M02-DRMN6TP uniquely combines SPI-native 2 Mbit density, hardware-enforced status register locking, and a dedicated 256-byte identification page - making it optimal for safety-critical, field-upgradable embedded systems requiring guaranteed long-term data integrity and secure parameter binding.
Availability
M95M02-DRMN6TP is available at Aetrix Electronics and suitable for industrial PLC configuration storage, medical device calibration data backup, and automotive body control module applications requiring stable component supply, extended temperature operation, and certified long-term data retention.
Supply support for M95M02-DRMN6TP 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, power ICs, sensors, and memory solutions for industrial, automotive, and consumer markets.
The M95M02 series belongs to ST's serial EEPROM product line, engineered specifically for robust, low-power, SPI-based nonvolatile storage in mission-critical embedded systems where data integrity, security, and extended temperature resilience are mandatory.
FAQ
What SPI modes does M95M02-DRMN6TP support?
The M95M02-DRMN6TP supports two SPI modes: CPOL = 0, CPHA = 0 and CPOL = 1, CPHA = 1. In both, data is latched on the rising edge of the serial clock (C) and output changes on the falling edge. The difference lies only in idle clock polarity - ensuring compatibility with most MCU SPI peripherals without mode reconfiguration.
How is write protection implemented on this EEPROM?
Write protection uses dual mechanisms: software-configurable block protection (BP1/BP0 bits in status register) for ¼/½/full memory lock, and hardware-enforced protection via the W pin combined with the SRWD bit. When SRWD = 1 and W is driven low, the status register becomes permanently read-only - preventing unauthorized modification of protection settings.
Can the identification page be erased after being locked?
No. Once the identification page is locked using the LID instruction, it becomes permanently read-only and cannot be erased or rewritten - even with power cycling or WREN/WRSR commands. This one-time programmability ensures cryptographic keys or device IDs remain immutable throughout the product lifecycle.
What is the maximum clock frequency for reliable operation?
The M95M02-DRMN6TP guarantees reliable operation up to 5 MHz across its full temperature and voltage range (–40 °C to +85 °C, 1.8–5.5 V). AC timing parameters including tSHSL (setup time for S relative to C) and tDH (data hold time) are fully characterized at this frequency in the official DS7024 datasheet Rev 13.
M95M02-DRMN6TP Specifications
- Product attributes
- Attribute value
- Manufacturer:
- STMicroelectronics
- 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:
- 2Mbit
- Memory Organization:
- 256K x 8
- Memory Interface:
- SPI
- Clock Frequency:
- 5 MHz
- Write Cycle Time - Word, Page:
- 10ms
- 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-SOIC
M95M02-DRMN6TP FAQ
1.How can I place an order for M95M02-DRMN6TP through Aetrix?
Please submit a Request for Quotation (RFQ) for M95M02-DRMN6TP 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 M95M02-DRMN6TP reliable?
The price and inventory of M95M02-DRMN6TP are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for M95M02-DRMN6TP is usually 5 days.
3.What payment methods are accepted for M95M02-DRMN6TP?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for M95M02-DRMN6TP transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for M95M02-DRMN6TP?
M95M02-DRMN6TP orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your M95M02-DRMN6TP 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 M95M02-DRMN6TP?
For technical support, including M95M02-DRMN6TP datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your M95M02-DRMN6TP requirements.
6.How does Aetrix verify that M95M02-DRMN6TP is sourced from the original manufacturer or authorized distributors?
All M95M02-DRMN6TP 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 M95M02-DRMN6TP meets industry standards.
7.What is the process for return or replacement of M95M02-DRMN6TP?
All M95M02-DRMN6TP units undergo pre-shipment inspection (PSI). If there is an issue with M95M02-DRMN6TP, 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 M95M02-DRMN6TP part is unused and in its original packaging.
Return procedure for M95M02-DRMN6TP:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
M95M02-DRMN6TP 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…
