Page 1 of 1

ESP32-C6 SDCARD SPI

Posted: Wed Feb 21, 2024 4:52 pm
by Emile_esp
Has anybody got the SD-card working on the ESP32-C6.
I have it working for the esp-arduino 8266/ESP32/ESP32S2/ESP32S3/ESP32C3
Both for Fat and FatEx.
But can not get it working on ESP32-C6.
I have added the pull up and reduced the frequency

SD_PIN_SCK 21
SD_PIN_MOSI 19
SD_PIN_MISO 20
SD_PIN_CS 18

https://github.com/EmileSpecialProducts ... disk-drive
https://github.com/EmileSpecialProducts ... sk-driveEx

Re: ESP32-C6 SDCARD SPI

Posted: Sun Feb 25, 2024 6:57 am
by Emile_esp
I have the ESP32-C6 SDcard example working,
And I have updated the Project,
The FatEx is not working as the SdFat library is not yet( 2024-02) working under 3.0.0A version of the Arduino platform.