USBD_Init, Connect for devices on STM32H7 MCUs not calling the interrupt handlers...
So, I suspect I've configured something rather obvious wrong, but I'm not sure what.
We've got a product with a OTG USB port we'd like to run in device mode. I'm trying to configure it using the USBD high-level drivers provided (thanks!).
I'm finding that the initialization code all the way through appears to correctly initialize the hardware, but I'm not seeing the FS interrupt fire when a host device is connected.
Am I missing something obvious?
Thanks!
