cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for FreeRTOS & uIP examples for 32F746GDISCOVERY

smachin
Associate
Posted on May 25, 2016 at 16:44

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-example
1 REPLY 1
Walid FTITI_O
Senior II
Posted on May 26, 2016 at 12:01

Hi smachin,

I recommend you to run the ''LwIP_HTTP_Server_Netconn_RTOS'' example in

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef7.html

package at the following path:

STM32Cube_FW_F7_V1.3.0\Projects\STM32746G-Discovery\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS

-Hannibal-