Hi,
My custom board is based on OMAPL-138.
I need to use the shared memory between DSP running bare metal application and ARM running linux.
What is the way to reserve the same fixed address in shared memory for usage of both cores?
For DSP I suppose I may use section in linker command file with corresponding pragma in the code, what is the way to do this in linux?
Thanks,
Aviv