Nucleo-H7S3L8 USB HS Timeout on USB_CoreReset function
Hello,
I am trying to use the USB HS on the Nucleo-H7S3L8 dev board.
I was using the USB HS on the STM32H7A3ZI, it was using the physical layer but limited to FS, and it was easy to configure, but i need to change boards to have the HS USB.
The ioc is configured with basics only:
Rcc - HSE - Crystal/ceramic resonator
USB_OTG_HS - Device_only
USB_Device - Virtual COM Port
The clock configuration does not show conflicts and USBOHS is 60MHz.
The project was imported from a template and has Boot project only.
When debugging the code the function MX_USB_DEVICE_Init() gives timeout, more specifically on the USB_CoreReset function.
Thanks for your help!
