2020-07-29 01:03 AM
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
2020-07-29 04:17 PM
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
2020-08-01 09:31 AM
2020-08-07 01:21 AM
Hi Piranha,
Thank you very much!
If I may please ask to share the sources?
Thanks