STM32CubeMX and LL driver support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-03 12:15 AM
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 #llSolved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32F0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-03 1:40 AM
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-03 1:40 AM
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-03 5:06 AM
Currently F0/L0 code snippets might be useful:
http://www.st.com/en/embedded-software/stm32snippets.html?querycriteria=productId=LN1898
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-03 11:23 PM
Thank you both for your answers.
