Skip to main content
Graduate II
June 15, 2021
Solved

Where could I found SPL for STM32G4 ?

  • June 15, 2021
  • 3 replies
  • 1018 views

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?

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

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

    3 replies

    Graduate II
    June 15, 2021

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

    MQi.1Author
    Graduate II
    June 15, 2021

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

    Graduate II
    June 15, 2021

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

    Super User
    June 15, 2021

    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