2020-07-22 01:14 AM
Dear ST Hello,
What is the deference between Std peripheral drivers and Hal drivers please?
Some project use the std peripheral and IDE cube uses the Hal drivers, could you please clarify this point?
Thank you in advance,
S.Tarik
2020-07-22 04:29 AM
Hi @NSemrHomeInit
Guess this old post might help :
Olivier
2020-07-22 04:53 AM
SPL is the older style API, similar to that available for the STR7 and STR9 series parts
If you have an existing working project using SPL, probably safer left alone. If you need to refresh the design to newer STM32 parts you might want to consider refactoring, using the HAL, LL, register level or pseudo-SPL
2020-07-22 05:31 AM
Thank you clive1,
It is clear for me, you munched anther type of driver "LL", could explain please?
I thank you for your interaction.
Merci
2020-07-22 05:48 AM
First hit in Google for "stm32 ll driver":
2020-07-22 07:18 AM
I won't to dig a lot into the details in this level.
Thank you anyway :)
2020-07-22 04:07 PM