I'm using an OMAP-L137 EVM. Is there a way to share a buffer between the DSP and GPP, such that the DSP and the GPP have access to the buffer at the same time? What I want to do is use this buffer as a variable pool of 32 bit values that can be read and written to by both devices.
I see something in section 2.3 of the programmer's guide for dsplink (1.65.00.02) that indicates this may be possible, but really doesn't go into details. Is this kind of model possible? I can imagine a million things that could prevent this from working (such as memory contention and the MAU size) but I couldn't find anything out there saying yes or no.
What would be the recommended model for sharing say around 2000 read/write 32 bit values between the gpp and the dsp?
Thanks in advance,
Chris