2024-10-10 02:23 AM
Hello STM32 community,
I’m using FATFS, generated by CubeMX, in an STM32 project, and I would like to know which SD card types, speeds, and manufacturers are supported. Specifically, I’m interested in:
Any insights or recommendations regarding SD card types, speeds, and manufacturers for use with FATFS32 would be greatly appreciated.
Thank you!
2024-10-10 02:45 AM
For large cards you want the most recent releases of FATFS
Cards up to 2TB should be viable. I've used 400-512GB ones. The STM32 is not particularly fast.
Write data as large aligned blocks for optimal performance.
EXFAT typically has to be enabled in ffconf.h
2024-10-15 08:58 PM
Hi, I'm currently using a Class 4 SD card, and it's working fine. Are there any limitations associated with this class type?