Skip to main content
Graduate II
May 24, 2025
Solved

Does the STM32F429I eval board come with FreeRTOS installed ?

  • May 24, 2025
  • 1 reply
  • 508 views

Split from What RTOS is used on STM32F429i eval board GUI Demo?


Thank you !

I have saved the github page. Will try the examples there.

Does the STM32429I eval board come with FreeRTOS installed ?

    This topic has been closed for replies.
    Best answer by Andrew Neil

    @Embedded_Andy wrote:

    Does the STM32429I eval board come with FreeRTOS installed ?


    No - it doesn't work that way.

    You build FreeRTOS (or any other RTOS of your choice; or no RTOS at all) into your project.

    1 reply

    Super User
    May 27, 2025

    @Embedded_Andy wrote:

    Does the STM32429I eval board come with FreeRTOS installed ?


    No - it doesn't work that way.

    You build FreeRTOS (or any other RTOS of your choice; or no RTOS at all) into your project.

    Graduate II
    May 27, 2025

    Thank you! 

    I guess the GUI is not the RTOS then.  

    Super User
    May 30, 2025

    @Embedded_Andy wrote:

    I guess the GUI is not the RTOS then.  


    Indeed not - it's just the graphics framework.

    It can be used with no OS, or with an OS of your choice:

    https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-configure-rtos