cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use USB HID keyboard and mouse at the same time on a STM32F469?

Digimorf
Associate III

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

20 REPLIES 20
debugging
Senior III

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 ?