I got following error. How can I solve this error ?Assertion "netif is not up, old style port?" failed at line 727 in ../Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.c
Hello Nawres GHARBI,How can I use custom PHY with stm32f407. I have lan8720a module. so what configuration is required . I have generated code with LWIP and ETH in stm32cubemx. But it is not working. can you help me what can I do ?
Hello andy,I am working with lan8720 and stm32f407. I generated code using stm32cubemx with lwip and eth driver. Code is compiled successful and I connect lan8720 with stm32f407 as per RMII mode. I put LWIP_Init() in main and LWIP_Process() and Led b...