Other Parts Discussed in Thread: TMS320F2800137, TMS320C6748
Tool/software:
Hi,
I am using ccs theia 20.01. ( TMS320C6748 , TMS320F2800137 )
To draw a graph of an array in ccs 12.7, enter the address or name of the array,
the type of data (float,int,short...) and the number of data.
but in “ccs theia 20.01,I cannot find a place to enter the type of data.
For example, if an array short a[100] has the address 0x1000 (=&a[0]),
how can I graph the data in this array?
Stop at the breakpoint, select "New Graph - Expressions” and enter the name or address of the variable,
but I just get an empty graph.
Best regards, Isao