Datta anvekar
Datta anvekar

Reputation: 31

STM32CubeMx: Is it possible to configure ST controllers using SPL(Standard Peripheral Library)

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

Answers (2)

Tarick Welling
Tarick Welling

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

K. Koovalsky
K. Koovalsky

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

Related Questions