Tool/software: Code Composer Studio
I want to know the detail process of verification when download image with CCS or Uniflash. Any comments here?
(This is my suppose and don't know if it is right:
1.Get the CRC value of the image1 that need to download into the device
2. CCS down load the image into the chip
3. Read the memory from device named image2
4. Do CRC of the image2 and compare with the CRC value with image1)