2020-12-10 07: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.
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 :
Hope that this solve you issue.
Kind regards,
Houssem
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
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 :
Hope that this solve you issue.
Kind regards,
Houssem
2020-12-11 05:08 AM
Thank you so much. Outstanding support. Quick response and to the point. Very much appreciate it.
2020-12-11 05:08 AM
Thank you again. Very helpful guys. Love this company.