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.

How to run funcion CPL_ functions in simulator

I am currently developing ASP algorithms on DA830 EVM. I found there are some library functions provided with PA/F such as CPL_vecAdd and CPL_fft, but I cannot find the documents or examples on them. Can you provide me some materials about those functions? Thanks!

I have created a simple example to call CPL_vecAdd:

 It was failed. When I call function void CPL_vecAdd_(float *pIn1, float *pIn2, float *pOut, int n), it can be built successfully. But when I run this example in simulator, it was failed. The error information is as follow:

How can I run those CPL_ functions in simulator? Thanks!

Now, I use the function DSPF_sp_icfftr2_dif and DSPF_sp_cfftr2_dit in dsplib674x to perform FFT. Compared with CPL_FFT, which functions are more efficent? Thanks!