STM32F446 USB
Hi,
Just started working on a project based on the STM32F446RET MCU. Using the CubeIDE framework (code generated from .ioc file) and having some trouble with USB OTG FS Device mode. If I enable VBUS sensing, then the USB doesn't enumerate. What's not clear to me is what I need to implement/do regarding the VBUS sense pin. The circuit is correct and wired into PA9, but is there an interrupt handler that I need to add? Any function that needs to be called when VBUS is detected?
Thanks!
