WT32-ETH01 fails to init Ethernet MAC
Posted: Wed Mar 16, 2022 8:51 pm
I'm working with the WT32-ETH01 board, I tested it using Tasmota and it was able to use the Ethernet just fine.
I am using the latest ESP-AT with ESP-IDF 4.4
I have everything working fine until I enable Ethernet support, if I do, I get the following messages on boot
E (1194) esp.emac: emac_esp32_init(355): reset timeout
E (1194) esp_eth: esp_eth_driver_install(222): init mac failed
I can post the board schematics if needed.
I assume it is simply a configuration issue, I'm missing something.
I have the Ethernet configured to use the ESP32 internal EMAC controller,
using RMII interface, with input from an external clock on GPIO0
The AT support is set to Microchip LAN8720 PHY
the default Ethernet pins appear correct (mdc - 23, mdio - 18)
I just can't get it to initialize with ESP-AT. I really hope someone can help! Thank you for your time.
I am using the latest ESP-AT with ESP-IDF 4.4
I have everything working fine until I enable Ethernet support, if I do, I get the following messages on boot
E (1194) esp.emac: emac_esp32_init(355): reset timeout
E (1194) esp_eth: esp_eth_driver_install(222): init mac failed
I can post the board schematics if needed.
I assume it is simply a configuration issue, I'm missing something.
I have the Ethernet configured to use the ESP32 internal EMAC controller,
using RMII interface, with input from an external clock on GPIO0
The AT support is set to Microchip LAN8720 PHY
the default Ethernet pins appear correct (mdc - 23, mdio - 18)
I just can't get it to initialize with ESP-AT. I really hope someone can help! Thank you for your time.