Skip to main content
why 3.3v when u can 5000V
Associate II
January 24, 2022
Question

Trying to build freeRtos project with stm32u575zi (nucleo-u575zi-q), the freeRtos option not showing in the IOC file, I tried to download it and link to the project without success.... In the exemple project they use virtual file so i cant take it.

  • January 24, 2022
  • 2 replies
  • 976 views

What needed to add freeRtos to the project ?

This topic has been closed for replies.

2 replies

KnarfB
Super User
January 24, 2022

Not a full solution, but you might check here: https://github.com/FreeRTOS/lab-iot-reference-stm32u5

hth

KnarfB

David Littell
Senior II
January 24, 2022

Yeah, it's only been months and months and months...and more months. ST appears clearly focused on some new shiny BS thing instead.

KnarfB
Super User
January 26, 2022

My first experiences with ThreadX are not bad. Did you see the compatibility layers: https://github.com/STMicroelectronics/x-cube-azrtos-h7/tree/main/Middlewares/ST/threadx/utility/rtos_compatibility_layers. Its not U5, but should be a thin layer, easy to port.

hth

KnarfB