Reputation: 31
stm32CubeMx software is providing options for configuration only using HAL & LL drivers.Is it possible using Standard Peripheral drivers.
Thank you.
Upvotes: 1
Views: 972
Reputation: 3255
You can get the SPL for "older" stm mcus. BUT you shouldn't go out and learn SPL instead of HAL (LL). It isn't supported and won't be added to in future. Invest your time in using the HAL or it's minimal subset. This will offer perspective in the future.
Upvotes: -1
Reputation: 606
It's not possible. ST published a document which compares SPL with LL and gives advices how to migrate from SPL to LL. SPL development has stopped so it won't be probably supported in ST products.
Upvotes: 2