hello ,my board is 6678Le,my ccs version is CCS5.3. i want to use the graph fuction to display data which is defined from my project . int x[4096]={...} the dot in the "{}" denotes sinewave data i want to display.
so i set a breakpoint under the vector'x' , i just to display the data pointed by 'x' . after program stoped at the breakpoint ,i select 'graph' from 'tool',and select 'single time',and set the address of the data at "x",and set the number of elements of the vector 'x' at 4096 from "data Size" properties dialogue. howerer ,the subsequent displaying interface is blank other than what i want to display. how it could hapened? who to display my data correctly?
2:after I connect my board to CCS. sometimes i select 'graph' from 'tool' , the graph menu is not active. how to solve this problem?? thanks