lwIP on Nucleo-F767ZI
More updates,
i used netif_set_link_up to make the code run through that part i tolked about in the previous post.
Also noticed i didn't call udp_echoclient_connect(), so i added it in my main, and it sets everything up fine.
For some reason it still doesn't connect to the server that i set up through echotool, as explained by the lwIP application note provided by ST.
EDIT: apparently using netif_set_link_up wasn't really the right thing to do as i basically forced a flag via software that it should have been set by the driver it seems.
EDIT 2: After looking at the Nucleo user guide, i switched the eth configuration to RMII instead of MII. Still, can't even ping my board.