STM32H747 no VBUS, USB disk connected via OTG
I'm using STM32H747I-DISCO board to test. I connected OTG adapter and USB disk to CN1 (OTG HS) port.
In my STM32CubeIDE I have USB_OTG_FS enabled and configured.
The software initialized the driver (successfully), then I try to mount my USB disk and I get FR_DISK_ERR.
I checked in the documentation, that the LD7 should indicate the VBUS voltage presence. The LED is off, so I guess I don't have VBUS voltage.
Why is that?
Is this related to the USB_HOST settings?
Especially I'm interested in Drive_BUS_FS pin. I found nothing in documentation on what pin I should connect it to. I just selected a random free pin and configured it as GPIO output. But it does not help. The LD7 is still off, my USB disk is not mounted.
What am I doing wrong here?
