2016-05-25 07:44 AM
Hi All,
I have the 32F746GDISCOVERY board, and am looking for some sample projects that use FreeRTOS, uIP and have a non-trivial example, e.g. obtaining an IP address via DHCP and running a webserver. Can anyone provide any links to projects like that? #freertos-example2016-05-26 03:01 AM
Hi smachin,
I recommend you to run the ''LwIP_HTTP_Server_Netconn_RTOS'' example in package at the following path: STM32Cube_FW_F7_V1.3.0\Projects\STM32746G-Discovery\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS -Hannibal-