This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 + External SPI NAND FLASH + FATFS

Dear all,

so far, for my external SPI NAND Flash memory chip development (Micron 256MB SLC NAND), I have been writing and reading data with my own, very basic level, flash memory library.

But, due to the fact that I have not implemented a solid bad block management sub system as a part of that library and my project requirements are growing,

I decided to move to something much more robust like FatFS that is well tested  and I have a few questions in case you have exprerience with FatFs

1. Does FatFS  have a bad block management and wear leveling system? After I searched it i found out that it doesn't and I just wanted to ask this here to be sure.

2. Is it possible to use FatFS with SPI FLASH NAND ICs of range between 128MB and 1GB storage capacity or it is used only in projects that implemend SD card?

Thank you for your time

Parents Reply Children
Related