2025-08-12 1:16 AM
hello,
I usually design borad with stm32g474vet6, i use USB VCP as serial debug port, juse insert to usb port of PC, then can use printf to print debug information.
this time, i want to use threadX OS, that is, AZRTOS, when i config AZRTOS with stm32cubeMX, i found you can only choose one item, if you use AZRTOS, you can not use USB VCP, if you use USB VCP, you cannot use AZRTOS.
why?
here is picture for choose item.
i config USB port for Device and CDC, but cannot.
Thanks,
2025-08-12 1:52 AM
Hello @dqsh06
To use USB VCP with AZRTOS, select the USBX Device middleware in CubeMX, which ensures proper operation and compatibility with the RTOS
THX
Ghofrane
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.