Hello, I am using two USBs (one FS and one HS) as HID hosts. Both USBs work and read data from keyboard correctly but only when using 1 keyboard. When using two keyboards at the same time, many multiple presses are registered. Any idea why?
To clarify:MCU: STM32F205Code: HAL generated by CubeMultiple presses registered by function: USBH_HID_EventCallback2x USB (FS,HS). both HID. both HOSTProblem:Many multiple presses registered when two keyboards are connected at the same time (happens...