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.

Can anyone tell me why my output graph from CCS v5 is jagged?

In my source code, I'm generating a sine wave using a lookup table.  The lookup table goes from 0 to 7070 to 10000 to 7070 to 0 to -7070 and so-on.  The graph it generates (shown below) is relatively accurate, except that the line between the primary points cause the graph to go back down to zero instead of directly to the next point .  The graph is reading from an "int out_buffer[256];", and the settings below are how I have the graph setup.  Can anyone help me figure out why the points aren't connecting?  I've watched the out_buffer variable, and there are no points in-between the points I've described.

The graph: http://i.imgur.com/HPjgvE7.png

Graph settings: http://i.imgur.com/Fli99rv.png