2025-08-09 4:42 AM
I want to use a USB connection on a STM32WBA65 processor, purely for debug purposes to get some info back to a PC on a virtual com port. The device will not be powered by USB.
I don't want the processor to act as a host.
Questions:
2025-08-12 3:57 AM
Hi @SLevi.1
STM32WBA65 integrates a USB HS peripheral.
You can check this example. You can refer to CAD resources.
If you are using USB type C only ( without power delivery), you need to connect CC1 and CC2 pins each to ground via 5.1 kΩ pull-down resistors (required for USB-C device detection).
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.