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