Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Reading SD Card Formatted Using SDFat library on ESP32 #512

Open
arlindpajaziti opened this issue Feb 5, 2025 · 0 comments
Open

Comments

@arlindpajaziti
Copy link

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:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant