STM32H723VET6 ULPI problem
Hi,
I'm having problems with STM32H723VET6 (100 pin device) and ULPI using USB3343. After ULPI reset USB3343 starts the USB clock (60MHz). But when I enable MCU ULPI clock with __HAL_RCC_USB1_OTG_HS_ULPI_CLK_ENABLE() the USB clock is stopped and never turns on again. This results in timeout errors in HAL_PCD_Init() so USB never starts up.
Everything else seems to work. I have already tried 2 sets of STM32H723VET6 and USB3343 chips but the error is exactly the same.
I have used STM32H723ZGT6 (144 pin device) with USB3343 on previous designs without any issues so this should not be a problem of my design.
Has anybody used USB HS successfully with STM32H723VET6?
