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.

Graphical tools in code composer studio ver5.3.0

Hi,

I am using CCS v5.3.0. I need to plot the graph of my output and analyse with that of my input.

I googled and found the following link:

http:/processors.wiki.ti.com/index.php/GSG:Debugging_projects#Advanced_Data_Visualization-Tools.

But I couldn't find Watch Window in CCSver 5.3.0.

Also if i use Tools--> graph-->single plot--> starting address as output (Some variable which i want to plot).

It is showing Error as "Start Address Display: cannot evaluate address/expression". 

I need visualise my output.

Please anyone Help.

Thanks in Advance,

Bhavani R

  •  

    The watch window is renamed to expression window in CCSv5.3 but other than that everything should work. You need to make sure that you have loaded the program onto your target so CCS can understand (or evaluate) the starting address.  Try inserting the same expression into the expression window to see if it is resolved correctly.

    Raj