2017-09-12 09:46 AM
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
Solved! Go to Solution.
2017-09-13 04:26 AM
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.Kind Regards
Imen
2017-09-13 04:26 AM
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.Kind Regards
Imen
2017-09-13 10:02 AM
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.