-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failed to init card on esp32s3 #38
Comments
Out of curiosity, what's the model number of the sd card you're using? |
I haven't had time to test #30 yet, but the SD card is a SanDisk Ultra microSD 64GB A1 class 10. |
FYI, I ordered that sdcard and a random esp32s3 board with an sd card socket to reproduce this. |
@marcfir Can you provide a minimal failing example? That card works on the 2040 and 2350 boards I have. I got a esp32s3 board in, but a jumpstart on the code would be appreciated. |
Hi, sorry for coming back so late.
|
I'll look into this shortly, as I will be trying to use this with an esp32s3 soon. |
I managed to get it working in my project, but I needed a newer esp-hal rev, I'll retry your example when we release 0.22.0 this week. |
I updated my example to esp_hal 0.22 but it still does not work. How did you get it working in your project? |
I played around a bit more. I got it working by using a different SD breakout board. My micro SD breakout board hangs after embedded-fatfs/sdspi/src/lib.rs Lines 156 to 160 in 428ad03
R1_IDLE_STATE instead of R1_READY_STATE .
|
I am trying to read a SD card with an esp32s3. But updating the example of the esp32c6 to esp32s3 just gives me
Any ideas?
The text was updated successfully, but these errors were encountered: