Skip to main content
Visitor II
June 30, 2022
Question

self test for functional test

  • June 30, 2022
  • 1 reply
  • 1144 views

hi

i'm firmware engineer and using stm32f4 series

recently, i found the st mcu provides a self test library

so, i has looked into related docs and library files (X-CUBE-CLASSB)

but, i can't download any of library files (it's called STL)

why?

has their policy been changed?

    This topic has been closed for replies.

    1 reply

    Graduate
    June 30, 2022

    I think the use of the acronym STL is unfortunate. STL can also mean "standard template library" for C++.

    A quick google search lead to a page-not-found on the ST site. But a cache of the results of the search shows that STM32-CLASSB-SPL has the acronym "NRND" flagged. That means "not recommended for new designs".

    But that cached page has a link to

    Class B 60730-1 and 60335-1 Functional Safety Package with software expansion for STM32Cube

    which claims to be "active". And it seemed to download for me (once I logged in).

    Hope this helps,

    Danish

    FishAuthor
    Visitor II
    June 30, 2022

    thanks