VBUS sense and ID for USB OTG on STM32U595
I am using the USB port on a STM32U595 in device mode only. I am not using a type-C interface with a CC controller. I see that the NUCLEO144_Q with STM32U575 divides the USB VBUS input and connects it to PC2 for use as VBUS_SENSE.
[Q1] Do I need to connect PA9/PA10 (USB_OTG_HS_VBUS and USB_OTG_HS_ID) on the U595?
[Q2] If so, what is the recommended approach? For example, tie USB_OTG_HS_VBUS directly to the 5V VBUS input and tie USB_OTG_HS_ID to VDD to indicate device role?
[Q3] How is PC2 used for VBUS_SENSE on the U575 NUCLEO board - just as an interrupt or general-purpose input?
[Q4] Should I connect VBUS to PC2 like the NUCLEO board instead of using USB_OTG_HS_VBUS?
Thank you -Jason
