cancel
Showing results for 
Search instead for 
Did you mean: 

Where could I found SPL for STM32G4 ?

MQi.1
Senior II

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?

1 ACCEPTED SOLUTION

Accepted Solutions

The SPL was deprecated several years ago, it was never available for the G4

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

4 REPLIES 4

The SPL was deprecated several years ago, it was never available for the G4

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
MQi.1
Senior II

So, which one take the place of it? HAL or HAL + LL?

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

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.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..