Hello, I have just buy a tmdxevm6678l ,I am using it!
The question is that I debug a project in the path "Texas Instruments\dsplib_c66x_3_0_7",the name of project is DSPF_sp_fftSPxSP_66_LE_ELF.
In the targetconfiguration ccxml I use texas instruments xds100v1 usb emulator tms320c6678.
I want to do a 1024 float fft ,before fft I use t1=clock(),after fft I use t2=clock();
my result is : [c66x_0] dspf_sp_fftspxsp item#:1 rsult successfu n = 1024 radix = 4 natc:570776, optc:379303
because the c6678 is 1.25GHZ,so I calculate,the time of fft is 302us,it is too long ,In the data AVNET offered,for single precison floating point fft ,2048pt,radix 4,c66x@1.25GHZ the time is 14us.
I want to know why this happen?
Thanks in advance!