Skip to main content
修新妻.1
Associate II
March 7, 2023
Question

I am using USB_OTG_HS on STM32F437ZI. I am using the built-in FS PHY. Will it work without connecting the ID and VBUS?

  • March 7, 2023
  • 2 replies
  • 689 views

..

This topic has been closed for replies.

2 replies

ST Employee
March 7, 2023

Hello

The ID pin is required when operating in Dual Role mode (in Peripheral or Host mode, it's not required) to detect the USB mode (Host or Peripheral) and configure the USB interface accordingly.

the Vbus on the other hand, is always required for proper USB operation, regardless of the USB mode to provide the power supply for the USB bus.

Hope that helps!

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.
修新妻.1
Associate II
March 7, 2023

Thank you for answering. Let me check one more thing. Even if NOVBUSSENS of OTG_HS_GCCFG is set to 1, is it necessary to connect the VBUS line?