This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to read/write shared memory

Other Parts Discussed in Thread: OMAPL138

Hi,

We are working with omapl138, And we want to read/write data from/to L3 (shared memory) from Both sides (arm, dsp).

In DSP I wrote this programme:

#define MyPtr  ((MyStruct_t *)0x80000000)

MyPtr->a = 0;

MyPtr->b = 1; etc

Question please:

can you please give me a simple programme siting in ARM (using the linux) doing the same work?

Thanks

PF