Resolved! How to implement a HID composite device (Keyboard + Mouse) on STM32U5?
I would like to implement a HID composite device (e.g., mouse + keyboard) using USBX on an STM32U5.However, calling ux_device_stack_class_register() twice (once for the mouse and once for the keyboard) returns an error. I assume this is because USBX ...