Question
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: STM32F205
- Code: HAL generated by Cube
- Multiple presses registered by function: USBH_HID_EventCallback
- 2x USB (FS,HS). both HID. both HOST
Problem:
- Many multiple presses registered when two keyboards are connected at the same time (happens for both of them) - not desired
- When any keyboard connected alone to one of USBs 1 press is only registered once - desired behaviour
Thanks for any ideas and help!
