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.

Code composer v6

I followed the process in ccs v6 as follows :

View->target configuration

new target configuration->

Launch selected configuration-> connect target

Noe the problem is that the ccs v6 shows an error that 'no source available for 0x3ff7bf'

What will be the solution for this?

  • Hello,

    See the below video:

    In your case, you do not have any debug symbols loaded since you simply just started a project-less debug session and manually connected to the target. No programs or debug symbols were loaded so there will be no source file correlation with that address.

    To put it simply - you can ignore the message.

    Thanks

    ki