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.

Require help on shared memory between ARM and DSP using CMEM

Hello,

I am trying to combine CMEM with ex02_messageq example. I want to transfer data to DSP by following method:

1) use cmem on linux side to share memory. Copy data to the reserved memory.

2) Pass physical address of cmem to DSP using messageq.

3) DSP will read the data and return back it to ARM

I have attached my source code here. Currenlty I am facing an issue that DSP is not reading data from the correct location. Could anybody please help me solve this problem?
test_cmem.tar.gz