Development tools for Zephyr on STM32Workbench for Zephyr: VS Code extension to set up, build, flash and debug Zephyr applications on STM32.Devicetree manager: browse, edit and visualize Zephyr devicetree, STM32CubeMX-like for Zephyr.
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?