sparkfun / SparkFun_Thing_Plus_ESP32_WROOM_C

ESP32-WROOM Thing Plus with USB-C.
https://docs.sparkfun.com/SparkFun_Thing_Plus_ESP32_WROOM_C/
Other
5 stars 5 forks source link

BUGFIX: SD Card Mount Error on Thing Plus C #2

Closed ADolbyB closed 7 months ago

ADolbyB commented 1 year ago

I had the following errors using VS Code 1.79.2 and PlatformIO 3.2.0 (2023-06-09) with the Thing Plus C:

[  1336][E][sd_diskio.cpp:199] sdCommand(): Card Failed! cmd: 0x00
[  1337][E][sd_diskio.cpp:802] sdcard_mount(): f_mount failed: (3) The physical drive cannot work
[  1643][E][sd_diskio.cpp:199] sdCommand(): Card Failed! cmd: 0x00
Card Mount Failed

Credit to this post for the bugfix.

Thanks!