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.

reading checksum from code composer for MSP430F55x

Hi,

Does code composer v6 provide a checksum of the output binary file?

Also, is it possible to reference the checksum in my code?  I would like to be able to reference the generated checksum and store the value in flash if possible.

Thank You

  • If you have TI MSP430 compiler version 4.4.0 or later (available under CCS 6), the linker can compute CRC values for individual sections in memory. Is this what you are looking for?

    There is no feature to compute a CRC for the executable as a whole.