Page 1 of 1

External Memory Chip

Posted: Tue Mar 20, 2018 4:04 am
by phando
Hello,
I am making a small board with the ESP32 WROOM at its heart. I have connected most of my pins, but have noticed that there are a hand-full of pins going unused. CLK, CMD, SD0, SD1, SD2, and SD3. I have yet to see a wiring diagram using those pins to interface with an SD card.

Thanks

Re: External Memory Chip

Posted: Tue Mar 20, 2018 5:16 am
by WiFive
Those pins are not unused, they are connected to the flash chip. And those designations SD_ are for using esp32 as an sdio slave. HS1_ and HS2_ pins are for sdio master. But HS1 conflicts with flash chip pins and so far is not usable.

Re: External Memory Chip

Posted: Tue Mar 20, 2018 3:52 pm
by phando
Thank you!