cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX and LL driver support

oversc0re
Associate II
Posted on February 03, 2017 at 09:15

Hello,

I am guessing that code generation with LL drivers is not yet supported for product families such as F1 and F0, although it is a bit confusing that in New Library manager F0 drivers claim LL support from version 1.6.0 onwards. 

Does that mean that HAL based code is generated, but LL drivers are also included in the project?

Can we expect LL code generation support in STM32CubeMX for F0 and F1?

How soon can that be expected?

Thank you and regards, 

Matic

#stm32f0 #cubemx #ll
1 ACCEPTED SOLUTION

Accepted Solutions
Laurent VERA
Associate III
Posted on February 03, 2017 at 10:40

Ability to use

#

with

#ll

is on its way. We are working on it, it will be introduced gradually within 2

#stm32f0

is clearly a priority.

View solution in original post

3 REPLIES 3
Laurent VERA
Associate III
Posted on February 03, 2017 at 10:40

Ability to use

#

with

#ll

is on its way. We are working on it, it will be introduced gradually within 2

#stm32f0

is clearly a priority.

Posted on February 03, 2017 at 14:06

Currently F0/L0 code snippets might be useful:

http://www.st.com/en/embedded-software/stm32snippets.html?querycriteria=productId=LN1898

 
oversc0re
Associate II
Posted on February 04, 2017 at 08:23

Thank you both for your answers.