Resolved! How to properly call USBX_Device_Process in standalone mode
Hi. Last week I received my first STM32U5A5 board and tried to implement USBX HID standalone mode, following this tutorial. Guess what? I managed to make it work and It just works very well! I should call USBX_Device_Process(NULL); in the main loop ...