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.

CCSv4: Writing RAM values to a file

I am using CCSv4 for the F2812 processor. I have an array
holding 240 consecutive A/D readings from a single channel:

This is supposed to be a sine wave, but that is not easy to
verify from hex data, especially when I can only see 70% of
it at a time.

Other IDEs I have used make it very easy to output such data
to an ASCII file, where I can process it with other tools
(like Excel).  Can Code Composer do this?