User Activity

Hi,Defining a host of an HID wired mouse, on an stm32f4 MCU works great.Trying to use a wireless mouse doesn't work at all.The wireless mouse comes in a pair with a keyboard. Pressing a button on the wireless keyboard works well but clicking/moving t...
HI,I'm using an STM32F4 device and CubeIDE SW to interface with a mouse as a host with an HID. I use the USBH_HID_EventCallback function to trigger mouse readings.Can I change the mouse's polling rate so that it will be triggering faster?The current ...