Skip to main content
Visitor II
February 25, 2025
Question

FreeRTOS and lwip

  • February 25, 2025
  • 1 reply
  • 1304 views

Hi everyone!

I'm sorry I just started with STM universe...

Since twodays I try to start the lwip through freertos on my NUCLEO-H723ZG. For starting I generate the code with the CubeMX and try to call the MX_LWIP_Init() in a startAppTask. 

But ethernet_input is only called at the start and then never more.

I just want to ping my board for the beginning...

I certainly misunderstand something, but I don't know what...

    This topic has been closed for replies.

    1 reply

    Joe26Author
    Visitor II
    February 25, 2025

    Yes,  I used microchip an nxp before !
    I'm a little bit lost with the HAL... And STM32CubeMX.

    I haven't try something special, just on task wich is blinking a LED and try to init the lwip.

    The led is blinking but not the lwip stack.