Esp32S3 : External FileSystem mounted using esp_vfs_fat_sdmmc_mount. Is it possible to get SDCard informations ?
Posted: Fri Sep 05, 2025 1:09 pm
Good afternoon,
I am using an Esp32S3 and I am mounting an external SDCard using the esp_vfs_fat_sdmmc_mount method.
I would like to get SDCard informations such as memory type, memory size and so on.
It seems that the sdmmc_card_print_info method does this. However, informations are directly printed on the screen.
I would like these informations to be available in the firmware so that I can test the memory type for example.
Do you know if such a method exist ?
How can I get and extract parameters from the CID for example ?
Thank you for your help,
best regards,
Thomas TRUILHE
I am using an Esp32S3 and I am mounting an external SDCard using the esp_vfs_fat_sdmmc_mount method.
I would like to get SDCard informations such as memory type, memory size and so on.
It seems that the sdmmc_card_print_info method does this. However, informations are directly printed on the screen.
I would like these informations to be available in the firmware so that I can test the memory type for example.
Do you know if such a method exist ?
How can I get and extract parameters from the CID for example ?
Thank you for your help,
best regards,
Thomas TRUILHE