Open Freakeyyy opened 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
.bInterval = 0x01
I doubt the hardware can handle it.
You mean that the STM32 can't handle 1000Hz polling?
Yeah.
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