2016-04-05 07:11 AM
Hi Everyone
I develop USB Hid application on STM32L0.I sent to data STM32 to Computer.But I m not receive any data from computer.Which CubeMX api I am use or how can i write my own function for receive data from usb hid? Best Regards #cubemx-usb-hid2016-04-05 08:58 AM
Hello,
You can use the release 4.14.0To have more idea about the USB HID, you can review the USB libraries and start from this example:- STM32Cube_FW_L0_V1.5.0\Projects\STM32L073Z_EVAL\Applications\USB_Device\HID_Standalone- STM32Cube_FW_L0_V1.5.0\Projects\STM32L053R8-Nucleo\Applications\USB_DeviceYou can refer also to the following documents:-http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00105256.pdf
: STM32Cube USB host library -http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00108129.pdf
: STM32Cube USB device library-ForumSTM32-