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.

Firmware checksum

Hi there,

I would like to implement a checksum into my firmware to verify the integrity of code prior to executing my main application, either using a simply byte sum or CRC checksum. Are there any tools available to calculate this checksum and inject it into a set location into Flash, after the applications has been compiled?

I would like to use this with Code Composer and the LM4F232H5QC.

thanks.