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.