Posted on May 10, 2018 at 23:47I haven't verified on a board but isn't the real problem the order of the includes in main.c?swap the order the includes:#include 'stm32l0xx_hal.h'#include 'main.h'This compiles and should give the right answer since s...
Posted on March 01, 2018 at 14:30I started with a new Cube project and the issue with opt.h vs lwipopts.h is gone - Enable LWIP_NETIF_LINK_CALLBACK is enough.Add the following the netif_set_up() to ethernetif_notify_conn_changed().Terje - can you el...
Posted on February 28, 2018 at 14:50Terje has nailed it. This is a persistent bug that should be fixed by ST. That said the other way to fix it locally is with but there are not many places to insert the solution without it getting overwritten by CU...