Loading...
 
Skip to main content

System Workbench for STM32


lwIP on Nucleo-F767ZI

More infos:

looks like that in lwip.c (it contains the function that initialize lwIP), the condition returned by netif_is_link_up(&gnetif) is always false so it skips an if were netif_set_up(&gnetif) is called.
What can be the cause of that failure?