cancel
Showing results for 
Search instead for 
Did you mean: 

RTOS ThreadX support in STM32G0xxx mcu platform

Akuma.6
Associate III

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

4 REPLIES 4
Mohamed_AYED
Associate III

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

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

 

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

Hi Mohamed,

Thanks for your response. 

Till I expertise using only STM32CubeIDE. How can i start my existing application using thread concepts.

Do you have any examples and any packages need to install separately.

I believe the Thread support the existing STM32CubeIDE?

 

And another query, does this STM32G0 chip support FOTA over the air if I have LTE cellular module?

any procedure?

Regards,

Kumar