cancel
Showing results for 
Search instead for 
Did you mean: 

bare-metal core testing for STM32G0

Henk_Pragt
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
InsignificantBit
ST Employee

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.

View solution in original post

1 REPLY 1
InsignificantBit
ST Employee

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.