cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX Custom USB Hid Receive Data

mechatronicsx
Associate II
Posted on April 05, 2016 at 16:11

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-hid
1 REPLY 1
slimen
Senior
Posted on April 05, 2016 at 17:58

Hello,

You can use the release

http://www2.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html

4.14.0

To 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_Device

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