2018-01-08 01:41 AM
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
2018-01-08 04:55 AM
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 */