Hi,
A couple of months back, I started my development on DRA74x and successfully communicated to DSP2 from HOST(ARM).
ARM runs on Linux and DSP2 is running TI RTOS based firmware.
I was able to send messages back and forth using MessageQs.
Back to present, I am trying to port this same code on to DRA72x which only has DSP1.
I am able to run DSP firmware and ARM independently.
But I am having some issues when trying to communicate.
I already posted the following question on Linux forum, but they suggested this might be right forum.
Could you move the above question to this forum.
And any ideas on what might be causing that issue with MessageQ_get()?
I have another related question,
Do I need to make any changes to ti-ipc when running on DRA72x?
All the Multiproc_Config stuff still thinks that the processor has 5 remote procs?
Does this have any effect on what I am seeing?
Thanks for the help.
-Girish