Skip to main content
Visitor II
December 21, 2022
Solved

Are the STM32-CLASSB libraries compatible with STM32L4 series?

  • December 21, 2022
  • 2 replies
  • 1477 views

Design phase of project and looking to add self test to a project using a STM32L476xx.

STM32-CLASSB-SPL looks like the best way to achieve this.

Can't fathom from the literature if the STM32L4 is compatible with these libraries.

I fear it isn't.

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    As you can see from AN3307, the STM32-CLASSB-SPL was developed for the STM32F0, STM32F1 and STM32F3, but stopped at that level because of the base SPL. In principle, however, you could adapt it to the STM32L4.

    Instead, ST recommends taking a look at the HAL-based X-CUBE-CLASSB, which offers some additional functions and above all much more support for current families.

    Does it answer your question?

    Regards

    /Peter

    2 replies

    Technical Moderator
    December 21, 2022

    As you can see from AN3307, the STM32-CLASSB-SPL was developed for the STM32F0, STM32F1 and STM32F3, but stopped at that level because of the base SPL. In principle, however, you could adapt it to the STM32L4.

    Instead, ST recommends taking a look at the HAL-based X-CUBE-CLASSB, which offers some additional functions and above all much more support for current families.

    Does it answer your question?

    Regards

    /Peter

    SPrenAuthor
    Visitor II
    December 21, 2022

    Thank you. I'll dig in to the X-CUBE-CLASSB.

    Graduate II
    December 21, 2022