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.

saving values from watch window while code composer is running



Hi All

My 28069 prcosseor is excuting a FFT code on the input waveform. However, due to many output (128 point FFt 128 point  output values) I prefer to collect the data online and then anlayis the result offline. The code composer watch varibles are refreshed each few seconds. I am trying to find a way to save the FFT values while the code is running into a txt format. Then I will have the results for many different instances. Finally, I can take a  look at txt files and analysis the results.

Is it possible to do that in code composer?