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.

CCS: What's the verify process when download image with CCS or Uniflash

Other Parts Discussed in Thread: UNIFLASH

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)

  • Hi Gary,

    Gary Gao said:
    I want to know the detail process of verification when download image with CCS or Uniflash.

    There are two types of verification - fast and full. Fast is the default (since full can take some time). Fast verification will validate the contents a few memory location (the first and last several bytes of memory and (i believe) some random locations in between). Full verification will validate the full contents of memory. The validation process is to compare the contents of memory with the data contained in the loaded file.

    Hope this helps

    ki