2024-05-08 11:34 AM
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
Solved! Go to Solution.
2024-05-08 11:43 AM
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.
2024-05-08 11:43 AM
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.
2024-05-16 06:14 AM
Thank you