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.

CCSv5 CPU

Hello,

I followed an simple example to create my first project using CCSv5, my device is C2000 LaunchPad F28027. There is a step to Reset CPU, as soon as I clicked it there is a red line message "No source available for "0x3ff7bf". Actually, I tested the connection and everything looks fine. I have totally no idea about this, can anyone tell what is wrong and how can I solve this problem.

Many Thanks

  • Hi Bin,

    CCS tries to correlate the PC to a symbol in the loaded program. When you hit a CCS reset CPU, depending on the gel files and the device, the PC is basically garbage. Once you load a program or a restart, the PC while be valid. So you can ignore this message after a reset.

    Todd