2024-02-08 06:39 AM
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
2024-02-08 07:38 AM - edited 2024-02-08 07:45 AM
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:
2024-02-08 09:41 PM
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:
Regarding my STM32G0B1CC will this support?
Regards,
Kumar
2024-02-11 07:29 AM
As you can see in the link below STM32G0xx series is support so STM32G0B1CC is also supported.
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
2024-04-21 11:14 PM
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