Page 1 of 1

SD Card which format should be

Posted: Sat Dec 05, 2020 7:36 pm
by wolsue
Hello, which format should the SD Card have (FAT, etc.) ? Is the a limit in capazity?

Re: SD Card which format should be

Posted: Tue Dec 08, 2020 1:09 pm
by ESP_Jan
Hi wolsue,
currently, SD card APIs support the FAT filesystem.
SD cards larger than 32GB as per SDXC standard are formated using the exFAT file system and won't work with the ESP-IDF.

https://github.com/espressif/esp-idf/bl ... ple_main.c
https://en.wikipedia.org/wiki/SD_card
https://docs.espressif.com/projects/esp ... index.html