When the power supply is turned on, VCC rises continuously from VSS to VCC. During this
time, the Chip Select (S
therefore recommended to connect the S
Figure 3: Bus master and memory devices on the SPI bus).
) line is not allowed to float but should follow the VCC voltage. It is
line to VCC via a suitable pull-up resistor (see
In addition, the Chip Select (S
sensitive as well as level sensitive: after power-up, the device does not become selected
until a falling edge has first been detected on Chip Select (S
(S
) must have been high, prior to going low to start the first operation.
The V
voltage has to rise continuously from 0 V up to the minimum VCC operating voltage
CC
defined in Table 8: Operating conditions (M950x0), Table 9: Operating conditions (M950x0-
W) and Table 10: Operating conditions (M950x0-R) and the rise time must not vary faster
than 1 V/µs.
2.9.4 Power-down
During power-down (continuous decrease in the VCC supply voltage below the minimum
V
operating voltage defined in Table 8: Operating conditions (M950x0), Ta b le 9 :
CC
Operating conditions (M950x0-W) and Table 10: Operating conditions (M950x0-R)), the
device must be:
●deselected (Chip Select S should be allowed to follow the voltage applied on V
●in Standby Power mode (there should not be any internal write cycle in progress).
) input offers a built-in safety feature, as the S input is edge
). This ensures that Chip Select
)
CC
10/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RConnecting to the SPI bus
AI12304b
Bus master
SPI memory
device
SDO
SDI
SCK
CQD
S
SPI memory
device
CQD
S
SPI mmory
device
CQD
S
CS3CS2 CS1
SPI Interface with
(CPOL, CPHA) =
(0, 0) or (1, 1)
W
HOLD
W
HOLD
W
HOLD
RRR
V
CC
V
CC
V
CC
V
CC
V
SS
V
SS
V
SS
V
SS
R
3 Connecting to the SPI bus
The device is fully compatible with the SPI protocol.
All instructions, addresses and input data bytes are shifted in to the device, most significant
bit first. The Serial Data Input (D) is sampled on the first rising edge of the Serial Clock (C)
after Chip Select (S
All output data bytes are shifted out of the device, most significant bit first. The Serial Data
Output (Q) is latched on the first falling edge of the Serial Clock (C) after the instruction
(such as the Read from Memory Array and Read Status Register instructions) have been
clocked into the device.
Figure 3: Bus master and memory devices on the SPI bus shows an example of three
memory devices connected to an MCU, on an SPI bus. Only one memory device is selected
at a time, so only one memory device drives the Serial Data output (Q) line at a time, the
other memory devices are high impedance.
The pull-up resistor R (represented in Figure 3: Bus master and memory devices on the SPI
bus) ensures that a device is not selected if the bus master leaves the S
impedance state.
In applications where the bus master might enter a state where all SPI bus inputs/outputs
would be in high impedance at the same time (for example, if the bus master is reset during
the transmission of an Instruction), the clock line (C) must be connected to an external pull-
down resistor so that, if all inputs/outputs become high impedance, the C line is pulled low
(while the S
line is pulled high): this ensures that S and C do not become high at the same
time, and so, that the t
) goes low.
requirement is met. The typical value of R is 100 kΩ.
SHCH
line in the high
Figure 3.Bus master and memory devices on the SPI bus
1. The Write Protect (W) and Hold (HOLD) signals should be driven, high or low as appropriate.
Doc ID 6512 Rev 1011/44
Connecting to the SPI busM950x0 M950x0-W M950x0-R
AI01438B
C
MSB
CPHA
D
0
1
CPOL
0
1
Q
C
MSB
3.1 SPI modes
The device can be driven by a microcontroller with its SPI peripheral running in either of the
two following modes:
●CPOL=0, CPHA=0
●CPOL=1, CPHA=1
For these two modes, input data is latched in on the rising edge of Serial Clock (C), and
output data is available from the falling edge of Serial Clock (C).
The difference between the two modes, as shown in Figure 4: SPI modes supported, is the
clock polarity when the bus master is in Stand-by mode and not transferring data:
●C remains at 0 for (CPOL=0, CPHA=0)
●C remains at 1 for (CPOL=1, CPHA=1)
Figure 4.SPI modes supported
12/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-ROperating features
AI02029D
HOLD
C
Hold
Condition
Hold
Condition
4 Operating features
4.1 Hold condition
The Hold (HOLD) signal is used to pause any serial communications with the device without
resetting the clocking sequence.
During the Hold condition, the Serial Data Output (Q) is high impedance, and Serial Data
Input (D) and Serial Clock (C) are Don’t Care.
To enter the Hold condition, the device must be selected, with Chip Select (S
) low.
Normally, the device is kept selected, for the whole duration of the Hold condition.
Deselecting the device while it is in the Hold condition has the effect of resetting the state of
the device, and this mechanism can be used if it is required to reset any processes that had
been in progress.
The Hold condition starts when the Hold (HOLD
) signal is driven low at the same time as
Serial Clock (C) already being low (as shown in Figure 5: Hold condition activation).
The Hold condition ends when the Hold (HOLD
) signal is driven high at the same time as
Serial Clock (C) already being low.
Figure 5: Hold condition activation also shows what happens if the rising and falling edges
are not timed to coincide with Serial Clock (C) being low.
Figure 5.Hold condition activation
4.2 Status register
Figure 6: Block diagram shows the position of the Status register in the control logic of the
device. This register contains a number of control bits and status bits, as shown in Ta bl e 5 :
Status register format. For a detailed description of the Status register bits, see Section 6.3:
Read Status Register (RDSR).
Doc ID 6512 Rev 1013/44
Operating featuresM950x0 M950x0-W M950x0-R
4.3 Data protection and protocol control
To help protect the device from data corruption in noisy or poorly controlled environments, a
number of safety features have been built in to the device. The main security measures can
be summarized as follows:
●The WEL bit is reset at power-up.
●Chip Select (S) must rise after the eighth clock count (or multiple thereof) in order to
start a non-volatile Write cycle (in the memory array or in the Status register).
●Accesses to the memory array are ignored during the non-volatile programming cycle,
and the programming cycle continues unaffected.
●Invalid Chip Select (S) and Hold (HOLD) transitions are ignored.
For any instruction to be accepted and executed, Chip Select (S
) must be driven high after
the rising edge of Serial Clock (C) that latches the last bit of the instruction, and before the
next rising edge of Serial Clock (C).
For this, “the last bit of the instruction” can be the eighth bit of the instruction code, or the
eighth bit of a data byte, depending on the instruction (except in the case of RDSR and
READ instructions). Moreover, the “next rising edge of CLOCK” might (or might not) be the
next bus transaction for some other device on the bus.
When a Write cycle is in progress, the device protects it against external interruption by
ignoring any subsequent READ, WRITE or WRSR instruction until the present cycle is
complete.
Table 3.Write-protected block size
Status register bits
Protected block
BP1 BP0 M95040 M95020M95010
00none none nonenone
01Upper quarter 180h - 1FFhC0h - FFh 60h - 7Fh
10Upper half 100h - 1FFh80h - FFh 40h - 7Fh
11Whole memory000h - 1FFh00h - FFh 00h - 7Fh
Protected array addresses
14/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RMemory organization
AI01272C
HOLD
S
W
Control Logic
High Voltage
Generator
I/O Shift Register
Address Register
and Counter
Data
Register
1 Page
X Decoder
Y Decoder
C
D
Q
Size of the
Read only
EEPROM
area
Status
Register
5 Memory organization
The memory is organized as shown in Figure 6: Block diagram.
Figure 6.Block diagram
Doc ID 6512 Rev 1015/44
InstructionsM950x0 M950x0-W M950x0-R
C
D
AI01441D
S
Q
2134567
High Impedance
0
Instruction
6 Instructions
Each instruction starts with a single-byte code, as summarized in Table 4: Instruction set.
If an invalid instruction is sent (one not contained in Table 4: Instruction set), the device
automatically deselects itself.
Table 4.Instruction set
InstructionDescriptionInstruction Format
WRENWrite Enable0000 X110
WRDIWrite Disable0000 X100
RDSRRead Status Register0000 X101
WRSRWrite Status Register0000 X001
READRead from Memory Array0000 A8011
WRITEWrite to Memory Array 0000 A8010
1. X = Don’t Care.
2. A8 = 1 for the upper half of the memory array of the M95040, and 0 for the lower half, and is Don’t Care for
other devices.
(1)
(1)
(1)
(1)
(2)
(2)
6.1 Write Enable (WREN)
The Write Enable Latch (WEL) bit must be set prior to each WRITE and WRSR instruction.
The only way to do this is to send a Write Enable instruction to the device.
As shown in Figure 7: Write Enable (WREN) sequence, to send this instruction to the
device, Chip Select (S
Serial Data Input (D). The device then enters a wait state. It waits for a the device to be
deselected, by Chip Select (S
Figure 7.Write Enable (WREN) sequence
) is driven low, and the bits of the instruction byte are shifted in, on
) being driven high.
16/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RInstructions
C
D
AI03790D
S
Q
2134567
High Impedance
0
Instruction
6.2 Write Disable (WRDI)
One way of resetting the Write Enable Latch (WEL) bit is to send a Write Disable instruction
to the device.
As shown in Figure 8: Write Disable (WRDI) sequence, to send this instruction to the device,
Chip Select (S
Input (D).
The device then enters a wait state. It waits for a the device to be deselected, by Chip Select
(S
) being driven high.
The Write Enable Latch (WEL) bit, in fact, becomes reset by any of the following events:
●Power-up
●WRDI instruction execution
●WRSR instruction completion
●WRITE instruction completion
●Write Protect (W) line being held low.
Figure 8.Write Disable (WRDI) sequence
) is driven low, and the bits of the instruction byte are shifted in, on Serial Data
Doc ID 6512 Rev 1017/44
InstructionsM950x0 M950x0-W M950x0-R
6.3 Read Status Register (RDSR)
The Read Status Register instruction is used to read the Status Register.
As shown in Figure 9, to send this instruction to the device, Chip Select (S
) is first driven low.
The bits of the instruction byte are then shifted in, on Serial Data Input (D). The current state
of the bits in the Status register is shifted out, on Serial Data Out (Q). The Read Cycle is
terminated by driving Chip Select (S
) high.
The Status Register is always readable, even if a Write or Write Status Register cycle is in
progress. During a Write Status Register cycle, the values of the non-volatile bits (BP0,
BP1) become available when a new RDSR instruction is executed, after completion of the
Write cycle. On the other hand, the two read-only bits (Write Enable Latch (WEL), Write In
Progress (WIP)) are dynamically updated during the ongoing Write cycle.
It is also possible to read the Status Register contents continuously, as described in
Figure 9.
Bits b7, b6, b5 and b4 are always read as 1. The status and control bits of the Status
register are as follows:
Table 5.Status register format
b7 b0
1 1 1 1 BP1 BP0 WEL WIP
Block Protect bits
Write Enable Latch bit
Write In Progress bit
6.3.1 WIP bit
The Write In Progress (WIP) bit indicates whether the memory is busy with a Write or Write
Status register cycle. When set to 1, such a cycle is in progress, when reset to 0 no such
cycle is in progress.
6.3.2 WEL bit
The Write Enable Latch (WEL) bit indicates the status of the internal Write Enable Latch.
When set to 1 the internal Write Enable Latch is set, when set to 0 the internal Write Enable
Latch is reset and no Write or Write Status Register instruction is accepted.
6.3.3 BP1, BP0 bits
The Block Protect (BP1, BP0) bits are non-volatile. They define the size of the area to be
software protected against Write instructions. These bits are written with the Write Status
Register (WRSR) instruction. When one or both of the Block Protect (BP1, BP0) bits is set to
1, the relevant memory area (as defined in Table 3: Write-protected block size) becomes
protected against Write (WRITE) instructions. The Block Protect (BP1, BP0) bits can be
written provided that the Hardware Protected mode has not been set.
18/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RInstructions
C
D
S
213456789101112131415
Instruction
0
AI01444D
Q
7 6543210
Status Register Out
High Impedance
MSB
7 6543210
Status Register Out
MSB
7
Figure 9.Read Status Register (RDSR) sequence
Doc ID 6512 Rev 1019/44
InstructionsM950x0 M950x0-W M950x0-R
C
D
AI01445B
S
Q
213456789101112131415
High Impedance
InstructionStatus
Register In
0
7654320
1
MSB
6.4 Write Status Register (WRSR)
The Write Status Register (WRSR) instruction allows new values to be written to the Status
register. Before it can be accepted, a Write Enable (WREN) instruction must previously have
been executed.
The Write Status Register (WRSR) instruction is entered by driving Chip Select (S
) low,
sending the instruction code followed by the data byte on Serial Data input (D), and driving
the Chip Select (S
) signal high. Chip Select (S) must be driven high after the rising edge of
Serial Clock (C) that latches in the eighth bit of the data byte, and before the next rising edge
of Serial Clock (C). Otherwise, the Write Status Register (WRSR) instruction is not
executed.
Driving the Chip Select (S
timed write cycle that takes t
) signal high at a byte boundary of the input data triggers the self-
to complete (as specified in Table 13: DC characteristics
W
(M950x0, device grade 3) to Table 20: AC characteristics (M950x0-R, device grade 6)). The
instruction sequence is shown in Figure 10: Write Status Register (WRSR) sequence.
While the Write Status Register cycle is in progress, the Status register may still be read to
check the value of the Write in progress (WIP) bit: the WIP bit is 1 during the self-timed write
cycle t
reset at the end of the write cycle t
, and, 0 when the write cycle is complete. The WEL bit (Write enable latch) is also
W
.
W
The Write Status Register (WRSR) instruction allows the user to change the values of the
BP1, BP0 bits which define the size of the area that is to be treated as read only, as defined
in Table 3: Write-protected block size.
The contents of the BP1, BP0 bits are updated after the completion of the WRSR
instruction, including the t
write cycle.
W
The Write Status Register (WRSR) instruction has no effect on the b7, b6, b5, b4, b1 and b0
bits in the Status register. Bits b7, b6, b5, b4 are always read as 0.
Figure 10. Write Status Register (WRSR) sequence
20/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RInstructions
The instruction is not accepted, and is not executed, under the following conditions:
●if the Write Enable Latch (WEL) bit has not been set to 1 (by executing a Write Enable
instruction just before)
●if a write cycle is already in progress
●if the device has not been deselected, by Chip Select (S) being driven high, after the
eighth bit, b0, of the data byte has been latched in
●if Write Protect (W) is low during the WRSR command (instruction, address and data)
Doc ID 6512 Rev 1021/44
InstructionsM950x0 M950x0-W M950x0-R
C
D
AI01440E
S
Q
A7
21345678910111213141516171819
A6 A5 A4 A3 A2 A1 A0A8
20 21 22
76543
2
0
1
High Impedance
Data Out
InstructionByte Address
0
6.5 Read from Memory Array (READ)
As shown in Figure 11: Read from Memory Array (READ) sequence, to send this instruction
to the device, Chip Select (S
byte are then shifted in, on Serial Data Input (D). For the M95040, the most significant
address bit, A8, is incorporated as bit b3 of the instruction byte, as shown in Ta bl e 4 :
Instruction set. The address is loaded into an internal address register, and the byte of data
at that address is shifted out, on Serial Data Output (Q).
) is first driven low. The bits of the instruction byte and address
If Chip Select (S
) continues to be driven low, an internal bit-pointer is automatically
incremented at each clock cycle, and the corresponding data bit is shifted out.
When the highest address is reached, the address counter rolls over to zero, allowing the
Read cycle to be continued indefinitely. The whole memory can, therefore, be read with a
single READ instruction.
The Read cycle is terminated by driving Chip Select (S
Select (S
) signal can occur at any time during the cycle.
) high. The rising edge of the Chip
The first byte addressed can be any byte within any page.
The instruction is not accepted, and is not executed, if a Write cycle is currently in progress.
Table 6.Address range bits
Device M95040 M95020M95010
Address BitsA8-A0A7-A0A6-A0
Figure 11. Read from Memory Array (READ) sequence
1. Depending on the memory size, as shown in Table 6: Address range bits, the most significant address bits
are Don’t Care.
22/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RInstructions
AI01442D
C
D
S
Q
A7
21345678910111213141516171819
A6 A5 A4 A3 A2 A1 A0A8
20 21 22 23
High Impedance
InstructionByte Address
0
7654320
1
Data Byte
6.6 Write to Memory Array (WRITE)
As shown in Figure 12: Byte Write (WRITE) sequence, to send this instruction to the device,
Chip Select (S
one data byte are then shifted in, on Serial Data input (D). The instruction is terminated by
driving Chip Select (S
triggered by the rising edge of Chip Select (S
Table 13: DC characteristics (M950x0, device grade 3) to Table 20: AC characteristics
(M950x0-R, device grade 6)). After this time, the Write in Progress (WIP) bit is reset to 0.
) is first driven low. The bits of the instruction byte, address byte, and at least
) high at a byte boundary of the input data. The self-timed Write cycle,
), continues for a period tW (as specified in
In the case of Figure 12: Byte Write (WRITE) sequence, Chip Select (S
the eighth bit of the data byte has been latched in, indicating that the instruction is being
used to write a single byte. If, though, Chip Select (S
in Figure 13: Page Write (WRITE) sequence, the next byte of input data is shifted in, so that
more than a single byte, starting from the given address towards the end of the same page,
can be written in a single internal Write cycle. If Chip Select (S
low, the next byte of input data is shifted in, and used to overwrite the byte at the start of the
current page.
The instruction is not accepted, and is not executed, under the following conditions:
●if the Write Enable Latch (WEL) bit has not been set to 1 (by executing a Write Enable
instruction just before)
●if a Write cycle is already in progress
●if the device has not been deselected, by Chip Select (S) being driven high, at a byte
boundary (after the rising edge of Serial Clock (C) that latches the last data bit, and
before the next rising edge of Serial Clock (C) occurs anywhere on the bus)
●if Write Protect (W) is low or if the addressed page is in the area protected by the Block
Protect (BP1 and BP0) bits
Note:The self-timed write cycle t
events: [Erase addressed byte(s)], followed by [Program addressed byte(s)]. An erased bit is
read as “0” and a programmed bit is read as “1”.
Figure 12. Byte Write (WRITE) sequence
) is driven high after
) continues to be driven low, as shown
) still continues to be driven
is internally executed as a sequence of two consecutive
W
1. Depending on the memory size, as shown in Table 6: Address range bits, the most significant address bits
are Don’t Care.
Doc ID 6512 Rev 1023/44
InstructionsM950x0 M950x0-W M950x0-R
C
D
S
2134567891011121314151617181920 21 22 23
InstructionByte Address
0
Data Byte 1
C
D
AI01443D
S
262527 28 29 30 31
8+8N
24
Data Byte 16
9+8N
10+8N
11+8N
12+8N
13+8N
14+8N
15+8N
136
137
138
139
140
141
142
143
Data Byte N
763210
54
Data Byte 2
7
A7 A6 A5 A4 A3 A2 A1 A0A87654320
1
7 65432107654320
1
Figure 13. Page Write (WRITE) sequence
1. Depending on the memory size, as shown in Table 6: Address range bits, the most significant address bits
are Don’t Care.
24/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RPower-up and delivery states
7 Power-up and delivery states
7.1 Power-up state
After Power-up, the device is in the following state:
●low power Standby Power mode
●deselected (after Power-up, a falling edge is required on Chip Select (S) before any
instructions can be started).
●not in the Hold Condition
●the Write Enable Latch (WEL) is reset to 0
●Write In Progress (WIP) is reset to 0
The BP1 and BP0 bits of the Status register are unchanged from the previous power-down
(they are non-volatile bits).
7.2 Initial delivery state
The device is delivered with the memory array set at all 1s (FFh). The Block Protect (BP1
and BP0) bits are initialized to 0.
Doc ID 6512 Rev 1025/44
Maximum ratingM950x0 M950x0-W M950x0-R
8 Maximum rating
Stressing the device outside the ratings listed in Table 7: Absolute maximum ratings 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. Refer also to the STMicroelectronics SURE
Program and other relevant quality documents.
Table 7.Absolute maximum ratings
SymbolParameterMin.Max.Unit
Ambient operating temperature–40130°C
T
STG
T
LEAD
V
O
V
I
OL
I
IH
V
CC
V
ESD
1. Compliant with JEDEC Std J-STD-020C (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. Positive and negative pulses applied on pin pairs, according to the AEC-Q100-002 (compliant with JEDEC
Std JESD22-A114, C1=100pF, R1=1500Ω, R2=500Ω)
Storage temperature–65150°C
Lead temperature during solderingsee note
Output voltage–0.50VCC+0.6V
Input voltage–0.50VCC+1.0V
I
DC output current (Q = 0)-5mA
DC output current (Q = 1)-5mA
Supply voltage–0.506.5V
Electrostatic pulse (Human Body Model) voltage
(2)
-4000V
(1)
°C
26/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RDC and AC parameters
9 DC and AC parameters
This section summarizes the operating and measurement conditions, and the DC and AC
characteristics of the device. The parameters in the DC and AC characteristic tables that
follow are derived from tests performed under the measurement conditions summarized in
the relevant tables. Designers should check that the operating conditions in their circuit
match the measurement conditions when relying on the quoted parameters.
Table 8.Operating conditions (M950x0)
SymbolParameterMin.Max.Unit
V
T
Table 9.Operating conditions (M950x0-W)
Supply voltage4.55.5V
CC
Ambient operating temperature (device grade 3)–40125°C
A
SymbolParameterMin.Max.Unit
V
Supply voltage2.55.5V
CC
Ambient operating temperature (device grade 6)–4085°C
T
A
Ambient operating temperature (device grade 3)–40125°C
Table 10.Operating conditions (M950x0-R)
SymbolParameterMin.Max.Unit
V
CC
T
Table 11.AC test measurement conditions
Supply voltage1.85.5V
Ambient operating temperature–4085°C
A
SymbolParameterMin.Max.Unit
C
Load capacitance30pF
L
Input rise and fall times-50ns
Input pulse voltages0.2V
Input and output timing reference voltages0.3V
to 0.8V
CC
to 0.7V
CC
CC
CC
V
V
1. Output Hi-Z is defined as the point where data out is no longer driven.
Doc ID 6512 Rev 1027/44
DC and AC parametersM950x0 M950x0-W M950x0-R
AI00825B
0.8V
CC
0.2V
CC
0.7V
CC
0.3V
CC
Input and Output
Timing Reference Levels
Input Levels
Figure 14. AC test measurement I/O waveform
Table 12.Capacitance
SymbolParameterTest conditionMin.Max.Unit
C
OUT
C
Output capacitance (Q)V
Input capacitance (D)VIN = 0 V-8pF
IN
Input capacitance (other pins)V
1. Sampled only, not 100% tested, at TA=25°C and a frequency of 5MHz.
Test conditions specified in Table 11 and Ta b l e 1 0
SymbolAlt.ParameterMin.Max.Unit
(1)
f
C
t
SLCH
t
SHCH
t
SHSL
t
CHSH
t
CHSL
(2)
t
CH
(1)
t
CL
t
CLCH
t
CHCL
t
DVCH
t
CHDX
t
HHCH
t
HLCH
t
CLHL
t
CLHH
t
SHQZ
t
CLQV
t
CLQX
t
QLQH
t
QHQL
t
HHQV
t
HLQZ
t
W
1. The test flow guarantees the AC parameter values defined in this table (when VCC = 1.8 V) and the AC
parameter values defined in Table 18: AC characteristics (M950x0-W, device grade 6) (when V
when V
2. tCH + tCL must never be less than the shortest possible clock period, 1 / fC(max)
3. Value guaranteed by characterization, not 100% tested in production.
(3)
(2)
(2)
(2)
(2)
(2)
f
t
t
t
t
= 5.0 V).
CC
SCK
CSS1
CSS2
t
CS
CSH
t
CLH
t
CLL
t
RC
t
FC
DSU
t
DH
t
DIS
t
V
t
HO
t
RO
t
FO
t
LZ
t
HZ
t
WC
Clock frequencyD.C.5MHz
S active setup time90-ns
S not active setup time90-ns
S deselect time100-ns
S active hold time90-ns
S not active hold time90-ns
Clock high time90-ns
Clock low time90-ns
Clock rise time-1µs
Clock fall time-1µs
Data in setup time20-ns
Data in hold time30-ns
Clock low hold time after HOLD not active70-ns
Clock low hold time after HOLD active40-ns
Clock low setup time before HOLD active0-ns
Clock low setup time before HOLD not active0-ns
Output disable time-100ns
Clock low to output valid-80ns
Output hold time0-ns
Output rise time-50ns
Output fall time-50ns
HOLD high to output valid-50ns
HOLD low to output high-Z-100ns
Write time-5ms
= 2.5 or
CC
34/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RDC and AC parameters
C
D
AI01447d
S
MSB IN
Q
tDVCH
High impedance
LSB IN
tSLCH
tCHDX
tCLCH
tSHCH
tSHSL
tCHSHtCHSL
tCH
tCL
tCHCL
C
Q
AI01448c
S
HOLD
tCLHL
tHLCH
tHHCH
tCLHH
tHHQVtHLQZ
Figure 15. Serial input timing
Figure 16. Hold timing
Doc ID 6512 Rev 1035/44
DC and AC parametersM950x0 M950x0-W M950x0-R
Figure 17. Serial output timing
S
C
tCLQX
Q
D
tCLQV
ADDR
LSB IN
tCLCH
tCHCL
tCH
tCL
tQLQH
tQHQL
tSHSL
tSHQZ
AI01449f
36/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RPackage mechanical data
SO-A
E1
8
ccc
b
e
A
D
c
1
E
h x 45˚
A2
k
0.25 mm
L
L1
A1
GAUGE PLANE
10 Package mechanical data
In order to meet environmental requirements, ST offers the device 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®
®
is an ST trademark.
Figure 18. SO8N — 8-lead plastic small outline 150 mils body width, package outline
1. Drawing is not to scale.
Table 21.SO8N — 8-lead plastic small outline, 150 mils body width, package
mechanical data
millimetersinches
Symbol
TypMinMaxTypMinMax
(1)
A--1.75--0.0689
A1-0.10.25-0.00390.0098
A2-1.25--0.0492-
b-0.280.48-0.0110.0189
c-0.170.23-0.00670.0091
ccc--0.1--0.0039
D4.94.850.19290.1890.1969
E65.86.20.23620.22830.2441
E13.93.840.15350.14960.1575
e1.27--0.05--
h-0.250.5-0.00980.0197
k-0°8°-0°8°
L-0.41.27-0.01570.05
L11.04--0.0409--
1. Values in inches are converted from mm and rounded to 4 decimal digits.
Table 22.TSSOP8 — 8-lead thin shrink small outline, package mechanical data
millimetersinches
Symbol
TypMinMaxTypMinMax
(1)
A--1.2--0.0472
A1-0.050.15-0.0020.0059
A210.81.050.03940.03150.0413
b-0.190.3-0.00750.0118
c-0.090.2-0.00350.0079
CP--0.1--0.0039
D32.93.10.11810.11420.122
e0.65--0.0256--
E6.46.26.60.2520.24410.2598
E14.44.34.50.17320.16930.1772
L0.60.450.750.02360.01770.0295
L11--0.0394--
α-0°8°-0°8°
N (number of leads)88
1. Values in inches are converted from mm and rounded to 4 decimal digits.
38/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RPackage mechanical data
$
%
:7?-%E
!
!
EEE
,
E
B
$
,
%
,
,
EB
$
,
%
,
0IN
+
+
-"-#
Figure 20. UFDFPN8 (MLP8) 8-lead ultra thin fine pitch dual flat package no lead
2 × 3mm, outline
1. Drawing is not to scale.
2. The central pad (the area E2 by D2 in the above illustration) is pulled, internally, to V
allowed to be connected to any other voltage or signal line on the PCB, for example during the soldering
process.
. It must not be
SS
3. The circle in the top view of the package indicates the position of pin 1.
Table 23.UFDFPN8 (MLP8) 8-lead ultra thin fine pitch dual flat package no lead
2 × 3mm, 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 MB)1.6001.5001.7000.06300.05910.0669
D2 (rev MC)-1.2001.600-0.04720.0630
E3.0002.9003.1000.11810.11420.1220
E2 (rev MB)0.2000.1000.3000.00790.00390.0118
E2 (rev MC)-1.2001.600-0.04720.0630
e0.500--0.0197--
K (rev MB)-0.800--0.0315-
K (rev MC)-0.300--0.0118-
L (rev MB)0.4500.4000.5000.01770.01570.0197
L (rev MC)-0.3000.500-0.01180.0197
L1--0.150--0.0059
L3-0.300--0.0118-
(2)
eee
1. Values in inches are converted from mm and rounded to 4 decimal digits.
2. Applied for exposed die paddle and terminals. Exclude embedding part of exposed die paddle from
measuring.
0.0800.0031
Doc ID 6512 Rev 1039/44
Part numberingM950x0 M950x0-W M950x0-R
11 Part numbering
Table 24.Ordering information scheme
Example:M95040–W MN 6 T P /G
Device type
M95 = SPI serial access EEPROM
Device function
040 = 4 Kbit (512 x 8)
020 = 2 Kbit (256 x 8)
010 = 1 Kbit (128 x 8)
Operating voltage
blank = V
W = VCC = 2.5 to 5.5V
R = V
Package
MN = SO8 (150 mil width)
DW = TSSOP8 (169 mil width)
MB or MC = UFDFPN8 (MLP8) 2 × 3mm
= 4.5 to 5.5V
CC
= 1.8 to 5.5V
CC
Device grade
6 = Industrial temperature range, –40 to 85 °C.
Device tested with standard test flow
3 = Device tested with high reliability certified flow
(1)
.
Automotive temperature range (–40 to 125 °C)
Option
blank = Standard packing
T = Tape and reel packing
Plating technology
P or G = ECOPACK
Process
(2)
®
(RoHS compliant)
/G or /S = F6SP36%
1. ST strongly recommends the use of the Automotive Grade devices for use in an automotive environment.
The high reliability certified flow (HRCF) is described in the quality note QNEE9801. Please ask your
nearest ST sales office for a copy.
2. Used only for device grade 3
For a list of available options (speed, package, etc.) or for further information on any aspect
of this device, please contact your nearest ST sales office.
40/44Doc ID 6512 Rev 10
M950x0 M950x0-W M950x0-RRevision history
12 Revision history
Table 25.Document revision history
DateVersionChanges
10-May-20002.2
s/issuing three bytes/issuing two bytes/ in the 2nd sentence of the Byte
Write Operation
Human Body Model meets JEDEC std (Table 2). Minor adjustments to
16-Mar-20012.3
Figs 7,9,10,11 & Tab 9. Wording changes, according to the standard
glossary
Illustrations and Package Mechanical data updated
19-Jul-20012.4
Temperature range ‘3’ added to the -W supply voltage range in DC and
AC characteristics
11-Oct-20013.0Document reformatted using the new template
26-Feb-20023.1Description of chip deselect after 8th clock pulse made more explicit
27-Sep-20023.2
Position of A8 in Read Instruction Sequence Figure corrected. Load
Capacitance C
changed
L
24-Oct-20023.3Minimum values for tCHHL and tCHHH changed.
24-Feb-20033.4
Description of Read from Memory Array (READ) instruction corrected,
and clarified
28-May-20033.5New products, identified by the process letter W, added
Correction to current products, identified by the process letter K not L.
25-Jun-20033.6
changed in DC characteristics, and t
I
CC
characteristics
Voltage range -S upgraded by removing it, and adding the -R voltage
CHHL
, t
substituted in AC
CHHH
range in its place
Temperature range 5 removed.
21-Nov-20034.0Table of contents, and Pb-free options added. V
02-Feb-20044.1V
(max) and t
IL
(max) changed
CLQV
Absolute Maximum Ratings for V
(min) and VCC(min) improved.
IO
(min) improved to -0.45V
IL
Soldering temperature information clarified for RoHS compliant devices.
01-Mar-20045.0
New 5V and 2.5V devices, with process letter W, promoted from
preliminary data to full data. Device Grade 3 clarified, with reference to
HRCF and automotive environments
05-Oct-20046.0
Product List summary table added. Process identification letter “G”
information added. Order information for Tape and Reel changed to T.
AEC-Q100-002 compliance. Device Grade information clarified. tHHQX
corrected to tHHQV. Signal Description updated.
10MHz, 5ms Write is now the present product. tCH+tCL<1/fC constraint
clarified
Doc ID 6512 Rev 1041/44
Revision historyM950x0 M950x0-W M950x0-R
Table 25.Document revision history
DateVersionChanges
Document converted to new template, Table 5: Status register format
moved to below Section 6.3: Read Status Register (RDSR).
PDIP package removed. UFDFPN8 (MB) package added (see Figure 20
and Ta bl e 2 3 ) and SO8N package specifications updated (see Figure 18
and Ta bl e 2 1 ). Packages are ECOPACK® compliant.
Section 6.7: Cycling added. Section 2.8: Supply voltage (VCC) added and
information removed below Section 4: Operating features.
Figure 3: Bus master and memory devices on the SPI bus modified.
parameter modified, Note 1 changed, and TA added to Ta bl e 7 :
T
06-Nov-20067
20-Mar-20088
LEAD
Absolute maximum ratings.
Characteristics of previous product identified by process letter K removed.
CL modified in Table 11: AC test measurement conditions. Note removed
below Ta bl e 1 3 and Tab l e 13 .
, I
Information in Ta bl e 1 6 is no longer Preliminary data, I
modified. End timing line of t
t
CHHL
and t
changed to t
CHHH
moved in Figure 17.
SHQZ
and t
CLHL
CLHH
, respectively in Figure 16,
CC
CC1
and VIL
Ta bl e 1 8 , Tab l e 1 7 , Tab l e 18 , Tab le 1 9 and Ta bl e 2 0.
Plating technology and Process updated in Table 24: Ordering information
scheme.
Section 2.8: Supply voltage (VCC) updated.
Section 3: Connecting to the SPI bus modified.
Section 6.6: Write to Memory Array (WRITE) modified.
Device grade 6 removed in the 4.5 to 5.5 V V
range (seeTa bl e 8 ).
CC
Table 16: DC characteristics (M950x0-R, device grade 6) modified.
Table 18: AC characteristics (M950x0-W, device grade 6) modified:
frequency changed from 5 MHz to 10 MHz.
Table 20: AC characteristics (M950x0-R, device grade 6) modified:
frequency changed from 2 MHz to 5 MHz.
Section 10: Package mechanical data:
– Inches are calculated from millimeters and rounded to the third decimal
/W process option removed from Table 24: Ordering information scheme.
ECOPACK text updated. Small text changes.
Document renamed from “M95040 M95020 M95010” to “M950x0
M950x0-W M950x0-R”
Silhouette of UDFPN8 (MB or MC) on the cover page updated.
Section 6.3: Read Status Register (RDSR) updated.
Text modified in Section 6.3.1: WIP bit.
Table 7: Absolute maximum ratings updated.
Figure 20: UFDFPN8 (MLP8) 8-lead ultra thin fine pitch dual flat package
no lead 2 × 3mm, outline modified.
Table 23: UFDFPN8 (MLP8) 8-lead ultra thin fine pitch dual flat package
no lead 2 × 3mm, data updated.
Removed tables of available products from Section 11: Part numbering.
CLQV
Doc ID 6512 Rev 1043/44
M950x0 M950x0-W M950x0-R
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.