2025-08-12 6:22 PM - last edited on 2025-08-12 11:29 PM by STTwo-32
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?
Kindes regards
Solved! Go to Solution.
2025-08-12 11:27 PM
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
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-08-12 11:27 PM
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
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.