Skip to main content
Associate
July 18, 2024
Solved

STM Cube MX Free RTOS with STM32U575

  • July 18, 2024
  • 2 replies
  • 1602 views

Hi, 

I want to implement Free RTOS on SWTM32U575. When I am trying to configure it in the middleware but there is no options to enable Free RTOS. Is there a way to way to enable it ?

Best answer by Peter BENSCH

Welcome @Jet1, to the community!

you need to enable X-CUBE-FREERTOS in STM32CubeMX or STM32CubeIDE, as mentioned e.g. here.

Hope that helps?

Good luck
/Peter

2 replies

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
July 18, 2024

Welcome @Jet1, to the community!

you need to enable X-CUBE-FREERTOS in STM32CubeMX or STM32CubeIDE, as mentioned e.g. here.

Hope that helps?

Good luck
/Peter

Jet1Author
Associate
July 18, 2024

Hi Peter, Thank You. 

-Jet

Amel NASRI
Technical Moderator
July 18, 2024

Hi @Jet1 ,

Besides to @Peter BENSCH's, I suggest you to follow this article: How to use STM32U5 with FreeRTOS™ in tickless mode - STMicroelectronics Community.

-Amel

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.
Jet1Author
Associate
July 18, 2024

Hi Amel, 

This is a great start. Thank You 

- Jet