I have an OMAPL138 board and I am trying to write a code in which I can use IPC to transfer data using EDMA for which to work I need to create a shared memory region (with same parameters, start,length etc) on ARM side as well as DSP side. In the shared region an Application running on ARM will cause the DMA to put some data using manual trigger and then indicate to DSP side using IPC to read the data using another EDMA channel.
I am not able to find any examples for using the shared memory region in ipc_3_00_01_24.
Also if I have to add my own application in the folder
ipc_3_00_01_24/linux/src/tests/ Is there a makefile I need to edit so that my application is also built when i run make -f ipc-bios.mak.