Skip to main content
Associate III
August 13, 2025
Solved

How do I enable ThreadX on a STM32WB

  • August 13, 2025
  • 1 reply
  • 257 views

I've added the X-CUBE_AZRTOS-WB software pack and checked all the boxes for ThreadX but the RTOS ThreadX checkbox in STM32CubeIDE is disabled.  Is something else required to use ThreadX on an STM32WB?

kumaichi_1-1755048091858.png

Kindes regards

Best answer by STTwo-32

Hello @kumaichi 

If USB_DEVICE middleware is configured, you can't use the X-CUBE_AZRTOS-WB (they can't be used on the same project). So, to configure the X-CUBE_AZRTOS-WB, you have to disable the USB_DEVICE.

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
August 13, 2025

Hello @kumaichi 

If USB_DEVICE middleware is configured, you can't use the X-CUBE_AZRTOS-WB (they can't be used on the same project). So, to configure the X-CUBE_AZRTOS-WB, you have to disable the USB_DEVICE.

Best Regards.

STTwo-32