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: CCS7 verification

Tool/software: Code Composer Studio

Is it possible to verify a hex file that is in a target against a selected hex file in CCS7?

  • Hi Jerry,
    You would have to extract the data from the target memory (you can use CCSv7 for this via the Memory Browser view) and then compare the extracted raw binary file with the other selected file.

    Thanks
    ki