cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F373CCT6 USB-CDC

AnthonyHu0730
Associate

I am currently using CUBE MX to set up the USB-CDC function of STM32F373CCT6, but I can't find the VBUS pin. I am using the onboard power supply, and I don't know if I need to use VBUS. If there is a design example for reference, it would be very grateful.

AnthonyHu0730_0-1749670403751.pngAnthonyHu0730_1-1749670421718.png

AnthonyHu0730_2-1749670434327.png

 

 

1 REPLY 1
TDK
Super User

There is no dedicated VBUS pin on the STM32F373CCT6. You shouldn't need it.

If your device is bus-powered, there is no need to monitor VBUS.

If your device is self-powered, bring VBUS to any GPIO and monitor it. When it's present, initialize USB. When it disappears, de-initialize USB.

If you feel a post has answered your question, please click "Accept as Solution".