Skip to main content
PToch.1
Visitor II
May 31, 2022
Solved

Hi there, I have to create the BSP for a product we are actually developing, based on a STM32U575RIT6Q. As FreeRTOS is not currently supported in CubeMX for this microcontroller, could you tell me which solution is the best to add FreeRTOS ?

  • May 31, 2022
  • 1 reply
  • 1185 views

According to my searches on the internet, I found at least 3 solutions to add FreeRTOS on top of the code generated with stm32cubeMX for STM32U5 ...

1 - Get FreeRTOS from freertos.org or its GIT

2 - Get FreeRTOS from the demo available on the B-U585-IOT2A eval board, on which FreeRTOS has been integrated with TrustZone

3 - Get FreeRTOS 'classic-coremw-app' for stm32u5 from ST github

Which way do you think is the easiest way for FreeRTOS implementation ?

Best answer by Aziz BRIGUI

Hello @PToch.1​,

I would advise starting from one of the examples under this Github repository.

If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find this response more quickly :)

Thanks for your contribution, do not hesitate to raise any issue or feedback.

Aziz

1 reply

Aziz BRIGUI
Aziz BRIGUIBest answer
Technical Moderator
June 9, 2022

Hello @PToch.1​,

I would advise starting from one of the examples under this Github repository.

If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find this response more quickly :)

Thanks for your contribution, do not hesitate to raise any issue or feedback.

Aziz

In order 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 II
October 8, 2024

Hello Aziz,

I would appreciate it if you have a solutions to add FreeRTOS instead of threadx to generate code with stm32cubeMX for STM32U575QII6Q + TCPP0203-M20.

Best regards,

Robert