Tool/software:
Hi ,
In AM6442 projects, I noticed that most code and data sections are placed in MSRAM for faster access and lower latency. However, in the example system project for IPC, I see that allocations previously done in MSRAM have been moved to DDR memory.
Is it mandatory to move IPC buffers and related data from MSRAM to DDR for proper operation? Or can IPC data still reside in MSRAM without issues?
I want to understand if this shift to DDR is a strict requirement (e.g., due to size constraints, cache coherency, or DMA access) or just a recommended practice.
Any insights or experiences with IPC memory placement on AM6442 would be appreciated.