Can't use sd card from one day to another
Posted: Sun Jul 30, 2017 9:34 pm
I use the following librarys to write datas on my sd card:
And this worked all the time. But from one day to another its not working anymore. Its weird, the SD Test example works in the Arduino IDE: https://github.com/espressif/arduino-es ... D_Test.ino
But not anymore with the esp idf. I get this message:
Code: Select all
#include "Arduino.h"
#include "FS.h"
#include "SD.h"
#include "SPI.h"
But not anymore with the esp idf. I get this message:
Code: Select all
[E][sd_diskio.cpp:99] sdSelectCard(): timeout
[E][sd_diskio.cpp:724] sdcard_mount(): f_mount failed 0x(3)