[In-depth understanding of NAND Flash (instructions)] NAND initialization common commands: reset (Reset) and Read ID and Read UID operations and code implementation

According to JEDEC eMMC and experience, it is painstakingly organized, original protection, and reprinting is prohibited .

Column " In-depth Understanding of Flash: Features and Practices of Flash Memory "

abstract

Full text 4400 words, main content

The purpose and function of reset?  

NAND Reset type: FFh, FCh, FAh, FDh difference

Reset operation steps and code implementation

Read ID operation steps and code implementation

Read Unique ID (UID) operation and  code implementation


 In addition to reading, writing and erasing, NAND also needs some basic common commands, such as Reset, Read ID. This is usually used during initialization. 

scenes to be used:

Power on: Reset -> Read ID

Guess you like

Origin blog.csdn.net/vagrant0407/article/details/132071214