STM32U575
Hello. I have been dealing with USBx host HID application for a while trying to find a soluction to my problem but despite that I dont know what else to look for to make it work. I'm working with Cube 6.9.2 and with its lastest library STM32Cube_FW_U5_V1.3.0. on a STM32 U575 microcontroller. I do not use USBPD, but I have seen the examples are provided, and in base to that I try to aply ir to my own project not using that specific library. Working with threadx. Clock configuration for USB is correct at 48Mhz, and USB HAL_HCD_IRQHandler is being called if I plug a keyboard.
The problem I have is that no matter what I do, always ends calling "ux_host_error_callback" and logs "UX_DEVICE_ENUMERATION_FAILURE". Any ideas as what to to to solve it are welcome.
Thanks
