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.

TM4C123GH6PM: Please tell me how to check the checksum.

Expert 2410 points
Part Number: TM4C123GH6PM
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hi All,

My Customer need to submit the checksum of the code created to the Flash writing company.

Please tell me how to check the checksum.

Best Regards,

Ito

  • Hi Ito-san,

      Once you generate your program binary, you can use CRC32 with the polynomial equal to 0x04c11db7 to generate the golden checksum for the program image. After you load the program image to the flash, you can recalculate the checksum to see if it is equal to your golden checksum value. You can use Uniflash to calculate the CRC value for the image that is stored in the flash.