Any recommendation for a filesystem for nand flash?
My application uses zephyr on nrf85240 with a 128MB nand flash.
It samples sensors and streams their data to the flash device so write throughput and latency are critical.
Regards
Any recommendation for a filesystem for nand flash?
My application uses zephyr on nrf85240 with a 128MB nand flash.
It samples sensors and streams their data to the flash device so write throughput and latency are critical.
Regards
Hi,
I have noticed that you are using NAND flash device for which we have no support. If you intend to use QSPI, note that QSPI peripheral does not support NAND devices (for both XIP and EasyDMA modes). However, you could use custom instructions for that.
You could also look at
devzone.nordicsemi.com/.../305866
devzone.nordicsemi.com/.../297544
Best regards,
Dejan
Hi,
I have noticed that you are using NAND flash device for which we have no support. If you intend to use QSPI, note that QSPI peripheral does not support NAND devices (for both XIP and EasyDMA modes). However, you could use custom instructions for that.
You could also look at
devzone.nordicsemi.com/.../305866
devzone.nordicsemi.com/.../297544
Best regards,
Dejan