STM32U595 USB_CoreReset() does not work with clock source set to HSE/2
I am using a 32 MHz crystal with STM32U595 and I noticed that selecting HSE/2 (16 MHz) as OTG HS Clock Mux source results in USB_CoreReset() getting stuck in the loop waiting for the reset to complete: do { count++; if (count > HAL_USB_T...