Please help me to figure out the ethernet interface implementation of LAN8720 PHY in the ESP-IDF. Specifically my question is about the RXER pin of LAN8720.
I have the WT32-ETH01 board. And the ESP32-S1 module's IO13 pin is attached to the RXER pin on LAN8720 with a 10K pull-up resistor.
At the same time Waveshare's LAN8720 module have just pulled-up this RXER pin and it is not exposed to the connector.
I was not able to find the usage of the RXER pin in ESP-IDF ethernet implementation. Did I miss its usage somewhere?
The reason this RXER pin got my attention is the JTAG interface. At the WT32-ETH01 board the IO13 pin is occupied by RXER signal and it blocks JTAG debugging (which I miss a lot
Also this knowledge will be useful for custom board designs. It seems that RMII interface does not require RXER pin, but if so why LAN8720 exposes it and WT32-ETH01 has connected RXER to ESP32?
