cancel
Showing results for 
Search instead for 
Did you mean: 

STM Cube MX Free RTOS with STM32U575

Jet1
Associate

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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

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.

View solution in original post

4 REPLIES 4
Peter BENSCH
ST Employee

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

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.
Amel NASRI
ST Employee

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.

Hi Amel, 

This is a great start. Thank You 

- Jet

Hi Peter, Thank You. 

-Jet