cancel
Showing results for 
Search instead for 
Did you mean: 

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?

修新妻.1
Associate II
 
2 REPLIES 2
Sarra.S
ST Employee

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

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?