Question
Example with STM32H7 + CubeMX + LwIP - FreeRTOS
I would like to know if there is any "easy" way of getting the following setup working:
- NUCLEO-H723ZG dev board
- Ethernet
- LwIP
- STM32CubeMX project
- No FreeRTOS
- Being able to ping the dev board
I've found the following (and can get them running):
- https://community.st.com/t5/stm32-mcus/how-to-create-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308 But it has FreeRTOS
- https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/NUCLEO-H723ZG/Applications/LwIP/LwIP_TCP_Echo_Server But it does not use STM32CubeMX
As soon as I try to remove FreeRTOS or add STM32CubeMX something breaks.
There was some news that such an example could be provided:
Perhaps there is an update?
Alternatively, what is the easiest way to ping the NUCLEO-H723ZG dev board starting from an STM32CubeMX project? I am interested in creating a small TCP server.
