2024-07-18 05:24 AM
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 ?
Solved! Go to Solution.
2024-07-18 06:02 AM
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
2024-07-18 06:02 AM
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
2024-07-18 07:12 AM
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.
2024-07-18 11:32 AM
Hi Amel,
This is a great start. Thank You
- Jet
2024-07-18 11:46 AM
Hi Peter, Thank You.
-Jet