Skip to main content
Visitor II
January 8, 2024
Solved

bare-metal core testing for STM32G0

  • January 8, 2024
  • 1 reply
  • 1167 views

Hi,

I need 60370 class-B certification, but without incorporating libraries that we cannot check ourselves. So, I rather develop bare-metal tests than dropping the X-CUBE-CLASSB object into the code. Testing the Cortex-M0 core should be possible with just about 100 lines of assembly, much more efficient than a library full of functions we do not need. Is that code available, can someone help me?

thanks,

Henk

    This topic has been closed for replies.
    Best answer by InsignificantBit

    Hello.

    ST does not provide sources for the 4.0.0+ versions of the library which is delivered as a compiled object code.

    For G0, however, the older version 2.3.0 version is available, which contains the source code and can be used to build upon or as an inspiration for custom solution.

    1 reply

    ST Employee
    January 26, 2024

    Hello.

    ST does not provide sources for the 4.0.0+ versions of the library which is delivered as a compiled object code.

    For G0, however, the older version 2.3.0 version is available, which contains the source code and can be used to build upon or as an inspiration for custom solution.