Search found 2 matches

by VincentP
Wed Dec 04, 2024 3:34 pm
Forum: Hardware
Topic: ESP-IDF example SD/MMC fails with 0x107. Not sure about pins!
Replies: 1
Views: 2589

Re: ESP-IDF example SD/MMC fails with 0x107. Not sure about pins!

I worked it out.
If you look at the masking on the board it has a legend -=Camera, ~=SD and * = psram. Pins 38,39 & 40 had a tilde (~) next to them.
So, by using a spy glass and continuity testing I determined that the CMD, CLK and D0 pins were connected to 38,39 & 40, respectively.

I couldn't find ...
by VincentP
Tue Dec 03, 2024 10:43 pm
Forum: Hardware
Topic: ESP-IDF example SD/MMC fails with 0x107. Not sure about pins!
Replies: 1
Views: 2589

ESP-IDF example SD/MMC fails with 0x107. Not sure about pins!

I am getting to grips with the IDF. Thought I would try the SD card reader on my ESP32s3 WROOM 1 N16R8 OTG UART board.

Apart from setting the flash memory size, I've altered nothing but it fails with

I (861) example: Initializing SD card
I (861) example: Using SDMMC peripheral
I (861) example ...

Go to advanced search