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

What about the actual FLASH support in nRF Connect SDK?

I'm working on the sample ncs\v1.9.1\zephyr\samples\subsys\usb\mass to create a device featured by USB Mass Storage with FLASH memory.

Since I found only old threads about it based on the old SDKs, I have simple question :

Which kind of FLASH are supported by the nRF Connect SDK v1.9.1? Does nRF Connect SDK v1.9.1 supports QSPI for NAND flash or it supports only NOR?

Parents
  • Hi

    The nRF Connect SDK is designed to support the QSPI peripheral, and our QSPI peripheral does not support XIP or EasyDMA on a NAND flash. It may be able to run custom instructions, but that removes most benefits of using QSPI. More than anything the NAND flash is not well suited to interface with our QSPI. In practice the QSPI only supports NOR flash device.

    Best regards,

    Simon

Reply
  • Hi

    The nRF Connect SDK is designed to support the QSPI peripheral, and our QSPI peripheral does not support XIP or EasyDMA on a NAND flash. It may be able to run custom instructions, but that removes most benefits of using QSPI. More than anything the NAND flash is not well suited to interface with our QSPI. In practice the QSPI only supports NOR flash device.

    Best regards,

    Simon

Children
Related