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?