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 Reply Children
  • Hi

    Not supported, but there is no reason it should not work if you set it up properly to use the correct custom instructions. Also, you will miss out on most of the features (like high speed) if you're using a NAND as you won't be able to get very high throughput with only issuing custom instructions. You'll also be left to your own devices as we won't be able to help you set this up.

    Best regards,

    Simon

Related