arpruss / USBComposite_stm32f1

USB Composite library for STM32F1 (HID, Serial, MIDI and XBox360 controller)
Other
382 stars 76 forks source link

Mouse Polling rate to 1000Hz #56

Open Freakeyyy opened 4 years ago

Freakeyyy commented 4 years ago

Hello, I need some help getting the mouse to work on 1000 Hz, I changed the bInterval setting in usb_hid.c to 0x01 : .bInterval = 0x01 But it only seems to get to 500 Hz max. Any Idea how to increase the polling rate to 1000 Hz ? Thank you

arpruss commented 4 years ago

I doubt the hardware can handle it.

MickGyver commented 4 years ago

I doubt the hardware can handle it.

You mean that the STM32 can't handle 1000Hz polling?

arpruss commented 4 years ago

Yeah.