cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L052K8T6 USB and Standard Peripheral Library

srinivas reddy
Associate II
Posted on March 11, 2017 at 07:16

We are working on the above mentioned controller,please provide us the library and sample application source codes.

where

can I download

?

Thanks..
3 REPLIES 3
Posted on March 12, 2017 at 12:51

There is no Standard Peripheral Library for the 'L0xx sub-family. For the newer sub-families ('L0, 'L4, 'F7) ST provides only the

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubel0.html

library (and

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32snippets/stm32snippetsl0.html

for the basic functionality, but no USB).

JW

Posted on March 14, 2017 at 08:14

currenttly we are using STM32F103 controller,  which is having  S

tandard Peripheral Library, Please any one can suggest how to use the Hall drivers for writing sample application for USART and USB (STM32L052K8T6).

Posted on March 14, 2017 at 10:01

Hi,

You can download the

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubel0.html

firmware package and I suggest you looking for USART and USB examples under these paths:

STM32Cube_FW_L0_V1.8.0\Projects\STM32L073Z_EVAL\Applications\USB_Device

STM32Cube_FW_L0_V1.8.0\Projects\STM32L073Z_EVAL\Examples\UART

So, you can start with a template project, get that working. Then use the functions offered to develop your application 

You should refer to the reference manual related to your board, it will be very helpful.

Hope this helps you.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen