Question
USB HID Mouse Device on STM32f4discovery
Posted on June 29, 2013 at 21:22
I want to make the STM32f4discovery a usb HID mouse. I have been googling and researching for a couple days now and am just overwhelmed with code I don't understand enough to be able to use it.
I am using Keil uVision4 IDE. Windows 7 on PC side.Is there a library that I can just call something like USB_init( x,y,z) and then pass a function with some coordinates to move the mouse?Or does anybody know of some step by step examples/tutorial to get usb HID class libraries to compile and work? Or just any examples already made for the STM32f4discovery?My st board came with a USB mouse example with the accelerometer. I can't seem to find that again. Anybody know where I can download that?Thanks for the advice #usb-hid-mouse-device