Hi, my project is using C6416T, the FFT function DSP_fft16x16t fr. dsp64x.lib is called by my program , when I use optimization level -o2, the my dsp program will run to dead. But when I drop the optimization level to O0 or DSP_fft16x16t isn't called,my dsp program will run well. Can anybody help me?