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.
Tool/software: Code Composer Studio
Hello,
I hava a problem with flashing the F28379D with Uniflash.
If I flash with CCS version 7.3.0.00019 and debugprobe XDS110 it works fine.
I can flash and debug.
But if I want to flash with Uniflash version 4.2.1.1562 the program will transmitted succesfully to the µC but do not work.
And if I click Verify Image I get this error:
[ERROR] C28xx_CPU1: File Loader: Verification failed: Values at address 0x80000@Program do not match Please verify target memory and memory map.
I tried it with a .hex file and with a .out file of my program.
Have I to change some options in CCS to prepare my program for Uniflash or have I to change some special options (moreover selecting F28379D) in Uniflash?
best regards
Julian
Hi Ricky,
unfortunatelly I can't share my program, but I tried it also with the example "blinky_cpu01" from Control Suite and have the same problem.
But now I know that "Verify Image" just work, if the program is loaded to cpu. And now program load is successful and verify is successful too.
After reset or restart (power off/on) the verify is sucessful too. I think that means that to program is still at the flash memory.
As already said at the moment I test with the blinky example. I compile it with CCS and trasnfer it with Uniflash to the TMDSCNCD28379D
evaluationboard/controlcard. That all works fine, but the program not work at the board (in CCS debugging mode the progam works fine on the board).
I attached logfile, console screenshort, compiled blinky file and Uniflash config file for f28379D.
regards,
Julain
Hi Ricky,
i have done some tests and the state is as follows:
- the issue that the program didn't start after flashing, was a circuit problem at the evaluationboard/circuit,
which I unfortunatelly caused by myself
- the uniflash tool now flash fine and the program works after flashing
- if I click verify image after flashing, I get mostly the following verification error:
It's not fine, but I think there is no problem with the flashingprocess, because the programm works fine after flashing.
regards,
Julian