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