cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L0xx USB firmware

justine
Associate
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,
3 REPLIES 3
Amel NASRI
ST Employee
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 Accept as Solution on the reply which solved your issue or answered your question.

uilter
Senior
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
Associate
Posted on April 07, 2015 at 14:09

Hi Witte and Mayla

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