I use LCDK6748 board and CCSv5.5 to do speech processing, my design modifies mcaspPlayBk.c program from C6748_StarterWare_1_20_04_01.
When do FFT/IFFT processing using dsplib kernel from dsplib_c674x_3_1_0_0, it generates ‘click’ noise due to interrupt. I found DSPF_sp_fftSPxSP is not interruptible. Could you please tell me where or how I could get interruptible FFT/IFFT kernel?
my design modifies mcaspPlayBk.c program from C6748_StarterWare_1_20_04_01. It uses EDMA, when buffer is filled, it generates interrupt. Basically it is package in and package out. When used buffer size 256, there is no click sound, when increase package size 512, 1024,… it starts generate bad click noise. Larger package size, worse noise.
Could you please help? this is McASP problem or FFT non-iterruptible problem? how to solve it?