cancel
Showing results for 
Search instead for 
Did you mean: 

LL driver support from STM32Cube

Jagadish
Associate II
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

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee
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

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

View solution in original post

2 REPLIES 2
Imen.D
ST Employee
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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
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.