You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found bug in IDF ethernet driver. PHY LAN8720 initialization sequence is not correct. PHY clock is supplied by ESP32 (ETH_CLOCK_GPIO17_OUT), tested on ESP-IDF Release v3.3.5
ESP must deliver PHY clock approx 40 clock cycles before PHY reset go HIGH.
Microchip note in LAN8720 datasheet:
Measured on real setup:
Iam not skilled for repair this self :(
The text was updated successfully, but these errors were encountered:
I found bug in IDF ethernet driver. PHY LAN8720 initialization sequence is not correct. PHY clock is supplied by ESP32 (ETH_CLOCK_GPIO17_OUT), tested on ESP-IDF Release v3.3.5
ESP must deliver PHY clock approx 40 clock cycles before PHY reset go HIGH.
Microchip note in LAN8720 datasheet:
Measured on real setup:
Iam not skilled for repair this self :(
The text was updated successfully, but these errors were encountered: