Hi .
Is any version NCS (Zephyr) can support NAND Flash for data storage ?
Hi .
Is any version NCS (Zephyr) can support NAND Flash for data storage ?
Hi
The nRF Connect SDK does not support NAND flashes as none of the nRF series devices are designed to use NAND flash devices. You can ask the Zephyr discord if there is any standalone Zephyr drivers for NAND flash devices, but there are none I'm aware of.
Best regards,
Simon
Hi Simonr
I have seen an example related to NAND FLASH here: ncs_2.8.0\v2.8.0\zephyr\samples\drivers\soc_flash_nand. However, it seems to be for agilex5; how can we test it with external NAND flash?
Thanks,
Hi
This is a Zephyr specific sample for that specific board, so I think you'll need that board for this. It is not a sample maintained or supported by Nordic, so I think you should check the Zephyr Discord for assistance here.
Best regards,
Simon
Got it, Thanks Simonr for your help.