Hi,
I'm trying to use the graph Single Time tool in CCS 5 and it's not working for me. I've attached a picture with my settings and the graph that I am getting.
Here is the code that I'm using to set up the buffer, this is in a interrupt loop:
int *output = &out_buffer[0];
output[out_timer] = AxisW.Position;
if(out_timer == 500)
out_timer = 0;
out_timer++;
Picture with my settings:
