Skip to main content
srinivas reddy
Associate II
March 11, 2017
Question

STM32L052K8T6 USB and Standard Peripheral Library

  • March 11, 2017
  • 3 replies
  • 815 views
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..
    This topic has been closed for replies.

    3 replies

    waclawek.jan
    Super User
    March 12, 2017
    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

    srinivas reddy
    Associate II
    March 14, 2017
    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).

    ST Technical Moderator
    March 14, 2017
    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

    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