Hi,
I am running DSP code using CCSv6 (similar to how I have done on a Keystone I) using a linker.cmd file to define data sections.
I am also able to cross compile in Linux (using the linaro tool chain) for the ARM cores (SMP A15). Is there a way to have a similar linker cmd file for the Linux side? I have seen a JSON cfg file in the MPM that looks similar. Can this be used to get memory addresses? Can it be derived from the DSP linker?
I would like to have processes on the ARM cores (SMP A15) to have the same data sections in shared memory as the DSP cores. Perhaps by deriving information from the linker.cmd file? Is this possible? I do not want to have the ARM and DSP applications to have their shared memories get out of sync.
Thanks,
-Dan