How to change relative to absolute USB mouse for STM32?
Hello,
I am making a project for myself on the STM32F405 control board KVM.
This board receives data to the HOST from the mouse (this part works). Next, the MCU generates absolute coordinates. These coordinates (absolute) must be transmitted via USB to the KVM.
But they are not transmitted.
I changed HID descriptor to pass absolute mouse coordinates, but the data is not passed (for relative - the data is passed).
Please tell me what else needs to be changed in the USB device configuration (PID?) to transmit absolute coordinates (I couldn’t find a solution on the Internet)?
I would be grateful for any answer.
