I've been trying a VLFFT project from China TI training forum to test the FFT performance of 6678. But following the user guide, I just got same results no matter how many cores I used to calculate.
in the Vlfft ok.rar is the project I'm using.(make sure you use edma3_2_11_2_4 to build the project, higher version will cause cmd failures.)
I
To configure the number of DSP cores to compute, open the file vlfftconfig.h under ...\demo\vlfft\vlfftInc and
change the constant definition NUM_CORES_FOR_FFT_COMPUTE to one of the following numbers
• 8-core device: 1, 2, 4, 8
But no matter which one I used, I just got 6.6ms result, and it was a 8 cores result.
Can any one tell me why? and Really appreciate if you can give me a hint.
Thanks