Skip to main content
Visitor II
July 29, 2020
Question

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

  • July 29, 2020
  • 2 replies
  • 1027 views

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

    This topic has been closed for replies.

    2 replies

    Super User
    July 29, 2020

    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

    PFerr.2Author
    Visitor II
    August 7, 2020

    Hi Piranha,

    Thank you very much!

    If I may please ask to share the sources?

    Thanks