We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ESP 32 dev module
Plain module on breadboard with micro-sd card reader attached.
MISO -> 19 MOSI -> 23 CS -> 5 SCK -> 18
latest master (checkout manually)
Arduino IDE 2.2.1
Mac OS 13.5
80MHz
no
115200
Trying to mount an SD card from esp32 fails. Note, i read #6081, and tried all fixes described there but still did not achieve any positive results.
Default SD card example
entry 0x400805f0 [ 15][D][esp32-hal-cpu.c:244] setCpuFrequencyMhz(): PLL: 480 / 2 = 240 Mhz, APB: 80000000 Hz [ 535][W][sd_diskio.cpp:104] sdWait(): Wait Failed [ 535][W][sd_diskio.cpp:512] ff_sd_initialize(): sdWait fail ignored, card initialize continues [ 537][W][sd_diskio.cpp:180] sdCommand(): crc error [ 649][W][sd_diskio.cpp:174] sdCommand(): no token received [ 1249][W][sd_diskio.cpp:104] sdWait(): Wait Failed [ 1249][E][sd_diskio.cpp:126] sdSelectCard(): Select Failed [ 1749][W][sd_diskio.cpp:104] sdWait(): Wait Failed [ 1749][E][sd_diskio.cpp:126] sdSelectCard(): Select Failed [ 1749][E][sd_diskio.cpp:199] sdCommand(): Card Failed! cmd: 0x29 [ 1753][W][sd_diskio.cpp:547] ff_sd_initialize(): APP_OP_COND failed: 255 [ 1760][E][sd_diskio.cpp:805] sdcard_mount(): f_mount failed: (3) The physical drive cannot work [ 2269][W][sd_diskio.cpp:104] sdWait(): Wait Failed [ 2269][E][sd_diskio.cpp:126] sdSelectCard(): Select Failed Card Mount Failed
No response
The text was updated successfully, but these errors were encountered:
I've just tested it and everything is working as expected. Please make sure you are using the SD_Test example if you are using the SPI interface.
SD_Test
Sorry, something went wrong.
esp323 SD card mount failed, why this error
P-R-O-C-H-Y
No branches or pull requests
Board
ESP 32 dev module
Device Description
Plain module on breadboard with micro-sd card reader attached.
Hardware Configuration
MISO -> 19
MOSI -> 23
CS -> 5
SCK -> 18
Version
latest master (checkout manually)
IDE Name
Arduino IDE 2.2.1
Operating System
Mac OS 13.5
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
115200
Description
Trying to mount an SD card from esp32 fails.
Note, i read #6081, and tried all fixes described there but still did not achieve any positive results.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: