Tool/software:
Hello there,
we're using cmake as buildsystem and can generate an ELF file for the safety core M4F with the ARM Fusa V6.16 compiler.
We can load and run the ELF output file via CCS. It seems everything is working within CCS.
We can set breakpoints and also have debug output over shared memory log messages or dedicated UART on M4F.
For the last step, we need a flashable RPRC image, which can be loaded by the SBL. This is currently not working.
It seems that the stripped binary from the out2rprc is a little bit different from the stripped ARM V6.16 binary.
Can the tool "out2rprc" process all ELF files regardless of the type of ARM compiler, or are there limitations?
kind regards,
Benjamin