I'm trying to make a schematic with a LAN8720A PHY chip and the ESP32-PICO-MINI-02U module. RMII - reduced media-independent interface between the two devices.
Some of the pin names on the ESP look to correspond directly with what's on the 8720 chip:
- EMAX_TXD0 -- TXD0
- EMAC_TX_EN -- TXEN
- EMAC_TXD1 -- TXD1
- EMAC_RXD0 -- RXD0
- EMAC_RXD1 -- RXD1
- EMAC_RX_DV -- CRS_DV
I've still got MDIO (management data), MDC (management data clock), and REFCLK (50MHz). There are several "EMAC" pins left on the ESP module, but none of the names line up to these.
I found one Reddit post saying that MDC and MDIO can be stashed on any GPIO pin and then be handled by the firmware redirects, though I've also read that some pins are shared by some internal functions of the ESP module.
What about the 50MHz clock? Can that also go on any GPIO pin?
ESP32-PICO-MINI-02U and Ethernet: MDIO, MDC, and REFCLK?
-
- Posts: 207
- Joined: Fri May 07, 2021 10:35 am
Re: ESP32-PICO-MINI-02U and Ethernet: MDIO, MDC, and REFCLK?
Please see https://docs.espressif.com/projects/esp ... ac-and-phy and https://github.com/espressif/esp-idf/tr ... s/ethernet to find answer to your question.
Re: ESP32-PICO-MINI-02U and Ethernet: MDIO, MDC, and REFCLK?
Thank you.
The one link lists GPIO18 for MDIO, and GPIO23 for MDC.
This module doesn't have either of those GPIOs. But if I'm reading that page right, those two signals should be reassignable to any available GPIO pin.
The one link lists GPIO18 for MDIO, and GPIO23 for MDC.
This module doesn't have either of those GPIOs. But if I'm reading that page right, those two signals should be reassignable to any available GPIO pin.
-
- Posts: 207
- Joined: Fri May 07, 2021 10:35 am
Re: ESP32-PICO-MINI-02U and Ethernet: MDIO, MDC, and REFCLK?
Yes, MDIO and MDC can be assigned to any GPIO which is output capable (check ESP32 TRM) via GPIO matrix. Also be careful with pins which are used as bootstrap pins (check datasheet).
Who is online
Users browsing this forum: No registered users and 112 guests