1.7.3_NandFlash chip ID reading_P

Publisher:bdwhscLatest update time:2021-08-16 Source: eefocusKeywords:NandFlash Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

The timing diagram of read ID found in the nand flash chip manual is as follows.
insert image description here

Let's analyze this timing diagram.

Generally, we first operate the chip select, which means selecting the chip. Through the 2440 chip manual, we write the following two functions for subsequent calls.
insert image description hereNext, we have the write enable pin and command latch pin. As we have analyzed in the previous section, the operation interval between them is 0ns, which means they can be operated directly. After that, we issue the command 0x90 to read the ID. The operation of the write enable and command latch pins will be operated by the nand flash controller of 2440. We only need to write the command to NFCMD.

insert image description here

For subsequent operations, we only need to read data from NFDATA and write addresses to NFADDR. The complicated and tedious timing operations will be performed by the nand flash controller for us.

In addition, print out the block information and page information of the nand flash, which are obtained through the 4th code.
insert image description here

insert image description here

insert image description here

It should be noted that since the program exceeds 4K, if the program's nand boot has not been done, it should be started from nor first.

Keywords:NandFlash Reference address:1.7.3_NandFlash chip ID reading_P

Previous article:1.7.2_NAND_FLASH timing and initialization_P
Next article:1.7.4_NAND_FLASH data reading and NAND boot_P

Recommended ReadingLatest update time:2024-11-16 14:38

Use TFTP to burn files to NANDFLASH of ARMS3C2440 in UBUNTU10.04 environment
First, configure the TFTP service in UBUNTU. For specific settings, see http://network.51cto.com/art/201009/225284.htm Open MINICOM and enter UBOOT Set the TFTP server address $setenv serverip 192.168.2.107 #PC address Set the address of the ARM boa
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号