Open sarvasvkulpati opened 4 months ago
I'm using an ESP32S3 Xiao Sense along with an ST7789. For some reason, I can't get the board to access both the LCD and the SD card at the same time. I'm using an arduino, latest version of the library, version 3.0.0+ of the esp32 library.
You might try downgrading to v2.0.14 of the ESP32 core. There is a known problem with v2.0.15 and later working with ESP32-S2/S3/C3/H6 versions.
I see that in the User_Setup.h
that you pasted you didn't uncomment #define USE_HSPI_PORT
. It may be that you forgot to paste it, but if not try it and give it a go
I'm using an ESP32S3 Xiao Sense along with an ST7789. For some reason, I can't get the board to access both the LCD and the SD card at the same time. I'm using an arduino, latest version of the library, version 3.0.0+ of the esp32 library.
I'm assuming it's an SPI issue. This link states that I can access the SD using pin 21. Is there a way to do both?
The code below was my latest try, trying to use VSPI for the SD, while HSPi is bing used for the display. Attached also is my setup file