LL_ Driver not part of IDE workspace. (F411RE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-10 7:39 PM
When i open an example project everything works OK.
When i create a project using CUBEMX or the IDE i see a limited number of drivers. Working with STM32F411RE. I don't see any LL Drivers.
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-11 12:05 AM
Dear @PKAci.1 ,
In STM32CubeMX you can choose to work with HAL or LL and you can also choose yo copy all libraries or copy only the used libraries :
- under project manager -> Advanced Settings you can select the driver you want to have as HAL or LL.
- under project manager -> code generator you can select:
- copy all used ...
- copy only ...
- Add ...
Hope that this solve you issue.
Kind regards,
Houssem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-10 11:53 PM
This is the default behavior because CubeMX and CubeIDE only copy library files that are necessary for the current selections you made during configuration.
CubeMX and CubeIDE also uses HAL by default, but you can easily change it: after configuring the required peripherals you can open tab Project Manager > Advanced Settings, where you'll find the list of selected peripherals. To the right of each line you will find the used lib, by default HAL. Just click it (yes, straight to the word HAL) to be able to change it to LL, which can be done independently for almost all peripheral, so you can choose which peripherals to use either library.
Good luck!
When your question is answered, please close this topic by choosing Select as Best.
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-11 12:05 AM
Dear @PKAci.1 ,
In STM32CubeMX you can choose to work with HAL or LL and you can also choose yo copy all libraries or copy only the used libraries :
- under project manager -> Advanced Settings you can select the driver you want to have as HAL or LL.
- under project manager -> code generator you can select:
- copy all used ...
- copy only ...
- Add ...
Hope that this solve you issue.
Kind regards,
Houssem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-11 5:08 AM
Thank you so much. Outstanding support. Quick response and to the point. Very much appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-11 5:08 AM
Thank you again. Very helpful guys. Love this company.
