Hi,
I am trying to come up with a simple program which does ARM - DSP communication in OMAPL137. From the OMAPL137 data sheet it is mentioned that the SYSCFG module has a set of registers to facilitate interprocessor communication. Also ARM interrupts the DSP when it has to send data to the DSP using shared memory.
I have the following questions on how to implement the interprocess communication.
1.) Which are the registers in SYSCFG module which facilitates interprocessor communication
2.) How ARM will interrupt the DSP. Which are the registers for doing this.
3.) Which is the interrupt in DSP in the above case. Is it event number 11, EMU-RTDXRX
4.) Similarly I would like to know how to send the data from DSP to ARM. What all registers I have to set in the DSP to interrupt the ARM. And which is the interrupt number in ARM in this case.
Regards,
Pramod