Skip to main content
Scott Dev
Senior
September 15, 2017
Question

Is there a USB HID example not using CubeMX

  • September 15, 2017
  • 2 replies
  • 585 views
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

    This topic has been closed for replies.

    2 replies

    ST Technical Moderator
    September 15, 2017
    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    Scott Dev
    Scott DevAuthor
    Senior
    September 15, 2017
    Posted on September 15, 2017 at 16:45

    Thanks Imen , I will look at this.

    Scott