2025-01-28 08:27 PM
Dear STM Community,
I hope this message finds you well.
I am currently working on a project that involves integrating SPI NOR Flash (MT25TL01GB) with FATFS and USB MSC on STM32F429. Despite my efforts, I have encountered some challenges and would greatly appreciate any guidance or support from the community.
If anyone has experience with this integration or can provide any resources, examples, or advice, it would be immensely helpful.
Thank you in advance for your assistance.
Best regards, [Your Name]
2025-01-29 05:45 AM
Hello @pankaj4
Using FatFs with SPI NOR flash is not recommended because the flash memory could fail in a short time, especially with intensive I/O operations like those performed by FatFs. Instead, consider using a more appropriate filesystem library designed for flash memories, such as LittleFS.
2025-01-29 10:39 PM
Could you please provide me with an example of how to implement LittleFS with SPI NOR flash? Your guidance would be greatly appreciated.