cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F769 - LwIp - Free RTOS project with "Device Configuration Tool" GUI

PFerr.2
Associate

After spending many hours trying to create a working project in STM32CubeIDE with "Device configuration Tool" (file *.ioc), LwIp and Free-RTOS... I am asking for help!

My goal is to get a working environment with LWIP and FREE-RTOS on STM32F769NIH6U processor on STM32F769I-DISCO board in STM32CubeIDE

I would like to use the "Device configuration Tool" because we need to integrate MEMS sensors and I would like to integrate the drivers developed by ST.

Is there an example to start from?

Thank you

3 REPLIES 3
Pavel A.
Evangelist III

Always start from a suitable examples in the Cube package. These examples were NOT generated using Cube, but often work as is.

Later, if you wish, generate a project with Cube; understand and merge differences vs. the above example.

Then add/configure stuff and merge again.

-- pa

Hi Piranha,

Thank you very much!

If I may please ask to share the sources?

Thanks