Skip to main content
Jagadish
Associate III
September 12, 2017
Solved

LL driver support from STM32Cube

  • September 12, 2017
  • 1 reply
  • 1720 views
Posted on September 12, 2017 at 18:46

Hello,

I was looking to import LL driver for my STM32L053 device. I see user manual for  STM32F4 LL driver. I wanted to know if

 we have LL code generation support in STM32CubeMX for STML0xx family?

Thanks,

Harsha

    This topic has been closed for replies.
    Best answer by Imen.D
    Posted on September 13, 2017 at 13:26

    Hello

    harshajagadish16

    ,

    Please note STM32CubeMX support generating code based on LL drivers for L0 series.

    If you need to generate initialization code based on LL driver, you have just u

    se the ''Advanced Settings'' tab from the Project Settings window, to select ''LL'' instead of default HAL drivers for code generation.

    0690X00000608AJQAY.png

    Kind Regards

    Imen

    1 reply

    Imen.DBest answer
    ST Technical Moderator
    September 13, 2017
    Posted on September 13, 2017 at 13:26

    Hello

    harshajagadish16

    ,

    Please note STM32CubeMX support generating code based on LL drivers for L0 series.

    If you need to generate initialization code based on LL driver, you have just u

    se the ''Advanced Settings'' tab from the Project Settings window, to select ''LL'' instead of default HAL drivers for code generation.

    0690X00000608AJQAY.png

    Kind 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
    Jagadish
    JagadishAuthor
    Associate III
    September 13, 2017
    Posted on September 13, 2017 at 17:02

    Thank you so much Imen. I had looked in the advanced settings, but the drop down arrow appears only when I click on the peripherals. I missed it completely. Thank you for the response. I appreciate it.