USBX: HS (High Speed) is not supported?
Dear Community
I am working on a project right now, using a STM32H725 with an external PHY (USB3300-EZK).
The board is working and using FreeRTOS with CMSIS I have USB HS working.
But trying to build my project on Azure with USBX, I can't get USB HS to work.
Diving into the USBX libraries I noticed that:
The function 'ux_device_stack_initialize' in 'ux_device_stack_initialize.c' is not using its 'device_framework_high_speed' pointer to high speed FW.
- Am I missing something? Or is the USBX HS implementation with EXT PHY not functional?
- Does anybody have a working Azure/USBX EXT PHY project with HS USB?
