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.
I am loading/programming memory in a device using the loadti program. I am using CCS version 6. loadti is able to load/program memory with .out and Intel hex formatted files. This however is not clear from the readme file present in c:<CCS Installation dir>\ccs_base\scripting\examples\loadti\readme.txt
Does loadti support Intel hex formatted files in CCS Version 5 also?
The main.js file in loadti area was updated to include:
debugSession.memory.verifyProgram(outFile);
This is resulting in program verification.
Is this an acceptable way to do the verification?