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.

CCS/TMS320F28379D: How to make the example code "2837x_RFFT_ADC" work in standalone for getting the accurate FFT output

Part Number: TMS320F28379D


Tool/software: Code Composer Studio

Hello,

I was working with the example code "2837x_RFFT_ADC" for doing FFT in the ADC output. If I am not wrong; when the code is being executed the sequence should be like this: 

1)  ADC output is kept in RFFTin1Buff

2) FFT is done on the RFFTin1Buff data and FFT output is kept in the RFFToutBuff

3) RFFT32Coef and RFFTmagBuff data are calculated from the RFFToutBuff.

When I was running the code in "Debug" mode, everything is working properly. But when I am trying to make it work in standalone, the RFFTin1Buff data seems to be ok but the RFFToutBuff data are becoming very small (Close to zero). Also the RFFT32Coef data are becoming exactly zero and the RFFTmagBuff data are also close to zero. For the RFFT32Coef and RFFTmagBuff, I am guessing that since they are being calculated from the RFFToutBuff and since the RFFToutBuff is not ok in the standalone mode, that's why RFFT32Coef & RFFTmagBuff are not ok. So the problem seems to be in getting the accurate RFFToutBuff data in standalone mode.

In this case how can I solve this problem so that I can get the accurate RFFToutBuff, RFFT32Coef and RFFTmagBuff in standalone mode?? 

Thanks

Mohammad Arifur Rahman