Hi all,
I want to achieve the following:
To have a section in MSMC shared memory that will act like a heap, that both ARM(running Linux) and DSP (running SYS-BIOS) can access it. Currently only ARM needs to do allocations from that heap. The allocation size will vary.
(I've IPC/MessageQ communication already in place between ARM and DSP where I can pass the pointer to allocate memory to the DSP for data processing.)
Is there any examples/documents that can point me how to do this?
There is some code in the image processing demo where DDR3 is used to share data between ARM and DPSs, but in my case the amount of date is smaller, and I assume that the shared memory would be much faster than to use DDR3?
Thanks a lot!