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.
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.
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.