You are on page 1of 32

M25P05

512 Kbit, Low Voltage, Serial Flash Memory


With 20 MHz SPI Bus Interface
NOT FOR NEW DESIGN

FEATURES SUMMARY
This device is now designated as “Not for New De- Figure 1. Packages
sign”. Please use the M25P05-A in all future de-
signs (as described in application note AN1511).
■ 512 Kbit of Flash Memory

■ Page Program (up to 128 Bytes) in 3 ms


(typical)
■ Sector Erase (256 Kbit) in 1 s (typical)
■ Bulk Erase (512 Kbit) in 2 s (typical)
■ 2.7 V to 3.6 V Single Supply Voltage
■ SPI Bus Compatible Serial Interface 8
■ 20 MHz Clock Rate (maximum)
■ Deep Power-down Mode 1 µA (typical) 1
■ Electronic Signature SO8 (MN)
■ More than 100,000 Erase/Program Cycles per 150 mil width
Sector
■ More than 20 Year Data Retention

www.DataSheet4U.com

February 2002 1/32


This is information on a product still in production but not recommended for new designs.
M25P05

SUMMARY DESCRIPTION
The M25P05 is a 512 Kbit (64K x 8) Serial Flash Figure 3. SO Connections
Memory, with advanced write protection mecha-
nisms, accessed by a high speed SPI-compatible
bus.
The memory can be programmed 1 to 128 bytes at
a time, using the Page Program instruction.
The memory is organized as 2 sectors, each con- M25P05
taining 256 pages. Each page is 128 bytes wide.
Thus, the whole memory can be viewed as con-
S 1 8 VCC
sisting of 512 pages, or 65536 bytes.
Q 2 7 HOLD
The whole memory can be erased using the Bulk
Erase instruction, or a sector at a time, using the W 3 6 C
Sector Erase instruction. VSS 4 5 D
AI04038

Figure 2. Logic Diagram

VCC

D Q

S M25P05

HOLD

VSS
AI04037

Table 1. Signal Names


C Serial Clock

D Serial Data Input

Q Serial Data Output

S Chip Select

W Write Protect

HOLD Hold

VCC Supply Voltage

VSS Ground

www.DataSheet4U.com

2/32
M25P05

SIGNAL DESCRIPTION
Serial Data Output (Q). This output signal is (this is not the Deep Power-down mode). Driving
used to transfer data serially out of the device. Chip Select (S) Low enables the device, placing it
Data is shifted out on the falling edge of Serial in the active power mode.
Clock (C). After Power-up, a falling edge on Chip Select (S)
Serial Data Input (D). This input signal is used to is required prior to the start of any instruction.
transfer data serially into the device. It receives in- Hold (HOLD). The Hold (HOLD) signal is used to
structions, addresses, and the data to be pro- pause any serial communications with the device
grammed. Values are latched on the rising edge of without deselecting the device.
Serial Clock (C).
During the Hold condition, the Serial Data Output
Serial Clock (C). This input signal provides the (Q) is high impedance, and Serial Data Input (D)
timing of the serial interface. Instructions, address- and Serial Clock (C) are Don’t Care.
es, or data present at Serial Data Input (D) are
To start the Hold condition, the device must be se-
latched on the rising edge of Serial Clock (C). Data
lected, with Chip Select (S) driven Low.
on Serial Data Output (Q) changes after the falling
edge of Serial Clock (C). Write Protect (W). The main purpose of this in-
Chip Select (S). When this input signal is High, put signal is to freeze the size of the area of mem-
ory that is protected against program or erase
the device is deselected and Serial Data Output
instructions (as specified by the values in the BP1
(Q) is at high impedance. Unless an internal Pro-
and BP0 bits of the Status Register).
gram, Erase or Write Status Register cycle is in
progress, the device will be in the Standby mode

www.DataSheet4U.com

3/32
M25P05

SPI MODES
These devices can be driven by a microcontroller is available from the falling edge of Serial Clock
with its SPI peripheral running in either of the two (C).
following modes: The difference between the two modes, as shown
– CPOL=0, CPHA=0 in Figure 5, is the clock polarity when the bus mas-
– CPOL=1, CPHA=1 ter is in Stand-by mode and not transferring data:
For these two modes, input data is latched in on – C remains at 0 for (CPOL=0, CPHA=0)
the rising edge of Serial Clock (C), and output data – C remains at 1 for (CPOL=1, CPHA=1)

Figure 4. Bus Master and Memory Devices on the SPI Bus

SDO
SPI Interface with
SDI
(CPOL, CPHA) =
(0, 0) or (1, 1) SCK

C Q D C Q D C Q D
Bus Master
(ST6, ST7, ST9,
ST10, Others)
SPI Memory SPI Memory SPI Memory
Device Device Device

CS3 CS2 CS1 S W HOLD S W HOLD S W HOLD

AI03746C

Note: 1. The Write Protect (W) and Hold (HOLD) signals should be driven, High or Low as appropriate.

Figure 5. SPI Modes Supported

CPOL CPHA

0 0 C

1 1 C

D or Q MSB LSB

AI01438
www.DataSheet4U.com

4/32
M25P05

