You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the to format an SD card using the SDFat library on an ESP32, and it works fine.
However, when I try to read the SD card using the default Arduino SD.h library, it fails. Specifically, SD.begin(SD_cs) does not work, and the card cannot be read.
Interestingly, I can still open the SD card on my PC without any issues. and add files there
Has anyone encountered a similar problem or know how to fix this?
i used MiniTool Partition Wizard (Free) to check difference in sd formated on pc and via this library:
The text was updated successfully, but these errors were encountered:
I tried the to format an SD card using the SDFat library on an ESP32, and it works fine.
However, when I try to read the SD card using the default Arduino SD.h library, it fails. Specifically, SD.begin(SD_cs) does not work, and the card cannot be read.
Interestingly, I can still open the SD card on my PC without any issues. and add files there
Has anyone encountered a similar problem or know how to fix this?
i used MiniTool Partition Wizard (Free) to check difference in sd formated on pc and via this library:
The text was updated successfully, but these errors were encountered: