lishuren / stm32f103_usb_hid

stm32 simulate usb hid keyboard and mouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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..

About

stm32 simulate usb hid keyboard and mouse


Languages

Language:C 96.9%Language:Assembly 2.8%Language:C++ 0.3%