User Activity

TLDR:I'd like to send 1000 key presses per second over USB to my PC, but USBD_HID_SendReport() blocks for at least 1 ms, so the best I can currently achieve is 500 reports per second.More detail:I'm using STM32CubeIDE with an STM32H750 board connecte...