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

NAND memory interface using QSPI

Can QSPI be initialized to work with NAND flash memory?
as I tried to use it with SPI and it worked fine but with QSPI it only returns 0xFF values even if I initialize the QSPI writeoc to NRF_QSPI_WRITEOC_PP, QSPI readoc to NRF_QSPI_READOC_FASTREAD and I am using the same frequency as SPI (8 MHz)

The model of NAND that I am using is MT29F8G01ADAFD12-IT and I am working on nRF-52840

Parents
  • Can QSPI be initialized to work with NAND flash memory?

    No, the QSPI have not been designed to work with NAND flash memory. Most NAND devices have a different instruction set to NOR devices, which is why the QSPI is not compatible.

Reply
  • Can QSPI be initialized to work with NAND flash memory?

    No, the QSPI have not been designed to work with NAND flash memory. Most NAND devices have a different instruction set to NOR devices, which is why the QSPI is not compatible.

Children
Related