cancel
Showing results for 
Search instead for 
Did you mean: 

FreeRTOS and lwip

Joe26
Associate II

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...

2 REPLIES 2

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.