Hi everyone,
I'm trying to set the USB polling rate with the nRF52840 and it seems like I'm stuck at 8 to 9 ms polling (~125 Hz). I'm using the Zephyr hid-mouse example and I can't seem to find APIs to control the USB endpoint descriptor to directly set the .bInterval value from 8/9 to 1.
I've confirmed using USBlyzer that the nRF52840 is operating a Full-Speed (as opposed to Low-Speed) and the bInterval value is 0x09.
Could you please assist me on achieving 1 KHz polling rate and set the bInterval to equal to 1?
Thank you!