2016-10-05 06:09 PM
I generated a project using the latest F7 Cube. It uses FreeRTOS and LWIP, builds, and I can see that the ethernet task is running. I couldn't locate the demos. The echo server would be good for my needs.
Thanks. #lwip-cube2016-10-06 02:08 AM
Hello Kenny,
I recommend you to have a look to the LwIP examples under STM32cubeF7 package: STM32Cube_FW_F7_V1.4.0\Projects\STM32756G_EVAL\Applications\LwIP, this can help you to develop your own application.For more details about LwIP, I suggest you the following resources which can help you to go further in your application: - “Developing applications on STM32Cube with LwIP TCP/IP stack“ which can help you a lot to go further in your application.It’s possible to use STM32CubeMX which allows generating initialization code and you can refer to the : STM32CubeMx user manual, in paragraph ''B.3.6 LwIP'' for the STM32CubeMX LwIP side.Regards