Page 1 of 1

esp-idf / LAN8710 PHY

Posted: Mon Sep 04, 2017 11:25 am
by Stephane738
Hello,

We are using the Olimex ESP32 EVB-REV B Ethernet board with LAN8710 PHY. The ETH_PHY_demo project perfectly work with previous version of esp-idf (from june), but with the current one it isn't able to get its IP address from the DHCP! Any idea?

Stéphane

Re: esp-idf / LAN8710 PHY

Posted: Mon Sep 04, 2017 2:47 pm
by ESP_igrr
Hi, this issue (and the SD card issue noted in a parallel thread) are regressions caused by a recent change that disables all peripheral clocks on startup. Some drivers (SPI DMA, SDMMC, Ethernet) did not have the code to enable relevant clocks, and became broken after this change. We have fixes for these issues in the merge queue, likely to appear on Github tomorrow.