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

@Joe26 wrote:

I just started with STM universe......


Do you have any experience with any other microcontroller(s)? With programming in general ?

On STM32H7 + LwIP:

https://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308

 

https://community.st.com/t5/stm32-mcus/using-the-itm-console-for-printf-redirects-and-lwip-debug/ta-p/723472?search-action-id=46388165589&search-result-uid=723472

 

https://community.st.com/t5/forums/searchpage/tab/message?filter=includeTkbs&q=lwip%20AND%20stm32h7&noSynonym=false&inactive=false&include_tkbs=true&collapse_discussion=true

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

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.