Page 1 of 1

esp32-pico design help

Posted: Tue Aug 27, 2019 5:44 am
by a22zsol
I am designing a proto based on esp32-pico, below is my pin configuration is it OK.

1.) Ethernet = GPIO25, GPIO26, GPIO0, GPIO13, GPIO22, GPIO21
2.) SD card = GPIO12, GPIO13, GPIO15, GPIO2, GPIO4
3.) SPI = GPIO11, GPIO6, GPIO7, GPIO8,
4.) UART0 = GPIO3, GPIO1
5.) UART1 = GPIO9, GPIO10,
6.) UART2 = GPIO16, GPIO17
7.) I2C = GPIO18, GPIO23

As some pins are used for BOOT strapping, how should i proceed.
Also esp32-pico has internal flash so are those pins reserved?

Re: esp32-pico design help

Posted: Tue Aug 27, 2019 7:37 am
by WiFive
Yes 6,7,8,11,16,17 are reserved for internal flash and strapping pins have the usual restrictions

Re: esp32-pico design help

Posted: Wed Aug 28, 2019 4:36 am
by a22zsol
Will there be contention issue if i use GPIO18, GPIO23 for eth_phy(MDIO, MDC) and general purpose I2C?