Part Number: MSPM0C1104
Tool/software:
Hi
For MSPM0 device, could latest CCS version can support calculate the checksum of the image after building image?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSPM0C1104
Tool/software:
Hi
For MSPM0 device, could latest CCS version can support calculate the checksum of the image after building image?
So just the .out file include the debug symbols?
Yes, the .out file typically includes debug symbols used by the debugger. Other files like hex format does not include debug information.
Can you comment on my other question:
Is it something outputted from the compiler?
I'm aware of no solution from TI which can ...
calculate the checksum of the image after building image
The closest solution is implemented in the linker command file. For details see the Linker-Generated CRC Tables and CRC Over Memory Ranges part of the tiarmclang online manual.
Thanks and regards,
-George