Skip to main content
justine
Associate
April 1, 2015
Question

STM32L0xx USB firmware

  • April 1, 2015
  • 3 replies
  • 724 views
Posted on April 01, 2015 at 16:24

Hello everyone,

I am currently working on a project using the USB port to a PC host. My problem is that my device is detected as ''unknown usb device'' . Do you have any suggeestion?

Also I am looking for a USB firmware example code for my STM32L0 device, I can't find some anywhere.

Thanks in advance,
    This topic has been closed for replies.

    3 replies

    Amel NASRI
    Technical Moderator
    April 3, 2015
    Posted on April 03, 2015 at 13:47

    Justine,

    You may start with examples in STM32Cube_FW_L0\Projects\STM32L053R8-Nucleo\Applications\USB_Device or STM32Cube_FW_L0\Projects\STM32L053C8-Discovery\Applications\USB_Device.

    http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897/PF260508

    -Mayla-

    To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
    uilter
    Senior
    April 6, 2015
    Posted on April 06, 2015 at 13:16

    Justine,

    If you are developing a Virtual Com application, install this VCP Driver for STM32.

    http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1533/PF257938?s_searchtype=keyword

    justine
    justineAuthor
    Associate
    April 7, 2015
    Posted on April 07, 2015 at 14:09

    Hi Witte and Mayla

    Thank you for your answers, it will be useful for me.