This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Tms320c6678, cross project communication

Other Parts Discussed in Thread: TMS320C6678

Hello,

I'm using Tms320c6678 DSP along with CCSv5 to run one of my application specific programs.


Query 1)

The code I've written demands IFFT computation hence I've a separate project that uses the inbuilt IFFT. I want to know if I can call this IFFT project from my main project without actually merging them (copying files of one project to another) . 

Query 2)

The execution time taken by the IFFT double precision program to compute N=8192 point IFFT is 44 ms. Is there any way I can reduce the number of clock cycles and hence the time.

Thanks in advance.