This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Altering QSPI Address Mode?

I have recently acquired a NAND chip from Micron and would like to use it for storage.

However, looking through the datasheet I found out that the addressing scheme require by the Micron chip is a bit different from the QSPI used in the SoC.

For READ, READ2O and READ4O, the pattern of the address bytes following the command byte are the same for the chip and the SoC, but for READ2IO and READ4IO, they are different.

SoC QSPI:

image description

Micron chip:

image description

Notice how the address required by the Micron chip is only 12 bits + 3 dummy bits. The same behavior goes for the write as well.

Is there a way to overcome this so that I can use IO operation instead of O on the chip?

Parents Reply Children
No Data
Related