Question
STM32H733: USB HAL initialization ends up in Error_Handler()
I'm using STM32H733VGT6, USB configured as:
External Phy: Device_Only,
Speed: Device Full Speed 12 Mbit/s,
USB tacting from HSI48
And initialization ends up in Error_Handler(), anyway..
All is up-to-date, updated today, software packages, etc, STM32CubeMX version: 6.10.0
Initialization trace is:
MX_USB_OTG_HS_PCD_Init() ->
HAL_PCD_Init(&hpcd_USB_OTG_HS) ->
runs USB_CoreInit (line 184 of stm32h7xx_hal_pcd.c) ->
runs USB_CoreReset (line 101 of stm32h7xx_II_usb) ->
returns HAL_TIMEOUT (line 1413 of stm32h7xx_II_usb) ->
returns to Error_Handler()
Any suggestions? Thanks in advance
