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
SD module is connected according
SPI: GPIO18(SCK),GPIO19(MISO),GPIO23(MOSI)
SD CS: GPIO18
Version
v2.0.1
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
80
PSRAM enabled
no
Upload speed
921600
Description
Arduino-ESP32 : V1.0.6
No mounting issues, no writing issues.
Arduino-ESP32 : V2.0.1
Mounting issue exists. Once it appears, it only goes away by flashing back to 1.0.6.
Arduino-ESP32 : V2.0.2
Mounting issue exists. Once it appears, it only goes away by flashing back to 1.0.6.
Additionnal issue is that the I/O operations of the SD Card are much slower (~10 times compared to 2.0.1 and 1.0.6).
Seems related to issue 5998 and issue 5701
The solution provided in issue 5701, which is to upgrad to the latest Arduino Core doesn't work.
Hi,
I am also having the SD mount issue. All works OK with 1.06 but after 2 and up to current github version (this post date) I am unable to mount an SD card. (its a custom PCB). I tried editing the delay (#6162) from 300 to 500 (in github version) but did not fix the issue.
This has been tried with my own software and the basic supplied example test sketch. Same failure result.
PCB has an SPI display, some fast Ferroelectric SPI ram and the SD card on the same bus.
All of these work fine together with 1.06 but after v2, ONLY the SD card no longer functions, with the failure to mount as above.
Board
ESP32 Devkit
Device Description
The devices used are Freematics One+ Model A Boards, based on ESP32.
Hardware Configuration
SD module is connected according
SPI: GPIO18(SCK),GPIO19(MISO),GPIO23(MOSI)
SD CS: GPIO18
Version
v2.0.1
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
80
PSRAM enabled
no
Upload speed
921600
Description
Arduino-ESP32 : V1.0.6
No mounting issues, no writing issues.
Arduino-ESP32 : V2.0.1
Mounting issue exists. Once it appears, it only goes away by flashing back to 1.0.6.
Arduino-ESP32 : V2.0.2
Mounting issue exists. Once it appears, it only goes away by flashing back to 1.0.6.
Additionnal issue is that the I/O operations of the SD Card are much slower (~10 times compared to 2.0.1 and 1.0.6).
Seems related to issue 5998 and issue 5701
The solution provided in issue 5701, which is to upgrad to the latest Arduino Core doesn't work.
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: