Skip to main content
Associate III
May 8, 2024
Solved

Does STM32Cube_FW_H5_V1.2.0 MCU package suppolrt FREERTOS?

  • May 8, 2024
  • 2 replies
  • 1087 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 

2 replies

STTwo-32
STTwo-32Best answer
ST 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 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Associate III
May 16, 2024

Thank you