cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103C8 USB HID DEVICE

HARI krishna
Associate II
Posted on January 08, 2018 at 10:41

Hi all,

Anyone tried for USB HID KEYBOARD emulation like sending 'hello world' to PC using STM32 USB HID DEVICE.I am using Atollic true studio and stm32 cube tried with mouse examples also but not succeed getting usb driver error on the PC.

Please help me on this to under stand USB HID KEYBOARD development.

Regards

Hari 

1 REPLY 1
Pavel A.
Evangelist III
Posted on January 08, 2018 at 13:55

Please see this:

https://community.st.com/0D50X00009XkX4aSAF

-- pa

/* Unfortunately the HID device class provided by ST is not a 'library', ready to reuse. It is rather just a fixed-function (mouse) example app :(

What you actually need is a 'custom HID' template in CubeMX or some eval. board code that has kbd device function */