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.

Editing DSPlink sample application

Other Parts Discussed in Thread: OMAP3530

I am trying to implement an FFT algorithm on the OMAP3530 DSP. I managed to test the sample apps and they work correctly. The algorithm will read a wav file, put it in proper data structure and pass it to DSP to execute the FFT part. Reading the programmers guide it looks like the process is something like this: 

 

1. Use PROC read and PROC write to read ans send data to the DSP. (GPP side message.c file I presume)

2. Edit the message_create to allocate task size mem. Not sure how much?

3. Implement the algorithm in the message_execute .

4. Send computed results using CHNL module?

 

I am trying to iron out the details and welcome suggestions and corrections.

 

Thanks.