Hi,
I import the Control Suite Complex FFT example to Code Composer Studio V5.2. The project is successfully build and work well on the EZDSP F28335 Target board (but with F8235 Core on it) when No. of FFT points is set to be 8, 16, 32, 64 and 128. However, when the No. of FFT points is set to be 256 or higher. Only the first 256 point address have values. The remainder are all zero. How can I obtain correct FFT output for No. of FFT points greater than 256?