Following a Start condition the bus master sends a device select code with the R/W bit (RW)
reset to 0. The device acknowledges this, as shown in Figure 6, and waits for two address
bytes. The device responds to each address byte with an acknowledge bit, and then waits
for the data byte.
Table 3.Most significant address byte
A15 A14 A13 A12 A11 A10A9 A8
Table 4.Least significant address byte
A7 A6 A5 A4 A3 A2 A1 A0
When the bus master generates a Stop condition immediately after a data byte Ack bit (in
the “10
cycle t
th
bit” time slot), either at the end of a Byte Write or a Page Write, the internal Write
is triggered. A Stop condition at any other time slot does not trigger the internal
W
Write cycle.
After the Stop condition and the successful completion of an internal Write cycle (t
), the
W
device internal address counter is automatically incremented to point to the next byte after
the last modified byte.
During the internal Write cycle, Serial Data (SDA) is disabled internally, and the device does
not respond to any requests.
If the Write Control input (WC) is driven High, the Write instruction is not executed and the
accompanying data bytes are not acknowledged, as shown in Figure 7.
After the device select code and the address bytes, the bus master sends one data byte. If
the addressed location is Write-protected, by Write Control (WC
device replies with NoAck, and the location is not modified. If, instead, the addressed
location is not Write-protected, the device replies with Ack. The bus master terminates the
transfer by generating a Stop condition, as shown in Figure 6.
The Page Write mode allows up to 32 bytes to be written in a single Write cycle, provided
that they are all located in the same page in the memory: that is, the most significant
memory address bits, b16-b5, are the same. If more bytes are sent than will fit up to the end
of the page, a “roll-over” occurs, i.e. the bytes exceeding the page end are written on the
same page, from location 0.
The bus master sends from 1 to 32 bytes of data, each of which is acknowledged by the
device if Write Control (WC
addressed memory location are not modified, and each data byte is followed by a NoAck, as
shown in Figure 7. After each transferred byte, the internal page address counter is
incremented.
The transfer is terminated by the bus master generating a Stop condition.
) is low. If Write Control (WC) is high, the contents of the
The Identification Page (32 bytes) is an additional page which can be written and (later)
permanently locked in Read-only mode. It is written by issuing the Write Identification Page
instruction. This instruction uses the same protocol and format as Page Write (into memory
array), except for the following differences:
●Device type identifier = 1011b
●MSB address bits A15/ are don't care except for address bit A10 which must be ‘0’.
LSB address bits A4/A0 define the byte address inside the Identification page.
If the Identification page is locked, the data bytes transferred during the Write Identification
Page instruction are not acknowledged (NoAck).
5.1.4 Lock Identification Page (M24C32-D only)
The Lock Identification Page instruction (Lock ID) permanently locks the Identification page
in Read-only mode. The Lock ID instruction is similar to Byte Write (into memory array) with
the following specific conditions:
●Device type identifier = 1011b
●Address bit A10 must be ‘1’; all other address bits are don't care
●The data byte must be equal to the binary value xxxx xx1x, where x is don't care
5.1.5 ECC (Error Correction Code) and Write cycling
The Error Correction Code (ECC) is an internal logic function which is transparent for the
2
I
C communication protocol.
The ECC logic is implemented on each group of four EEPROM bytes
single bit out of the four bytes happens to be erroneous during a Read operation, the ECC
detects this bit and replaces it with the correct value. The read reliability is therefore much
improved.
Even if the ECC function is performed on groups of four bytes, a single byte can be
written/cycled independently. In this case, the ECC function also writes/cycles the three
other bytes located in the same group
(a)
. As a consequence, the maximum cycling budget is
defined at group level and the cycling can be distributed over the 4 bytes of the group: the
sum of the cycles seen by byte0, byte1, byte2 and byte3 of the same group must remain
below the maximum value defined in Table 12: Cycling performance by groups of four bytes.
(a)
. Inside a group, if a
a. A group of four bytes is located at addresses [4*N, 4*N+1, 4*N+2, 4*N+3], where N is an
First byte of instruction
with RW = 0 already
decoded by the device
YESNO
StartCondition
Continue the
Write operation
Continue the
Random Read operation
5.1.6 Minimizing Write delays by polling on ACK
The maximum Write time (tw) is shown in AC characteristics tables in Section 8: DC and AC
parameters, but the typical time is shorter. To make use of this, a polling sequence can be
used by the bus master.
The sequence, as shown in Figure 8, is:
●Initial condition: a Write cycle is in progress.
●Step 1: the bus master issues a Start condition followed by a device select code (the
first byte of the new instruction).
●Step 2: if the device is busy with the internal Write cycle, no Ack will be returned and
the bus master goes back to Step 1. If the device has terminated the internal Write
cycle, it responds with an Ack, indicating that the device is ready to receive the second
part of the instruction (the first byte of this instruction having been sent during Step 1).
Figure 8.Write cycle polling flowchart using ACK
1. The seven most significant bits of the Device Select code of a Random Read (bottom right box in the
figure) must be identical to the seven most significant bits of the Device Select code of the Write (polling
instruction in the figure).
Read operations are performed independently of the state of the Write Control (WC) signal.
After the successful completion of a Read operation, the device’s internal address counter is
incremented by one, to point to the next byte address.
For the Read instructions, after each byte read (data out), the device waits for an
acknowledgment (data in) during the 9th bit time. If the bus master does not acknowledge
during this 9th time, the device terminates the data transfer and switches to its Standby
mode.
Figure 9.Read mode sequences
5.2.1 Random Address Read
A dummy Write is first performed to load the address into this address counter (as shown in
Figure 9) but without sending a Stop condition. Then, the bus master sends another Start
condition, and repeats the device select code, with the RW
acknowledges this, and outputs the contents of the addressed byte. The bus master must
not acknowledge the byte, and terminates the transfer with a Stop condition.
For the Current Address Read operation, following a Start condition, the bus master only
sends a device select code with the R/W
outputs the byte addressed by the internal address counter. The counter is then
incremented. The bus master terminates the transfer with a Stop condition, as shown in
Figure 9, without acknowledging the byte.
bit set to 1. The device acknowledges this, and
5.2.3 Sequential Read
This operation can be used after a Current Address Read or a Random Address Read. The
bus master does acknowledge the data byte output, and sends additional clock pulses so
that the device continues to output the next byte in sequence. To terminate the stream of
bytes, the bus master must not acknowledge the last byte, and must generate a Stop
condition, as shown in Figure 9.
The output data comes from consecutive addresses, with the internal address counter
automatically incremented after each byte output. After the last memory address, the
address counter “rolls-over”, and the device continues to output data from memory address
00h.
5.3 Read Identification Page (M24C32-D only)
The Identification Page (32 bytes) is an additional page which can be written and (later)
permanently locked in Read-only mode.
The Identification Page can be read by issuing an Read Identification Page instruction. This
instruction uses the same protocol and format as the Random Address Read (from memory
array) with device type identifier defined as 1011b. The MSB address bits A15/A5 are don't
care, the LSB address bits A4/A0 define the byte address inside the Identification Page. The
number of bytes to read in the ID page must not exceed the page boundary (e.g.: when
reading the Identification Page from location 10d, the number of bytes should be less than
or equal to 22, as the ID page boundary is 32 bytes).
5.4 Read the lock status (M24C32-D only)
The locked/unlocked status of the Identification page can be checked by transmitting a
specific truncated command [Identification Page Write instruction + one data byte] to the
device. The device returns an acknowledge bit if the Identification page is unlocked,
otherwise a NoAck bit if the Identification page is locked.
Right after this, it is recommended to transmit to the device a Start condition followed by a
Stop condition, so that:
●Start: the truncated command is not executed because the Start condition resets the
device internal logic,
●Stop: the device is then set back into Standby mode by the Stop condition.
Stressing the device outside the ratings listed in Ta bl e 5 may cause permanent damage to
the device. These are stress ratings only, and operation of the device at these, or any other
conditions outside those indicated in the operating sections of this specification, is not
implied. Exposure to absolute maximum rating conditions for extended periods may affect
device reliability.
Table 5.Absolute maximum ratings
SymbolParameterMin.Max.Unit
Ambient operating temperature–40130°C
T
T
STG
LEAD
Storage temperature–65150°C
Lead temperature during solderingsee note
PDIP-specific lead temperature during soldering260
(1)
(2)
°C
°C
V
IO
I
OL
V
CC
V
ESD
1. Compliant with JEDEC Std J-STD-020D (for small body, Sn-Pb or Pb assembly), the ST ECOPACK®
7191395 specification, and the European directive on Restrictions on Hazardous Substances (RoHS)
2002/95/EU.
2. T
LEAD
3. Positive and negative pulses applied on different combinations of pin connections, according to AEC-
Q100-002 (compliant with JEDEC Std JESD22-A114, C1=100 pF, R1=1500 Ω).
Input or output range–0.506.5V
DC output current (SDA = 0)-5mA
Supply voltage–0.506.5V
Electrostatic pulse (Human Body model)
max must not be applied for more than 10 s.
(3)
-4000V
Doc ID 4578 Rev 2123/40
DC and AC parametersM24C32-W M24C32-R M24C32-F M24C32-X M24C32-DF
8 DC and AC parameters
This section summarizes the operating and measurement conditions, and the DC and AC
characteristics of the device.
Table 6.Operating conditions (voltage range W)
SymbolParameterMin.Max.Unit
V
CC
T
f
C
Table 7.Operating conditions (voltage range R)
Supply voltage2.55.5V
Ambient operating temperature–4085°C
A
Operating clock frequency-1MHz
SymbolParameterMin.Max.Unit
V
CC
T
f
C
Table 8.Operating conditions (voltage range F)
Supply voltage1.85.5V
Ambient operating temperature–4085°C
A
Operating clock frequency-1MHz
SymbolParameterMin.Max.Unit
V
CC
T
f
C
Table 9.Operating conditions (voltage range X)
Supply voltage1.75.5V
Ambient operating temperature–4085°C
A
Operating clock frequency-1MHz
SymbolParameterMin.Max.Unit
V
CC
T
f
C
Supply voltage1.65.5V
Ambient operating temperature–2085°C
A
Operating clock frequency-1MHz
Table 10.AC measurement conditions
SymbolParameterMin.Max.Unit
C
bus
24/40Doc ID 4578 Rev 21
Load capacitance100pF
SCL input rise/fall time, SDA input fall time50ns
Input levels0.2 VCC to 0.8 V
Input and output timing reference levels0.3 V
to 0.7 V
CC
CC
CC
V
V
M24C32-W M24C32-R M24C32-F M24C32-X M24C32-DFDC and AC parameters
-36
6
##
6
##
6
##
6
##
)NPUTANDOUTPUT
4IMINGREFERENCELEVELS
)NPUTVOLTAGELEVELS
Figure 10. AC measurement I/O waveform
Table 11.Input parameters
SymbolParameter
(1)
Test conditionMin.Max.Unit
C
C
Z
Z
1. Characterized only, not tested in production.
2. E2, E1, E0 input impedance when the memory is selected (after a Start condition).
Table 12.Cycling performance by groups of four bytes
SymbolParameterTest condition
Ncycle
1. Cycling performance for products identified by process letter K.
2. The Write cycle endurance is defined for groups of four data bytes located at addresses [4*N, 4*N+1,
4*N+2, 4*N+3] where N is an integer. The Write cycle endurance is defined by characterization and
qualification.
3. A Write cycle is executed when either a Page Write, a Byte Write, a Write Identification Page or a Lock
Identification Page instruction is decoded. When using the Byte Write, the Page Write or the Write
Identification Page, refer also to Section 5.1.5: ECC (Error Correction Code) and Write cycling.
Table 13.Memory cell data retention
Input capacitance (SDA)8pF
IN
Input capacitance (other pins)6pF
IN
L
Input impedance (E2, E1, E0, WC)
H
Write cycle
endurance
TA ≤ 25 °C, VCC(min) < VCC < VCC(max)4,000,000
(2)
TA = 85 °C, VCC(min) < VCC < VCC(max)1,200,000
(2)
VIN < 0.3 V
VIN > 0.7 V
(1)
CC
CC
30kΩ
500kΩ
Max.Unit
Write cycle
ParameterTest conditionMin.Unit
Data retention
1. For products identified by process letter K. The data retention behavior is checked in production. The 200-
year limit is defined from characterization and qualification results.
(1)
TA = 55 °C200Year
(3)
Doc ID 4578 Rev 2125/40
DC and AC parametersM24C32-W M24C32-R M24C32-F M24C32-X M24C32-DF
In order to meet environmental requirements, ST offers these devices in different grades of
ECOPACK
specifications, grade definitions and product status are available at: www.st.com.
ECOPACK
®
packages, depending on their level of environmental compliance. ECOPACK®
Figure 16. PDIP8 – 8 pin plastic DIP, 0.25 mm lead frame, package outline
1. Drawing is not to scale.
Table 22.PDIP8 – 8 pin plastic DIP, 0.25 mm lead frame, package mechanical data
millimetersinches
Symbol
Typ.Min.Max.Typ.Min.Max.
(1)
A5.330.2098
A10.380.0150
A23.302.924.950.12990.11500.1949
b0.460.360.560.01810.01420.0220
b21.521.141.780.05980.04490.0701
c0.250.200.360.00980.00790.0142
D9.279.0210.160.36500.35510.4000
E7.877.628.260.30980.30000.3252
E16.356.107.110.25000.24020.2799
e2.54––0.1000––
eA7.62––0.3000––
eB10.920.4299
L3.302.923.810.12990.11500.1500
1. Values in inches are converted from mm and rounded to four decimal digits.
36/40Doc ID 4578 Rev 21
M24C32-W M24C32-R M24C32-F M24C32-X M24C32-DFPackage mechanical data
$
%
:7?-%E6
!
!
EEE
,
EB
$
,
%
,
0IN
+
Figure 17. UFDFPN8 (MLP8) - 8-lead ultra thin fine pitch dual flat no lead, package
outline
1. Drawing is not to scale.
2. The central pad (area E2 by D2 in the above illustration) is internally pulled to V
connected to any other voltage or signal line on the PCB, for example during the soldering process.
Table 23.UFDFPN8 (MLP8) 8-lead ultra thin fine pitch dual flat package no lead
. It must not be
SS
2 x 3 mm, data
millimetersinches
Symbol
TypMinMaxTypMinMax
(1)
A0.5500.4500.6000.02170.01770.0236
A10.0200.0000.0500.00080.00000.0020
b0.2500.2000.3000.00980.00790.0118
D2.0001.9002.1000.07870.07480.0827
D2 (rev MC)1.2001.6000.04720.0630
E3.0002.9003.1000.11810.11420.1220
E2 (rev MC)1.2001.6000.04720.0630
e0.5000.0197
K (rev MC)0.3000.0118
L0.3000.5000.01180.0197
L10.1500.0059
L30.3000.0118
(2)
eee
1. Values in inches are converted from mm and rounded to four decimal digits.
2. Applied for exposed die paddle and terminals. Exclude embedding part of exposed die paddle from
measuring.
0.0800.0031
Doc ID 4578 Rev 2137/40
Part numberingM24C32-W M24C32-R M24C32-F M24C32-X M24C32-DF
10 Part numbering
Table 24.Ordering information scheme
Example:M24C32 - DW MN 6TP /P
Device type
2
M24 = I
C serial access EEPROM
Device function
C32 = 32 Kbit (4096 x 8)
Device family
Blank: Without Identification page
D: With additional Identification page
Operating voltage
W = V
R = V
= 2.5 V to 5.5 V
CC
= 1.8 V to 5.5 V
CC
F = VCC = 1.7 V to 5.5 V
X = VCC = 1.6 V to 5.5 V
Package
BN = PDIP8
MN = SO8 (150 mil width)
DW = TSSOP8 (169 mil width)
(1)
(2)
(2)
MC = UFDFPN8 (MLP8)
Device grade
6 = Industrial: device tested with standard test flow over –40 to 85 °C
5 = Consumer: device tested with standard test flow over –20 to 85°C
Option
blank = standard packing
T = Tape and reel packing
Plating technology
P or G = ECOPACK® (RoHS compliant)
Process
(3)
/P or /K = Manufacturing technology code
1. RoHS-compliant (ECOPACK1®)
2. RoHS-compliant and halogen-free (ECOPACK2®)
3. The process letters appear on the device package (marking) and on the shipment box. Please contact
your nearest ST Sales Office for further information.
38/40Doc ID 4578 Rev 21
M24C32-W M24C32-R M24C32-F M24C32-X M24C32-DFRevision history
11 Revision history
Table 25.Document revision history
DateRevisionChanges
Added:
– M24C32-DF and all information concerning the Identification Page:
sections 4.9, 4.10, 4.17, 4.18
– ECC section 4.11
– AC table with clock frequency of 1 MHz (Ta bl e 1 8 )
– Table 4: Device select code
Updated:
– Section 1: Description
18-Mar-201118
– Section 4.5: Memory addressing
– Section 4.18: Read the lock status (M24C32-D)
– Table 6: Absolute maximum ratings
– AC/DC tables 13, 17 with values specific to the device identified with
process letter K
Deleted:
– Table 2: Device select code
– Table 23: Available M24C32 products (package, voltage range,
temperature grade)
14-Sep-201119
21-May-201220
25-Jul-201221
Updated:
2
– Figure 4: I
bus parasitic capacitance (C
C Fast mode (fC = 400 kHz): maximum R
)
bus
– Figure 5: I2C Fast mode Plus (fC = 1 MHz): maximum R
versus bus parasitic capacitance (C
Added t
WLDL
and t
DHWH
in:
bus
)
value versus
bus
value
bus
– Table 17: 400 kHz AC characteristics
– Table 18: 1 MHz AC characteristics
– Figure 13: AC waveforms
Minor text changes.
Datasheet split into:
– M24C32-DF, M24C32-W, M24C32-R,M24C32-F (this datasheet) for
standard products (range 6),
– M24C32-125 datasheet for automotive products (range 3).
Added reference M24C32-X.
Updated:
– Features
– AC and DC tables in Section 8: DC and AC parameters.
– Section 10: Part numbering.
Doc ID 4578 Rev 2139/40
M24C32-W M24C32-R M24C32-F M24C32-X M24C32-DF
Please Read Carefully:
Information in this document is provided solely in connection with ST products. STMicroelectronics NV and its subsidiaries (“ST”) reserve the
right to make changes, corrections, modifications or improvements, to this document, and the products and services described herein at any
time, without notice.
All ST products are sold pursuant to ST’s terms and conditions of sale.
Purchasers are solely responsible for the choice, selection and use of the ST products and services described herein, and ST assumes no
liability whatsoever relating to the choice, selection or use of the ST products and services described herein.
No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted under this document. If any part of this
document refers to any third party products or services it shall not be deemed a license grant by ST for the use of such third party products
or services, or any intellectual property contained therein or considered as a warranty covering the use in any manner whatsoever of such
third party products or services or any intellectual property contained therein.
UNLESS OTHERWISE SET FORTH IN ST’S TERMS AND CONDITIONS OF SALE ST DISCLAIMS ANY EXPRESS OR IMPLIED
WARRANTY WITH RESPECT TO THE USE AND/OR SALE OF ST PRODUCTS INCLUDING WITHOUT LIMITATION IMPLIED
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (AND THEIR EQUIVALENTS UNDER THE LAWS
OF ANY JURISDICTION), OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT.
UNLESS EXPRESSLY APPROVED IN WRITING BY TWO AUTHORIZED ST REPRESENTATIVES, ST PRODUCTS ARE NOT
RECOMMENDED, AUTHORIZED OR WARRANTED FOR USE IN MILITARY, AIR CRAFT, SPACE, LIFE SAVING, OR LIFE SUSTAINING
APPLICATIONS, NOR IN PRODUCTS OR SYSTEMS WHERE FAILURE OR MALFUNCTION MAY RESULT IN PERSONAL INJURY,
DEATH, OR SEVERE PROPERTY OR ENVIRONMENTAL DAMAGE. ST PRODUCTS WHICH ARE NOT SPECIFIED AS "AUTOMOTIVE
GRADE" MAY ONLY BE USED IN AUTOMOTIVE APPLICATIONS AT USER’S OWN RISK.
Resale of ST products with provisions different from the statements and/or technical features set forth in this document shall immediately void
any warranty granted by ST for the ST product or service described herein and shall not create or extend in any manner whatsoever, any
liability of ST.
ST and the ST logo are trademarks or registered trademarks of ST in various countries.
Information in this document supersedes and replaces all information previously supplied.
The ST logo is a registered trademark of STMicroelectronics. All other names are the property of their respective owners.