cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a USB HID example not using CubeMX

Scott Dev
Senior
Posted on September 15, 2017 at 07:00

Hi

  I am about to select a STM32L0x device with USB , and trying to find an example on how to use it as a HID . I want to connet the device to a PC where I can communicate with it via a Windows application I have written.

Does anyone know the best place to find an example? I am not using the CubeMX, and using Keil.

Thanks

Scott

2 REPLIES 2
Imen.D
ST Employee
Posted on September 15, 2017 at 10:11

Hi,

Have a look to the HID example within STM32CubeL0 v1.9.0 comes with pre-configured project for Keil:

STM32Cube_FW_L0_V1.9.0\Projects\STM32L073Z_EVAL\Applications\USB_Device

Best Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on September 15, 2017 at 16:45

Thanks Imen , I will look at this.

Scott