2025-03-30 3:44 PM
Hi guys
I can't find threadx support for F4, F7 and H7, it's only available for C0 series. According to this post, and my google. It should support most stm32 MCUs.
What can I do to enable threadx support for these MCUs?
Solved! Go to Solution.
2025-04-10 4:32 AM - edited 2025-04-10 4:32 AM
Hello @User_bug13 ,
You can enable ThreadX with
- STM32F4 devices by installing X-CUBE-AZRTOS-F4
- STM32F7 devices by installing X-CUBE-AZRTOS-F7
- STM32H7 devices by installing X-CUBE-AZRTOS-H7
To use ThreadX with STM32H723 device for example, you can follow these steps:
- Start project using STM32CubeMx 6.14.0 toolchain and choose STM32H723MCU.
- Then click on "Software Packs"-> "Select Components"
- Click on "Install" to install "STMicroelectronics X-CUBE-AZRTOS-H7"
- Select ThreadX option
- You can enable "RTOS ThreadX"
I hope this help you.
Thank you.
Kaouthar
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.
2025-04-10 4:32 AM - edited 2025-04-10 4:32 AM
Hello @User_bug13 ,
You can enable ThreadX with
- STM32F4 devices by installing X-CUBE-AZRTOS-F4
- STM32F7 devices by installing X-CUBE-AZRTOS-F7
- STM32H7 devices by installing X-CUBE-AZRTOS-H7
To use ThreadX with STM32H723 device for example, you can follow these steps:
- Start project using STM32CubeMx 6.14.0 toolchain and choose STM32H723MCU.
- Then click on "Software Packs"-> "Select Components"
- Click on "Install" to install "STMicroelectronics X-CUBE-AZRTOS-H7"
- Select ThreadX option
- You can enable "RTOS ThreadX"
I hope this help you.
Thank you.
Kaouthar
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.