Hi,
I have the driver code for SPI based external NOR flash. Now I want to port the filesystem (FAT filesystem) for the same. I am using SDK v16.0 and nRF52832. Please tell me how to port the filesystem for spi based NOR flash on nRF52832.
Hi,
I have the driver code for SPI based external NOR flash. Now I want to port the filesystem (FAT filesystem) for the same. I am using SDK v16.0 and nRF52832. Please tell me how to port the filesystem for spi based NOR flash on nRF52832.
Actually I already have seen that example. It is for external SD card. Still I am unable to figure out how this library can be ported to SPI based external NOR flash. Please help me with more details on this
This example shows you
Unfortunately, we do not have any example that demonstrates working of FatFS with external NOR flash out of the box using SPI
Have you looked at the FatFs documentation ?
http://elm-chan.org/fsw/ff/00index_e.html
don't forget to check out the 'Resources' at the bottom of the page ...
Hi
Mushtakh Shaikh I am also trying to implement the same feature but got stuck at integrating the SPI flash to nrf52832.
I am trying to get the device ID but not getting anything. Can you help me with this if you have any readymade library for this?
Thanks!