Signal Descriptions ........................................................................................................................................... 7
Operating Features ......................................................................................................................................... 10
Polling during a Write, Program, or Erase Cycle ............................................................................................ 10
Active Power, Standby Power, and Deep Power-Down .................................................................................. 10
Status Register ............................................................................................................................................ 11
Data Protection by Protocol ........................................................................................................................ 11
Software Data Protection ............................................................................................................................ 11
Hardware Data Protection .......................................................................................................................... 11
Hold Condition .......................................................................................................................................... 11
Configuration and Memory Map ..................................................................................................................... 13
Memory Configuration and Block Diagram .................................................................................................. 13
Memory Map – 2Mb Density ........................................................................................................................... 14
Command Set Overview ................................................................................................................................. 15
READ STATUS REGISTER ................................................................................................................................ 20
WIP Bit ...................................................................................................................................................... 21
WEL Bit ...................................................................................................................................................... 21
SRWD Bit ................................................................................................................................................... 21
WRITE STATUS REGISTER .............................................................................................................................. 22
READ DATA BYTES ......................................................................................................................................... 24
READ DATA BYTES at HIGHER SPEED ............................................................................................................ 25
PAGE PROGRAM ............................................................................................................................................ 26
DEEP POWER-DOWN ..................................................................................................................................... 29
RELEASE from Deep Power-Down ................................................................................................................... 30
Power-Up/Down and Supply Line Decoupling ................................................................................................. 31
Power-Up Timing and Write Inhibit Voltage Threshold Specifications ............................................................... 33
Maximum Ratings and Operating Conditions .................................................................................................. 34
AC Characteristics .......................................................................................................................................... 37
Package Information ...................................................................................................................................... 41
Device Ordering Information .......................................................................................................................... 43
Standard Parts ............................................................................................................................................ 43
Automotive Parts ........................................................................................................................................ 44
Revision History ............................................................................................................................................. 45
Rev. B – 10/2013 ......................................................................................................................................... 45
Rev. A – 2/2013 ........................................................................................................................................... 45
PDF: 09005aef8456656e
m25p20.pdf - Rev. B 10/13 EN
2
Micron Technology, Inc. reserves the right to change products or specifications without notice.
Figure 10: READ STATUS REGISTER Command Sequence .............................................................................. 20
Figure 11: Status Register Format ................................................................................................................... 20
Figure 12: WRITE STATUS REGISTER Command Sequence ............................................................................. 22
Figure 13: READ DATA BYTES Command Sequence ........................................................................................ 24
Figure 14: READ DATA BYTES at HIGHER SPEED Command Sequence ........................................................... 25
Figure 15: PAGE PROGRAM Command Sequence ........................................................................................... 26
Table 11: Data Retention and Endurance ........................................................................................................ 34
Table 12: DC Current Specifications (Device Grade 6) ..................................................................................... 35
Table 13: DC Current Specifications (Device Grade 3) ..................................................................................... 35
Table 14: DC Voltage Specifications ................................................................................................................ 35
After we understand the use of libopencm3, we find that libopencm3 is only suitable for small projects. Its biggest feature is the convenience of USB. So when we configure large projects, is there a ...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
In the Chinese automobile market, the trend of new energy vehicles and driverless cars is leading the transformation of China's automobile industry. As the world's largest automobile market, "Chinese...[Details]
There has been a lot of news about Huawei
phones
recently
. At the
Huawei
Global Analyst Conference
on the 17th
,
Huawei
announced that it will launch
5G
phones
in the seco...[Details]
According to foreign media reports, the 2018 GMC Terrain Denali is equipped with multiple collision detection systems, and a recent test verified the safety of the system. Even when driving in a bu...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
Temperature, humidity and irradiance are must-measure items in the photovoltaic industry. However, most of the current data collection is done by storing data in USB flash drives for offline analys...[Details]
1. Introduction to MC68K CPU The MC683xx series of microcontrollers are composed of the famous MOTOROLA 32-bit microprocessors such as MC68K, 68020, 68040, and the compatible 68K, CPU32, CPU3...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
When Amazon quietly launched a product called Elastic Computing Cloud 12 years ago, the Internet industry in China, across the ocean, also ushered in an unprecedented development opportunity. Let's...[Details]
Why does MCU have a watchdog? With this question, let's learn about watchdogs. Even the 51 single-chip microcomputer has a watchdog, which shows that this dog has a special meaning to us. The purpose...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]