Skip to main content
Associate
June 11, 2025
Question

STM32F373CCT6 USB-CDC

  • June 11, 2025
  • 1 reply
  • 199 views

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

TDK
Super User
June 11, 2025

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""."