/stm32f103_usb_hid

stm32 simulate usb hid keyboard and mouse

Primary LanguageC

STM32 USB HID Device

Description:

  1. Use stm32CubeMx to construct the whole project
  2. Based on "ALTENTEK WarShip STM32 Board v2.2"
  3. Device: stm32f103zet6

Note

This project is not well structured... STM32CubeMx makes it easy to build a HID application. For complete and safe HID application, ST usb hid lib will be a better choice.

log..

There are some problems when sending data in interrupt..