Page 3 of 3
Re: ESP32S3 SD-card init problem
Posted: Mon Aug 10, 2026 12:44 pm
by stefan.erni
Hi Ben
The SD card works with the old SD component, but I don't have any free SPI buses left because of the display and the AD converter.
I'm having trouble with the C code insert from You.
Does it just need to be in a C code component, or should it be added as a supplementary C code?
Re: ESP32S3 SD-card init problem
Posted: Thu Aug 20, 2026 4:36 pm
by stefan.erni
Hi to All
There is one remaining issue that I have not yet been able to identify or resolve.
The FC11 fails to initialize the SD card on this board.
However, the same SD card operates reliably with FC11 on other board, such as ESP32-S3 and ESP32-WROOM boards.
Interestingly, similar issues can also be observed on a SparkFun board with ESP32-S3 mini.
It's a small board that's placed underneath an Adafruit board, with an amplifier IC, a 24-bit A/D converter, and an SD card.
Fortunately, I can still make changes like I could still swap the pins from the card.

- 2026-08-20_17-08-43.PNG (235.98 KiB) Viewed 52 times

- 2026-08-20_16-56-54.PNG (195.05 KiB) Viewed 52 times
Re: ESP32S3 SD-card init problem
Posted: Fri Aug 21, 2026 12:18 pm
by stefan.erni
Hi to All
I ran a test on Ben's board and used the loop to initialize the card every 10ms .
I didn't use an SD card, but I checked it with the KO, and the signal was perfect.
Then I switched the clock to a free port (GPIO 19 and GPIO 20), and the clock was perfect there, too.
I added the same loop to my board
But the clock isn't working on my board. It's just always 0 volts.
Both are ESP32-S3 but my is a mini
loop for oscilloscope on Ben's board:

- 2026-08-21_12-29-47.PNG (24.45 KiB) Viewed 20 times
Signal on oscilloscope:

- NewFile12.png (51.86 KiB) Viewed 20 times