Hello all.
For an old 6202 device, I need to use the dsplib function DSP_fft16x16r, however the results I get are wrong. We are using "the same" function in an c6416 dsp (of course from dsp64x.lib), and in this platform we get the expected output.
We have tripled checked:
- the twiddle factors: we used the tw_fft16x16.exe file to generate those (const short w_16x16[2 * 510] ={......})
- the data align:#pragma DATA_ALIGN(w_16x16, 8);
- the call of the function:
DSP_fft16x16r(512, XX, w_16x16, brev, Y_16, 2, 0, 512);
Has anybody faced an issue like this? Does TI know about this issue?
Thank you.
Best Regards
