Tool/software: Linux
Hi.
I have a program to create a heap and allocate memory on it. For this purpose I use DDR3A. My EVM has 2 GB memory. when Linux is running on the ARM, I want to load my program (that is created by CCS) via mpmcl to DSP0. My goal is to create a heap on start memory address 0xA0000000 (virtual) and 0x820000000 (physical) for each DSP. The default DTS and mpm-config.json are attached. How should I change them? It is clear that if DSP wants to call back some result, using a mechanism like IPC is inevitable. For using IPC, we must custom resource table? or always need to custom resource table? How can I change the resource table in my code?