OPERATING FEATURES
Erase, Write Status Register). The device then
Page Programming goes in to the Stand-by Power mode. The device
To program one data byte, two instructions are re- consumption drops to I CC1.
quired: Write Enable (WREN), which is one byte, The Deep Power-down mode is entered when the
and a Page Program (PP) sequence, which con- specific instruction (the Enter Deep Power-down
sists of four bytes plus data. This is followed by the Mode (DP) instruction) is executed. The device
internal Program cycle (of duration tPP). consumption drops further to ICC2. The device re-
To spread this overhead, the Page Program (PP) mains in this mode until another specific instruc-
instruction allows up to 128 bytes to be pro- tion (the Release from Deep Power-down Mode
grammed at a time (changing bits from 1 to 0), pro- and Read Electronic Signature (RES) instruction)
vided that they lie in consecutive addresses on the is executed.
same page of memory. All other instructions are ignored while the device
is in the Deep Power-down mode. This can be
Sector Erase and Bulk Erase used as an extra software protection mechanism,
The Page Program (PP) instruction allows bits to when the device is not in active use, to protect the
be reset from 1 to 0. Before this can be applied, the device from inadvertant Write, Program or Erase
bytes of memory need to have been erased to all instructions.
1s (FFh). This can be achieved either a sector at a
time, using the Sector Erase (SE) instruction, or
throughout the entire memory, using the Bulk Status Register
Erase (BE) instruction. The Status Register contains a number of status
and control bits, as shown in Table 5, that can be
read or set (as appropriate) by specific instruc-
Polling During a Write, Program or Erase Cycle tions.
A further improvement in the time to Write Status WIP bit. The Write In Progress (WIP) bit indicates
Register (WRSR), Program (PP) or Erase (SE or whether the memory is busy with a Write Status
BE) can be achieved by not waiting for the worst Register, Program or Erase cycle.
case delay (tW, tPP, tSE, or tBE). The Write In WEL bit. The Write Enable Latch (WEL) bit indi-
Progress (WIP) bit is provided in the Status Regis- cates the status of the internal Write Enable Latch.
ter so that the application program can monitor its
BP1, BP0 bits. The Block Protect (BP1, BP0) bits
value, polling it to establish when the previous are non-volatile. They define the size of the area to
Write cycle, Program cycle or Erase cycle is com-
be software protected against Program and Erase
plete.
instructions.
SRWD bit. The Status Register Write Disable
Active Power, Stand-by Power and Deep (SRWD) bit is operated in conjunction with the
Power-Down Modes Write Protect (W) signal. The Status Register
When Chip Select (S) is Low, the device is en- Write Disable (SRWD) bit and Write Protect (W)
abled, and in the Active Power mode. signal allow the device to be put in the Hardware
Protected mode. In this mode, the non-volatile bits
When Chip Select (S) is High, the device is dis- of the Status Register (SRWD, BP1, BP0) become
abled, but could remain in the Active Power mode read-only bits.
until all internal cycles have completed (Program,

www.DataSheet4U.com

5/32
M25P05

Table 2. Protected Area Sizes


Status Register
Memory Content
Content
BP1 Bit BP0 Bit Protected Area Unprotected Area
0 0 none All sectors (Sectors 0 and 1)
0 1 No protection against Page Program (PP) and Sector Erase (SE)
1 0 All sectors (Sectors 0 and 1) protected against Bulk Erase (BE)

1 1 All sectors (Sectors 0 and 1) none

– Write Status Register (WRSR) instruction


Protection Modes completion
The environments where non-volatile memory de- – Page Program (PP) instruction completion
vices are used can be very noisy. No SPI device
can operate correctly in the presence of excessive – Sector Erase (SE) instruction completion
noise. To help combat this, the M25P05 boasts the – Bulk Erase (BE) instruction completion
following data protection mechanisms:
■ The Block Protect (BP1, BP0) bits allow part of
■ Power-On Reset and an internal timer (tPUW)
the memory to be configured as read-only. This
can provide protection against inadvertant
is the Software Protected Mode (SPM).
changes while the power supply is outside the
operating specification. ■ The Write Protect (W) signal, in co-operation
with the Status Register Write Disable (SRWD)
■ Program, Erase and Write Status Register
bit, allows the Block Protect (BP1, BP0) bits and
instructions are checked that they consist of a
Status Register Write Disable (SRWD) bit to be
number of clock pulses that is a multiple of
write-protected. This is the Hardware Protected
eight, before they are accepted for execution.
Mode (HPM).
■ All instructions that modify data must be
■ In addition to the low power consumption
preceded by a Write Enable (WREN) instruction
feature, the Deep Power-down mode offers
to set the Write Enable Latch (WEL) bit . This bit
extra software protection from inadvertant
is returned to its reset state by the following
Write, Program and Erase instructions, as all
events:
instructions are ignored except one particular
– Power-up instruction (the Release from Deep Power-
– Write Disable (WRDI) instruction completion down instruction).

Figure 6. Hold Condition Activation

HOLD

Active Hold Active Hold Active

www.DataSheet4U.com AI02029C

6/32
M25P05

the rising edge does not coincide with Serial Clock


Hold Condition (C) being Low, the Hold condition ends when Se-
The Hold (HOLD) signal is used to pause any se- rial Clock (C) next goes Low. (This is shown in Fig-
rial communications with the device without reset- ure 6).
ting the clocking sequence. However, taking this During the Hold condition, the Serial Data Output
signal Low does not terminate any Write Status (Q) is high impedance, and Serial Data Input (D)
Register, Program or Erase cycle that is currently and Serial Clock (C) are Don’t Care.
in progress. Normally, the device is kept selected, with Chip
To enter the Hold condition, the device must be Select (S) driven Low, for the whole duration of the
selected, with Chip Select (S) Low. Hold condition. This is to ensure that the state of
The Hold condition starts on the falling edge of the the internal logic remains unchanged from the mo-
Hold (HOLD) signal, provided that this coincides ment of entering the Hold condition.
with Serial Clock (C) being Low (as shown in Fig- If Chip Select (S) goes High while the device is in
ure 6). the Hold condition, this has the effect of resetting
The Hold condition ends on the rising edge of the the internal logic of the device. To restart commu-
Hold (HOLD) signal, provided that this coincides nication with the device, it is necessary to drive
with Serial Clock (C) being Low. Hold (HOLD) High, and then to drive Chip Select
(S) Low. This prevents the device from going back
If the falling edge does not coincide with Serial
to the Hold condition.
Clock (C) being Low, the Hold condition starts
when Serial Clock (C) next goes Low. Similarly, if

www.DataSheet4U.com

7/32
M25P05

MEMORY ORGANIZATION
The memory is organized as: or Bulk Erasable (bits are erased from 0 to 1) but
■ 65536 bytes (8 bits each) not Page Erasable.
■ 2 sectors (256 Kbits, 32768 bytes each)
Table 3. Memory Organization
■ 512 pages (128 bytes each).
Sector Address Range
Each page can be individually programmed (bits
are programmed from 1 to 0). The device is Sector 1 08000h 0FFFFh
0 00000h 07FFFh

Figure 7. Block Diagram

HOLD
High Voltage
W Control Logic Generator
S

D
I/O Shift Register
Q

Address Register 128 Byte Status


and Counter Data Buffer Register

0FFFFh
Y Decoder

08000h

00000h 0007Fh
128 Bytes (Page Size)

X Decoder

AI04039

www.DataSheet4U.com

8/32
M25P05

INSTRUCTIONS
All instructions, addresses and data are shifted in At the end of a Page Program (PP), Sector Erase
and out of the device, most significant bit first. (SE), Bulk Erase (BE) or Write Status Register
Serial Data Input (D) is sampled on the first rising (WRSR) instruction, Chip Select (S) must be driv-
edge of Serial Clock (C) after Chip Select (S) is en High exactly at a byte boundary, otherwise the
driven Low. Then, the one-byte instruction code instruction is rejected, and is not executed. That is,
must be shifted in to the device, most significant bit Chip Select (S) must driven High when the number
first, on Serial Data Input (D), each bit being of clock pulses after Chip Select (S) being driven
latched on the rising edges of Serial Clock (C). Low is an exact multiple of eight.
The instruction set is listed in Table 4. All attempts to access the memory array during a
Write Status Register cycle, Program cycle or
Depending on the instruction, the one-byte in- Erase cycle are ignored, and the internal Write
struction code is followed by address bytes, or by
Status Register cycle, Program cycle or Erase cy-
data bytes, or by both or none. Chip Select (S)
cle continues unaffected.
must be driven High after the last bit of the instruc-
tion sequence has been shifted in.

Table 4. Instruction Set


Instruction Description One-byte Instruction Code
WREN Write Enable 0000 0110
WRDI Write Disable 0000 0100
RDSR Read Status Register 0000 0101
WRSR Write Status Register 0000 0001
READ Read Data Bytes 0000 0011
PP Page Program 0000 0010
SE Sector Erase 1101 1000
BE Bulk Erase 1100 0111
DP Deep Power-down 1011 1001
RES Release from Deep Power-down, and Read Electronic Signature 1010 1011

www.DataSheet4U.com

9/32
M25P05

Figure 8. Write Enable (WREN) Sequence

0 1 2 3 4 5 6 7

Instruction

High Impedance
Q
AI02281D

(SE), Bulk Erase (BE) and Write Status Register


Write Enable (WREN) (WRSR) instruction.
The Write Enable (WREN) instruction (Figure 8) The Write Enable (WREN) instruction is entered
sets the Write Enable Latch (WEL) bit. by driving Chip Select (S) Low, sending the in-
The Write Enable Latch (WEL) bit must be set pri- struction code, and then driving Chip Select (S)
or to every Page Program (PP), Sector Erase High.

Figure 9. Write Disable (WRDI) Sequence

0 1 2 3 4 5 6 7

Instruction

High Impedance
Q
AI03750C

– Power-up
Write Disable (WRDI) – Write Disable (WRDI) instruction completion
The Write Disable (WRDI) instruction (Figure 9) – Write Status Register (WRSR) instruction com-
resets the Write Enable Latch (WEL) bit. pletion
The Write Disable (WRDI) instruction is entered by – Page Program (PP) instruction completion
driving Chip Select (S) Low, sending the instruc-
tion code, and then driving Chip Select (S) High. – Sector Erase (SE) instruction completion
The Write Enable Latch (WEL) bit is reset under – Bulk Erase (BE) instruction completion
the following conditions:
www.DataSheet4U.com

10/32
M25P05

Figure 10. Read Status Register (RDSR) Sequence

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Instruction

Status Register Out Status Register Out


High Impedance
Q 7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7

MSB MSB

AI02031C

When set to 1 the internal Write Enable Latch is


Read Status Register (RDSR) set, when set to 0 the internal Write Enable Latch
The Read Status Register (RDSR) instruction al- is reset and no Write Status Register, Program or
lows the Status Register to be read. The Status Erase instruction is accepted.
Register may be read at any time, even while a BP1, BP0 bits. The Block Protect (BP1, BP0) bits
Program, Erase or Write Status Register cycle is in are non-volatile. They define the size of the area to
progress. When one of these cycles is in progress, be software protected against Program and Erase
it is recommended to check the Write In Progress instructions. These bits are written with the Write
(WIP) bit before sending a new instruction to the Status Register (WRSR) instruction. When both of
device. It is also possible to read the Status Reg- the Block Protect (BP1, BP0) bits are set to 1, the
ister continuously, as shown in Figure 10. whole memory is protected against Page Program
(PP) and Sector Erase (SE) instructions. The Bulk
Erase (BE) instruction is executed if, and only if,
Table 5. Status Register Format both Block Protect (BP1, BP0) bits are 0. This is
summarized in Table 2. The Block Protect (BP1,
b7 b0 BP0) bits can be written provided that the Hard-
SRWD 0 0 0 BP1 BP0 WEL WIP ware Protected mode has not been set.
Note: 1. SRWD, BP1 and BP0 are non-volatile read and write bits.
SRWD bit. The Status Register Write Disable
2. WEL and WIP are volatile read-only bits (WEL is set and (SRWD) bit is operated in conjunction with the
reset by specific instructions; WIP is automatically set Write Protect (W) signal. The Status Register
and reset by the internal logic of the device). Write Disable (SRWD) bit and Write Protect (W)
signal allow the device to be put in the Hardware
The status and control bits of the Status Register Protected mode (when the Status Register Write
are as follows: Disable (SRWD) bit is set to 1, and Write Protect
WIP bit. The Write In Process (WIP) bit indicates (W) is driven Low). In this mode, the non-volatile
whether the memory is busy with a Write Status bits of the Status Register (SRWD, BP1, BP0) be-
Register, Program or Erase cycle. When set to 1, come read-only bits and the Write Status Register
such a cycle is in progress, when reset to 0 no (WRSR) instruction is no longer accepted for exe-
such cycle is in progress. cution.
WEL bit. The Write Enable Latch (WEL) bit indi-
cates the status of the internal Write Enable Latch.

www.DataSheet4U.com

11/32
M25P05

Figure 11. Write Status Register (WRSR) Sequence

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Instruction Status
Register In

D 7 6 5 4 3 2 1 0

High Impedance MSB


Q
AI02282C

(whose duration is tW) is initiated. While the Write


Write Status Register (WRSR) Status Register cycle is in progress, the Status
The Write Status Register (WRSR) instruction al- Register may still be read to check the value of the
lows new values to be written to the Status Regis- Write In Progress (WIP) bit. The Write In Progress
ter. Before it can be accepted, a Write Enable (WIP) bit is 1 during the self-timed Write Status
(WREN) instruction must previously have been ex- Register cycle, and is 0 when it is completed. At
ecuted. After the Write Enable (WREN) instruction some unspecified time before the cycle is complet-
has been decoded and executed, the device sets ed, the Write Enable Latch (WEL) is reset.
the Write Enable Latch (WEL). The Write Status Register (WRSR) instruction al-
The Write Status Register (WRSR) instruction is lows the user to change the values of the Block
entered by driving Chip Select (S) Low, followed Protect (BP1, BP0) bits, to define the size of the
by the instruction code and the data byte on Serial area that is to be treated as read-only, as defined
Data Input (D). in Table 2. The Write Status Register (WRSR) in-
struction also allows the user to set or reset the
The instruction sequence is shown in Figure 11.
Status Register Write Disable (SRWD) bit in ac-
The Write Status Register (WRSR) instruction has cordance with the Write Protect (W) signal. The
no effect on b6, b5, b4, b1 and b0 of the Status Status Register Write Disable (SRWD) bit and
Register. b6, b5 and b4 are always read as 0. Write Protect (W) signal allow the device to be put
Chip Select (S) must be driven High after the in the Hardware Protected Mode (HPM). The Write
eighth bit of the data byte has been latched in. If Status Register (WRSR) instruction is not execut-
not, the Write Status Register (WRSR) instruction ed once the Hardware Protected Mode (HPM) is
is not executed. As soon as Chip Select (S) is driv- entered.
en High, the self-timed Write Status Register cycle

www.DataSheet4U.com

12/32
M25P05

Table 6. Protection Modes


Memory Content
W SRWD Write Protection of the
Mode
Signal Bit Status Register
Protected Area1 Unprotected Area1

1 0 Status Register is
Writable (if the WREN
0 0 Software instruction has set the Protected against Page Ready to accept Page
Protected WEL bit) Program and Sector Program and Sector
(SPM) The values in the BP1 Erase Erase instructions
1 1 and BP0 bits can be
changed

Status Register is
Hardware Hardware write protected Protected against Page Ready to accept Page
0 1 Protected The values in the BP1 Program and Sector Program and Sector
(HPM) and BP0 bits cannot be Erase Erase instructions
changed
Note: 1. As defined by the values in the Block Protect (BP1, BP0) bits of the Status Register, as shown in Table 2.

(Attempts to write to the Status Register are re-


The protection features of the device are summa- jected, and are not accepted for execution). As
rized in Table 6. a consequence, all the data bytes in the memo-
When the Status Register Write Disable (SRWD) ry area that are software protected (SPM) by the
bit of the Status Register is 0 (its initial delivery Block Protect (BP1, BP0) bits of the Status Reg-
state), it is possible to write to the Status Register ister, are also hardware protected against data
provided that the Write Enable Latch (WEL) bit has modification.
previously been set by a Write Enable (WREN) in- Regardless of the order of the two events, the
struction, regardless of the whether Write Protect Hardware Protected Mode (HPM) can be entered:
(W) is driven High or Low. – by setting the Status Register Write Disable
When the Status Register Write Disable (SRWD) (SRWD) bit after driving Write Protect (W) Low
bit of the Status Register is set to 1, two cases – or by driving Write Protect (W) Low after setting
need to be considered, depending on the state of the Status Register Write Disable (SRWD) bit.
Write Protect (W):
The only way to exit the Hardware Protected Mode
– If Write Protect (W) is driven High, it is possible (HPM) once entered is to pull Write Protect (W)
to write to the Status Register provided that the High.
Write Enable Latch (WEL) bit has previously
been set by a Write Enable (WREN) instruction. If Write Protect (W) is permanently tied High, the
Hardware Protected Mode (HPM) can never be
– If Write Protect (W) is driven Low, it is not pos- activated, and only the Software Protected Mode
sible to write to the Status Register even if the (SPM), using the Block Protect (BP1, BP0) bits of
Write Enable Latch (WEL) bit has previously the Status Register, can be used.
been set by a Write Enable (WREN) instruction.

www.DataSheet4U.com

13/32
M25P05

Figure 12. Read Data Bytes (READ) Sequence

0 1 2 3 4 5 6 7 8 9 10 28 29 30 31 32 33 34 35 36 37 38 39

Instruction 24-Bit Address

D 23 22 21 3 2 1 0
MSB
Data Out 1 Data Out 2
High Impedance
Q 7 6 5 4 3 2 1 0 7
MSB

AI03748C

Note: 1. Address bits A23 to A16 must be set to 00h.

next higher address after each byte of data is shift-


Read Data Bytes (READ) ed out. The whole memory can, therefore, be read
The device is first selected by driving Chip Select with a single Read Data Bytes (READ) instruction.
(S) Low. The instruction code for the Read Data There is no address roll-over; when the highest
Bytes (READ) instruction is followed by a 3-byte address (0FFFFh) is reached, the instruction
address (A23-A0), each bit being latched-in during should be terminated.
the rising edge of Serial Clock (C). Then the mem- The Read Data Bytes (READ) instruction is termi-
ory contents, at that address, is shifted out on Se- nated by driving Chip Select (S) High. Chip Select
rial Data Output (Q), each bit being shifted out, at (S) can be driven High at any time during data out-
a maximum frequency fR, during the falling edge of put. Any Read Data Bytes (READ) instruction,
Serial Clock (C). while an Erase, Program or Write cycle is in
The instruction sequence is shown in Figure 12. progress, is rejected without having any effects on
The first byte addressed can be at any location. the cycle that is in progress.
The address is automatically incremented to the

www.DataSheet4U.com

14/32
M25P05

Figure 13. Page Program (PP) Sequence

0 1 2 3 4 5 6 7 8 9 10 28 29 30 31 32 33 34 35 36 37 38 39

Instruction 24-Bit Address Data Byte 1

D 23 22 21 3 2 1 0 7 6 5 4 3 2 1 0

MSB MSB

1055
1050

1054
1049

1052
1053
1051
1048
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55

Data Byte 2 Data Byte 3 Data Byte 128

D 7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0

MSB MSB MSB


AI03749C

Note: 1. Address bits A23 to A16 must be set to 00h.


data bytes are guaranteed to be programmed cor-
Page Program (PP) rectly within the same page. If less than 128 Data
The Page Program (PP) instruction allows bytes to bytes are sent to device, they are correctly pro-
be programmed in the memory (changing bits from grammed at the requested addresses without hav-
1 to 0). Before it can be accepted, a Write Enable ing any effects on the other bytes of the same
(WREN) instruction must previously have been ex- page.
ecuted. After the Write Enable (WREN) instruction Chip Select (S) must be driven High after the
has been decoded, the device sets the Write En- eighth bit of the last data byte has been latched in,
able Latch (WEL). otherwise the Page Program (PP) instruction is not
The Page Program (PP) instruction is entered by executed.
driving Chip Select (S) Low, followed by the in- As soon as Chip Select (S) is driven High, the self-
struction code, three address bytes (of which the timed Page Program cycle (whose duration is tPP)
most significant byte, A23-A16, must be 00h) and is initiated. While the Page Program cycle is in
at least one data byte on Serial Data Input (D). If progress, the Status Register may be read to
the 7 least significant address bits (A6-A0) are not check the value of the Write In Progress (WIP) bit.
all zero, all transmitted data exceeding the ad- The Write In Progress (WIP) bit is 1 during the self-
dressed page boundary roll over, and are pro- timed Page Program cycle, and is 0 when it is
grammed from the start address of the same page completed. When the cycle is completed, the Write
(the one whose 7 least significant address bits Enable Latch (WEL) bit is reset.
(A6-A0) are all zero). Chip Select (S) must be driv- A Page Program (PP) instruction applied to a page
en Low for the entire duration of the sequence. which is protected by the Block Protect (BP0, BP1)
The instruction sequence is shown in Figure 13. bits (see Table 2) is not executed.
www.DataSheet4U.com
If more than 128 bytes are sent to the device, pre-
viously latched data are discarded and the last 128

15/32
M25P05

Figure 14. Sector Erase (SE) Sequence

0 1 2 3 4 5 6 7 8 9 29 30 31

Instruction 24 Bit Address

D 23 22 2 1 0
MSB

AI03751C

Note: 1. Address bits A23 to A16 must be set to 00h.


Chip Select (S) must be driven High after the
Sector Erase (SE) eighth bit of the last address byte has been latched
The Sector Erase (SE) instruction sets to 1 (FFh) in, otherwise the Sector Erase (SE) instruction is
all bits inside the chosen sector. Before it can be not executed. As soon as Chip Select (S) is driven
accepted, a Write Enable (WREN) instruction High, the self-timed Sector Erase cycle (whose du-
must previously have been executed. After the ration is tSE) is initiated. While the Sector Erase cy-
Write Enable (WREN) instruction has been decod- cle is in progress, the Status Register may be read
ed, the device sets the Write Enable Latch (WEL). to check the value of the Write In Progress (WIP)
bit. The Write In Progress (WIP) bit is 1 during the
The Sector Erase (SE) instruction is entered by
self-timed Sector Erase cycle, and is 0 when it is
driving Chip Select (S) Low, followed by the in-
completed. At some unspecified time before the
struction code, and three address bytes on Serial
cycle is completed, the Write Enable Latch (WEL)
Data Input (D). Any address inside the Sector (see
bit is reset.
Table 3) is a valid address for the Sector Erase
(SE) instruction. Chip Select (S) must be driven A Sector Erase (SE) instruction applied to a page
Low for the entire duration of the sequence. which is protected by the Block Protect (BP1, BP0)
bits (see Table 2) is not executed.
The instruction sequence is shown in Figure 14.

www.DataSheet4U.com

16/32
M25P05

Figure 15. Bulk Erase (BE) Sequence

0 1 2 3 4 5 6 7

Instruction

AI03752C

in, otherwise the Bulk Erase instruction is not exe-


Bulk Erase (BE) cuted. As soon as Chip Select (S) is driven High,
The Bulk Erase (BE) instruction sets all bits to 1 the self-timed Bulk Erase cycle (whose duration is
(FFh). Before it can be accepted, a Write Enable tBE) is initiated. While the Bulk Erase cycle is in
(WREN) instruction must previously have been ex- progress, the Status Register may be read to
ecuted. After the Write Enable (WREN) instruction check the value of the Write In Progress (WIP) bit.
has been decoded, the device sets the Write En- The Write In Progress (WIP) bit is 1 during the self-
able Latch (WEL). timed Bulk Erase cycle, and is 0 when it is com-
pleted. At some unspecified time before the cycle
The Bulk Erase (BE) instruction is entered by driv-
is completed, the Write Enable Latch (WEL) bit is
ing Chip Select (S) Low, followed by the instruction
reset.
code on Serial Data Input (D). Chip Select (S)
must be driven Low for the entire duration of the The Bulk Erase (BE) instruction is executed only if
sequence. both Block Protect (BP1, BP0) bits are 0. The Bulk
Erase (BE) instruction is ignored if one, or more,
The instruction sequence is shown in Figure 15.
sectors are protected.
Chip Select (S) must be driven High after the
eighth bit of the instruction code has been latched

www.DataSheet4U.com

17/32
M25P05

Figure 16. Deep Power-down (DP) Sequence

0 1 2 3 4 5 6 7 tDP

Instruction

Stand-by Mode Deep Power-down Mode


AI03753C

ture of the device to be output on Serial Data Out-


Deep Power-down (DP) put (Q).
Executing the Deep Power-down (DP) instruction The Deep Power-down mode automatically stops
is the only way to put the device in the lowest con- at Power-down, and the device always Powers-up
sumption mode (the Deep Power-down mode). It in the Standby mode.
can also be used as an extra software protection The Deep Power-down (DP) instruction is entered
mechanism, while the device is not in active use, by driving Chip Select (S) Low, followed by the in-
since in this mode, the device ignores all Write, struction code on Serial Data Input (D). Chip Se-
Program and Erase instructions. lect (S) must be driven Low for the entire duration
Driving Chip Select (S) High deselects the device, of the sequence.
and puts the device in the Standby mode (if there The instruction sequence is shown in Figure 16.
is no internal cycle currently in progress). But this
mode is not the Deep Power-down mode. The Chip Select (S) must be driven High after the
Deep Power-down mode can only be entered by eighth bit of the instruction code has been latched
executing the Deep Power-down (DP) instruction, in, otherwise the Deep Power-down (DP) instruc-
to reduce the standby current (from I CC1 to I CC2, tion is not executed. As soon as Chip Select (S) is
as specified in Table 13). driven High, it requires a delay of tDP before the
supply current is reduced to ICC2 and the Deep
Once the device has entered the Deep Power- Power-down mode is entered.
down mode, all instructions are ignored except the
Release from Deep Power-down and Read Elec- Any Deep Power-down (DP) instruction, while an
tronic Signature (RES) instruction. This releases Erase, Program or Write cycle is in progress, is re-
the device from this mode. The Release from jected without having any effects on the cycle that
Deep Power-down and Read Electronic Signature is in progress.
(RES) instruction also allows the Electronic Signa-

www.DataSheet4U.com

18/32
M25P05

Figure 17. Release from Deep Power-down and Read Electronic Signature (RES) Sequence

0 1 2 3 4 5 6 7 8 9 10 28 29 30 31 32 33 34 35 36 37 38

Instruction 24-Bit Address

D 23 22 21 3 2 1 0

MSB
Electronic Signature Out
High Impedance
Q 7 6 5 4 3 2 1 0
MSB

Deep Power-down Mode Stand-by Mode


AI03755C

value for the M25P05 is 10h. This can be read us-


Release from Deep Power-down and Read ing the Release from Deep Power-down and Read
Electronic Signature (RES) Electronic Signature (RES) instruction.
Once the device has entered the Deep Power- The device is first selected by driving Chip Select
down mode, all instructions are ignored except the (S) Low. The instruction code is followed by a
Release from Deep Power-down and Read Elec- dummy 3-byte address (A23-A0), each bit being
tronic Signature (RES) instruction. Executing this latched-in on Serial Data Input (D) during the rising
instruction takes the device out of the Deep Pow- edge of Serial Clock (C). Then, the 8-bit Electronic
er-down mode. The instruction can also be used to Signature, stored in the memory, is shifted out on
read, on Serial Data Output (Q), the 8-bit Electron- Serial Data Output (Q), each bit being shifted out
ic Signature of the device. during the falling edge of Serial Clock (C).
Except while an Erase, Program or Write Status The instruction sequence is shown in Figure 17.
Register cycle is in progress, the Release from The Release from Deep Power-down and Read
Deep Power-down and Read Electronic Signature Electronic Signature (RES) instruction is terminat-
(RES) instruction always provides access to the ed by driving Chip Select (S) High after the Elec-
Electronic Signature of the device, and can be ap- tronic Signature has been read at least once.
plied even if the Deep Power-down mode has not Sending additional clock cycles on Serial Clock
been entered. (C), while Chip Select (S) is driven Low, cause the
Any Release from Deep Power-down and Read Electronic Signature to be output repeatedly.
Electronic Signature (RES) instruction while an Once Chip Select (S) is driven High, the device is
Erase, Program or Write Status Register cycle is in put in the Standby mode. The device waits to be
progress, is not decoded, and has no effect on the selected, so that it can receive, decode and exe-
cycle that is in progress. cute instructions.
This instruction serves a second purpose. The de-
vice features an 8-bit Electronic Signature, whose

www.DataSheet4U.com

19/32
M25P05

Figure 18. Release from Deep Power-down (RES) Sequence

0 1 2 3 4 5 6 7 tRES

Instruction

High Impedance
Q

Deep Power-down Mode Stand-by Mode


AI03754C

ure 18), still insures that the device is taken out of


