2025-02-25 2:24 AM - last edited on 2025-02-25 3:15 AM by Andrew Neil
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...
2025-02-25 3:14 AM
@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:
2025-02-25 4:36 AM
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.