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??
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?
Please take a look at this example where we use external FATFs system to work with the SPI based SD Card You can modify this example to use your modified SPI driver instead of our generic SPI driver.
no, not to my knowledge. Isn't the one in the link not helpful to you?