2020-09-03 01:36 PM
Hello, I need to understand if it's possible to use both USB HID keyboard and mouse in a project powered by a STM32F469. I have thought about plug a mini HUB and connect both keyboard and mouse. Is there something I can start from? I have searched a lot but I can't find find something similar. Thanks
2022-08-30 06:50 PM
Would this not be just a matter to implement both the mouse and keyboard device descriptors and receive/transmit the packets on the those specific Keyboard and mouse endpoints ?