Closed laulin closed 2 months ago
I am having this same issue, cut my code back to barebones but it only says that is doesnt see the sd card. no damage to the card reader or card. Card is brand new and FAT32 formatted.
Refer to the Arduino initialization code, you need to turn on POWERON and disable the CS of other SPI devices. https://github.com/Xinyuan-LilyGO/T-Deck/blob/36841457bf1c4f9a6e88c9de2199f6ff132885a5/examples/UnitTest/UnitTest.ino#L941
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hello !
I read the pinout from utilities.h and I write a micropython code to mount the SD card :
I always got "OSError: no SD card". The SPI works since I can use the TFT display and I check on the schematic that ESP_SD_CS is on IO39 (real pin : 32).
Do you have any idea ?