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