ArduinoA
Arduino3mo ago
1 reply
andromeda

Waveshare esp32-p4 dev kit basic and SD card

Hi,
SDmmc_Test on arduino 2.3.6 and esp32 3.3.2 work fine,
but SD_Test not work

It's likely that SD.h isn't updated or doesn't currently support the ESP32-P4.
int sck = 36;
int miso = 33;
int mosi = 32;
int cs = 26;

or
int clk = 43;
int cmd = 44;
int d0 = 39;
int d1 = 40;
int d2 = 41;
int d3 = 42;
Has anyone already tested the SD card on this board?
Thanks for your help.
Was this page helpful?