TMDSCNCD28P65X: C28p65 Dedicated RAM Assignment Issue

Part Number: TMDSCNCD28P65X
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

Hi,

I am trying to segregate available RAM between CPU1 and CPU2 for 28p65 DSP. My starting point is the empty project provided with C2000Ware 6.x for this chip under dual processor option. My memory map in the linker command files is image.pngimage.png 

Just to note the build configuration is RAM (not Flash).  The issue is that when I debug the project for CPU2 with any of the RAMDx assigned to .text (in the linker command file), the verification fails and I see the an error as below 

image.png

II also tried to use Syscfg tool to assign memories to each core. But it looks like that with CCS Theia - 20.4.1.4__1.10.1, CPU2, board.c memory init routine MEMCFG_init() does not initialize any of the RAMD!

So, I have two questions:

  1. How to get around the verificaiton issue?
  2. Can syscfg be used to define memory allocation between cores? 

Thank you.