Hi All,
I'm running an ESP32-Wroom-32 with a cheap TFT touch screen and using the screen's SD card reader.
All on a single SPI VSPI bus, using Platformio.
All seems to work fine, but just I've spotted the following error message on the serial monitor ...
[ 1798][E][esp32-hal-cpu.c:110] addApbChangeCallback(): duplicate func=0x400dab94 arg=0x3ffbdc00
I have seen chat about a possible conflict between TFT_eSPI.h and SD.h libraries.
However, I can't find any more useful info on this, any ideas ?
Trevor