usb high speed phy not work
mcu: STM32H743IITx
hardware: USB_HS1 + usb3300 phy
software: usb host mode with all classes
All code are generated by cubemx 6.1.1, and I trace the usb data on wire with usb data analyzer.
if OTG's internal DMA disabled, full speed usb device works ok, but high speed device can not transfer setup command while enumeration.
if OTG's internal DMA enabled, all full and high speed devices can not enumertaion.
Are there some success cases?