2024-01-08 09:46 AM - last edited on 2024-01-09 05:18 AM by Amel NASRI
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
Solved! Go to Solution.
2024-01-26 04:46 AM
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.
2024-01-26 04:46 AM
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.