cancel
Showing results for 
Search instead for 
Did you mean: 

Assistance Needed: Integrating SPI NOR Flash with FATFS and USB MSC

pankaj4
Associate II

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]

2 REPLIES 2
Saket_Om
ST Employee

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.

If your question is answered, please close this topic by clicking "Accept as Solution".

Thanks
Omar

Could you please provide me with an example of how to implement LittleFS with SPI NOR flash? Your guidance would be greatly appreciated.