STD peripheral and Hal driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-22 1: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
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-22 4:29 AM
Hi @NSemrHomeInit​
Guess this old post might help :
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-22 4: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-22 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-22 5:48 AM
First hit in Google for "stm32 ll driver":
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-22 7:18 AM
I won't to dig a lot into the details in this level.
Thank you anyway :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-22 4:07 PM
