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?
