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.

How to generate .bin with 32bit checksum

Hi , 

     We need a checksum checking for FW update . So I would like CCS building image with 32-bit checksum.

The 32-bit checksum may be used to sum the data, and then insert the negative of the sum into the data. This has the effect of summing to zero when the checksum itself is summed across, provided the sum width matches the inserted value width.

      Here may be the steps that CCS make :

      1.Calculate the 32-bit checksum of the binary from the binary file

      2.Append the  32-bit checksum o to the existing binary

     Does CCS support above feature ? 

      MY CCS version : CCS5.4.0.00091

Brenden