2021-06-14 06:48 PM
I found here(https://www.st.com/en/embedded-software/stm32-standard-peripheral-libraries.html/) only SPL for F series, I want to use SPL on NUCLEO-G474RE, where could I find it?
Solved! Go to Solution.
2021-06-14 06:53 PM
The SPL was deprecated several years ago, it was never available for the G4
2021-06-14 06:53 PM
The SPL was deprecated several years ago, it was never available for the G4
2021-06-14 10:47 PM
So, which one take the place of it? HAL or HAL + LL?
2021-06-14 11:12 PM
ST markets Cube/LL as SPL's successor.
But IMO it's probably easier and better just avoid any "library" and use direct register access.
JW
2021-06-14 11:12 PM
Those, or your own register level stuff, or a partial port of the SPL. Really depends on how you want to port your old/legacy code.