Skip to main content
Explorer
May 8, 2024
Solved

Does STM32Cube_FW_H5_V1.2.0 MCU package suppolrt FREERTOS?

  • May 8, 2024
  • 1 reply
  • 1055 views

Greetings,

I am using a NUCLEO-H563ZI with the STM32CubeIDE, and wanted to create a new project based on 

FREERTOS. It appears that FREERTOS is not part of this release, and the tools tell me I have to download it.

1) Is there a version on FREERTOS compatible with STM32Cube_FW_H5_V1.2.0?

2) I see that STM32Cube_FW_H5_V1.2.0 supports ThreadX, is ST moving away from FREERTOS support in

favor of ThreadX?

3) How can I download and install FREERTOS into STM32Cube_FW_H5_V1.2.0?

 

Thanks

Ken

 

    This topic has been closed for replies.
    Best answer by STTwo-32

    Hello @microcoder 

    I suggest you to use the X-CUBE-FREERTOS. This Package is compatible with the STM32H5. If you are using CubeMX, you can directly implement FreeRTOS from the Middlewares selector. 

    Best Regards.

    STTwo-32 

    1 reply

    STTwo-32Answer
    Technical Moderator
    May 8, 2024

    Hello @microcoder 

    I suggest you to use the X-CUBE-FREERTOS. This Package is compatible with the STM32H5. If you are using CubeMX, you can directly implement FreeRTOS from the Middlewares selector. 

    Best Regards.

    STTwo-32 

    Explorer
    May 16, 2024

    Thank you