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.

checksum in Code Composer V5

I need to be able to generate a checksum or CRC when loading firmware builds via Code Composer V5.  This is meant to be used as a signature of sorts to ensure that we are in fact loading the correct build of firmware.  I have searched the forums as well as various Code Composer settings but couldn't find any way for code composer to output this.  Is it possible or will i need to write my own utility to do so?

  • Does "Linker-Generated CRC Tables" described in the Assembly Language Tools User's Guide meet your requirement?

    Edit: I see from your tags you are using a C2000 device - the C2000 and ARM TI linkers support Linker-Generated CRC Tables.