Driving Chip Select (S) High after the 8-bit instruc- the Deep Power-down mode, but incurs a delay
tion byte has been received by the device, but be- (tRES) before the device is put in Standby mode.
fore the whole of the 8-bit Electronic Signature has Chip Select (S) must remain High for at least
been transmitted for the first time (as shown in Fig- tRES(max), as specified in Table 14.

www.DataSheet4U.com

20/32
M25P05

POWER-UP, POWER-DOWN AND DELIVERY STATE


Moreover, the device ignores all Page Program
Power-up (PP), Sector Erase (SE), Bulk Erase (BE) and
At Power-up, the device must not be selected (that Write Status Register (WRSR) instructions until a
is Chip Select (S) must follow the voltage supplied time delay of t PUW has elapsed after the moment
on V CC) until the supply voltage reaches that VCC rises above the VWI threshold. However,
VCC(min), and a further tVSL delay has elapsed. the correct operation of the device is not
guaranteed if, by this time, VCC is still below
To avoid data corruption and inadvertent write
VCC(min). No Write Status Register, Program or
operations during power up, a Power On Reset
Erase instructions should be sent until the later of:
(POR) circuit is included. The logic inside the
device is held reset while V CC is less than the POR – tPUW after VCC passed the V WI threshold
threshold value, V WI – all operations are disabled, – tVSL afterVCC passed the VCC(min) level
and the device will not respond to any instruction. These values are specified in Table 7.
Similarly, when VCC drops from the operating
voltage, to below the POR threshold value, V WI, all
operations are disabled and the device will not At Power-up, the device is in the following state:
respond to any instruction. – The device is in the Standby mode (not the
No instructions (including Read, Write Status Deep Power-down mode).
Register, Program or Erase instructions) should – The Write Enable Latch (WEL) bit is reset.
be sent to the device until a time delay of t VSL after
VCC has risen above the VCC(min) level.

Figure 19. Power-up Timing

VCC
Program, Erase and Write Commands are Rejected by the Device
Chip Selection Not Allowed

VCC(min)

Reset State tVSL Read Access allowed Device fully


of the accessible
Device
VWI

tPUW

time AI04009B

Table 7. Power-Up Timing and VWI Threshold


Symbol Parameter Min. Max. Unit

tVSL 1 VCC(min) to S low 10 µs

tPUW1 Time delay to Write instruction 15 ms

VWI1 Write Inhibit Voltage 1.5 2.5 V


Note: 1. These parameters are characterized only.
www.DataSheet4U.com

21/32
M25P05

INITIAL DELIVERY STATE


Power-down The device is delivered with the memory array
At Power-up and Power-down, the device must erased: all bits are set to 1 (each byte contains
not be selected (that is Chip Select (S) must follow FFh). The Status Register contains 00h (all Status
the voltage applied on VCC) until V CC reaches the Register bits are 0).
correct value:
– VCC(min) at Power-up
– VSS at Power-down Table 8. Initial Status Register Format
A simple pull-up resistor on Chip Select (S) can be b7 b0
used to insure safe and proper Power-up and
0 0 0 0 0 0 0 0
Power-down.

www.DataSheet4U.com

22/32
M25P05

MAXIMUM RATING
Stressing the device above the rating listed in the plied. Exposure to Absolute Maximum Rating con-
Absolute Maximum Ratings" table may cause per- ditions for extended periods may affect device
manent damage to the device. These are stress reliability. Refer also to the STMicroelectronics
ratings only and operation of the device at these or SURE Program and other relevant quality docu-
any other conditions above those indicated in the ments.
Operating sections of this specification is not im-

Table 9. Absolute Maximum Ratings


Symbol Parameter Min. Max. Unit
TSTG Storage Temperature –65 150 °C

TLEAD Lead Temperature during Soldering (20 seconds max.)1 235 °C

VIO Input and Output Voltage (with respect to Ground) –0.6 4.0 V
VCC Supply Voltage –0.6 4.0 V

VESD Electrostatic Discharge Voltage (Human Body model) 2 –2000 2000 V


Note: 1. IPC/JEDEC J-STD-020A
2. JEDEC Std JESD22-A114A (C1=100 pF, R1=1500 Ω, R2=500 Ω)

www.DataSheet4U.com

23/32
M25P05

DC AND AC PARAMETERS
This section summarizes the operating and mea- ment Conditions summarized in the relevant
surement conditions, and the DC and AC charac- tables. Designers should check that the operating
teristics of the device. The parameters in the DC conditions in their circuit match the measurement
and AC Characteristic tables that follow are de- conditions when relying on the quoted parame-
rived from tests performed under the Measure- ters.

Table 10. Operating Conditions


Symbol Parameter Min. Max. Unit

VCC Supply Voltage 2.7 3.6 V

TA Ambient Operating Temperature –40 85 °C

Table 11. AC Measurement Conditions


Symbol Parameter Min. Max. Unit

CL Load Capacitance 30 pF

Input Rise and Fall Times 5 ns

Input Pulse Voltages 0.2VCC to 0.8VCC V

Input and Output Timing Reference Voltages 0.3VCC to 0.7VCC V


Note: 1. Output Hi-Z is defined as the point where data out is no longer driven.

Figure 20. AC Measurement I/O Waveform

0.8VCC
0.7VCC

0.3VCC
0.2VCC

AI00825

Table 12. Capacitance


Symbol Parameter Test Condition Min. Max. Unit
COUT Output Capacitance (Q) VOUT = 0V 8 pF
CIN Input Capacitance (other pins) VIN = 0V 6 pF
Note: Sampled only, not 100% tested, at TA=25°C and a frequency of 20 MHz.

www.DataSheet4U.com

24/32
M25P05

Table 13. DC Characteristics


Test Condition
Symbol Parameter Min. Max. Unit
(in addition to those in Table 10)
ILI Input Leakage Current ±2 µA
ILO Output Leakage Current ±2 µA
ICC1 Standby Current S = VCC, VIN = VSS or VCC 50 µA
ICC2 Deep Power-down Current S = VCC, VIN = VSS or VCC 5 µA
C = 0.1VCC / 0.9.VCC at 20 MHz,
ICC3 Operating Current (READ) 3 mA
Q = open
ICC4 Operating Current (PP) S = VCC 15 mA
ICC5 Operating Current (WRSR) S = VCC 15 mA
ICC6 Operating Current (SE) S = VCC 15 mA
ICC7 Operating Current (BE) S = VCC 15 mA
VIL Input Low Voltage – 0.5 0.3VCC V
VIH Input High Voltage 0.7VCC VCC+1 V

VOL Output Low Voltage IOL = 1.6 mA 0.4 V

VOH Output High Voltage IOH = –100 µA VCC–0.2 V

www.DataSheet4U.com

25/32
M25P05

Table 14. AC Characteristics


Test conditions specified in Table 10 and Table 11
Symbol Alt. Parameter Min. Max. Unit
fC fC Clock Frequency D.C. 20 MHz

tSLCH tCSS S Active Setup Time (relative to C) 10 ns

tCHSL S Not Active Hold Time (relative to C) 10 ns

tCH 1 tCLH Clock High Time 22 ns

tCL 1 tCLL Clock Low Time 22 ns

tDVCH tDSU Data In Setup Time 5 ns

tCHDX tDH Data In Hold Time 5 ns

tCHSH S Active Hold Time (relative to C) 10 ns

tSHCH S Not Active Setup Time (relative to C) 10 ns

tSHSL tCSH S Deselect Time 50 ns

tSHQZ 2 tDIS Output Disable Time 20 ns

tCLQV tV Clock Low to Output Valid 20 ns

tCLQX tHO Output Hold Time 0 ns


tHLCH HOLD Setup Time (relative to C) 10 ns

tCHHH HOLD Hold Time (relative to C) 10 ns

tHHCH HOLD Setup Time (relative to C) 10 ns


tCHHL HOLD Hold Time (relative to C) 10 ns

tHHQX 2 tLZ HOLD to Output Low-Z 20 ns

tHLQZ 2 tHZ HOLD to Output High-Z 20 ns

tDP 2 S High to Deep Power-down Mode 1.6 µs

tRES 2 S High to Standby Mode 1.6 µs

tW Write Status Register Cycle Time 5 ms


tPP Page Program Cycle Time 5 ms

tSE Sector Erase Cycle Time 2 s

tBE Bulk Erase Cycle Time 4 s


Note: 1. tCH + tCL must be greater than or equal to 1/ fC
2. Value guaranteed by characterization, not 100% tested in production.

www.DataSheet4U.com

26/32
M25P05

Figure 21. Serial Input Timing

tSHSL

tCHSL tSLCH tCHSH tSHCH

tDVCH tCHCL

tCHDX tCLCH

D MSB IN LSB IN

High Impedance
Q

AI01447C

Figure 22. Hold Timing

tHLCH

tCHHL tHHCH

tCHHH

tHLQZ tHHQX

HOLD

AI02032

www.DataSheet4U.com

27/32
M25P05

Figure 23. Output Timing

tCH

tCLQV tCL tSHQZ

tCLQX

Q LSB OUT

tQLQH
tQHQL

D ADDR.LSB IN

AI01449C

www.DataSheet4U.com

28/32
M25P05

PACKAGE MECHANICAL

SO8 narrow – 8 lead Plastic Small Outline, 150 mils body width

h x 45˚

A
C
B
e CP

E H
1

A1 α L

SO-a

Note: Drawing is not to scale.

SO8 narrow – 8 lead Plastic Small Outline, 150 mils body width
mm inches
Symb.
Typ. Min. Max. Typ. Min. Max.
A 1.35 1.75 0.053 0.069
A1 0.10 0.25 0.004 0.010
B 0.33 0.51 0.013 0.020
C 0.19 0.25 0.007 0.010
D 4.80 5.00 0.189 0.197
E 3.80 4.00 0.150 0.157
e 1.27 – – 0.050 – –
H 5.80 6.20 0.228 0.244
h 0.25 0.50 0.010 0.020
L 0.40 0.90 0.016 0.035
α 0° 8° 0° 8°
N 8 8
www.DataSheet4U.com
CP 0.10 0.004

29/32
M25P05

PART NUMBERING

Table 15. Ordering Information Scheme

Example: M25P05 – V MN 6 T

Device Type
M25P

Device Function
05 = 512 Kbit (64K x 8)

Operating Voltage
V = VCC = 2.7 to 3.6V

Package
MN = SO8 (150 mil width)

Temperature Range
6 = –40 to 85 °C

Option
T = Tape & Reel Packing

For a list of available options (speed, package, device, please contact your nearest ST Sales Of-
etc.) or for further information on any aspect of this fice.

www.DataSheet4U.com

30/32
M25P05

REVISION HISTORY

Table 16. Document Revision History


Date Description of Revision
09-Feb-2001 1.0 Document written
26-Mar-2001 1.1 Correction to descriptions on Hold condition and Power up: no parameters changed
12-Apr-2001 1.2 Descriptions of Page Programming made more precise
25-May-2001 1.3 Serial Paged Flash Memory renamed as Serial Flash Memory
Changes to text: Signal Description/Chip Select; Hold Condition/1st para; Protection modes;
Release from Power-down and Read Electronic Signature (RES); Power-up
11-Sep-2001 1.4 Repositioning of several tables and illustrations without changing their contents
Power-up timing illustration; SO8W package removed
Changes to tables: Abs Max Ratings/VIO; DC Characteristics/VIL

25-Feb-2002 1.5 Product is “Not for New Design”

www.DataSheet4U.com

31/32
M25P05

Information furnished is believed to be accurate and reliable. However, STMicroelectronics assumes no responsibility for the consequences
of use of such information nor for any infringement of patents or other rights of third parties which may result from its use. No license is granted
by implication or otherwise under any patent or patent rights of STMicroelectronics. Specifications mentioned in this publication are subject
to change without notice. This publication supersedes and replaces all information previously supplied. STMicroelectronics products are not
authorized for use as critical components in life support devices or systems without express written approval of STMicroelectronics.

The ST logo is registered trademark of STMicroelectronics


All other names are the property of their respective owners

© 2002 STMicroelectronics - All Rights Reserved


www.DataSheet4U.com
STMicroelectronics group of companies Australia - Brazil - Canada - China - Finland - France - Germany - Hong Kong -
India - Israel - Italy - Japan - Malaysia - Malta - Morocco - Singapore - Spain - Sweden - Switzerland - United Kingdom - United States.
www.st.com

32/32

You might also like