STM32U5Ax USB issue
I have a problem with USB initialization on those specific MCUs. Initialization function generated automatically by CubeMX hangs on USB_CoreReset function. Specifically on USB_OTG_GRSTCTL_CSRST bit which doesn't want to set after the reset. The Cube examples (which are working) use USBPD library only which source is not given so I can't see how initialization is done there.
With older USB32U5 where USB_FS phy is embedded everything works fine. Any ideas what should I change to make it working? My goal is to use it with tinyusb library since I don't want to use Azure RTOS or any RTOS in my project
