User Activity

Hello,I am programming a USB device from scratch (for learning purposes) on a STM32F7 board.It is a simple HID mouse.Everything works great in the enumeration, my device is correctly recognized by the host (Windows PC) as a mouse. I've chose to use a...