Skip to main content
Akuma.6
Associate III
February 8, 2024
Question

RTOS ThreadX support in STM32G0xxx mcu platform

  • February 8, 2024
  • 1 reply
  • 1760 views

Hi Team 

I am using stm32g0x mcu platform. Till now I am writing normal code without using rtos. 

Does this mcu support RTOS ThreadX support in STM32G0xxx mcu platform. 

Please share the process to enable using Stm32 cubeide tool.

Thanks, 

Kumar

1 reply

Explorer
February 8, 2024

Hi @Akuma.6 

 

Yes STM32G0xx is suppoted by ThreadX

 

You can find a lot of applications demo in github repo here:

https://github.com/STMicroelectronics/x-cube-azrtos-g0

 

You can also upload x-cube-azrtos-g0 from cubeMx and generate your code:

x_cube_azrtos_g0.PNG

Akuma.6
Akuma.6Author
Associate III
February 9, 2024

Hi Mohamed Ayed,

 

Thanks for your response.

 

I am using the STM32G0B1CC MCU. Will this support once again because given the GitHub have the below boards support:

 

  • NUCLEO-G0B1RE (MB1360-C02)
  • STM32G0C1E-EV (MB1312-A01)

 

Regarding my STM32G0B1CC will this support?

 

Regards,

Kumar

Explorer
February 11, 2024

 

As you can see in the link below STM32G0xx series is support so STM32G0B1CC is also supported.

https://github.com/STMicroelectronics/x-cube-azrtos-g0/blob/a5ed457215e8aa2da134bbbdf0c2cbe0ededa5ab/Middlewares/ST/threadx/LICENSED-HARDWARE.txt#L31

 

Demos in the github repo is a refences application that show the integration of threadx with stm32xx product. I don't thnik that ST can provide more applications with STM32G0B1CC target.

You can start to generate a code STM32CubeMx and  x-cube-azrtos-g0  and manually port any applications. 

 

there is a youtube video playlist show how to start azure rtos step by step

https://www.youtube.com/playlist?list=PLnMKNibPkDnGxMITHhhRqbT0-2egHq0D0