2017-09-14 10:00 PM
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
2017-09-15 01:11 AM
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
2017-09-15 09:45 AM
Thanks Imen , I will look at this.
Scott