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.
Why do you need FAT on a SPI flash??
Why do you need FAT on a SPI flash??
I have written the driver for SPI nor flash. I want to port a filesystem for the same to easily manage the storage of the data. If u suggest any other file system for SPI base NOR flash it will be helpful.
Do you have any other solution with any example?
no, not to my knowledge. Isn't the one in the link not helpful to you?
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