Hi Todd,
I have another question regarding memory map of the two programs on DSP and ARM core. They look overlapped. For DSP the map is like this in message_dsp_x674.xdl
MEMORY
{
OCMC_0 (RWX) : org = 0x40300000, len = 0x20000
OCMC_1 (RWX) : org = 0x40400000, len = 0x20000
DDR_DSP (RWX) : org = 0x83000000, len = 0x2000000
DDR_SR0 (RWX) : org = 0x8e000000, len = 0x1000000
}
and for ARM the map is in the following in message_host_pea8f.xdl
MEMORY
{
SRAM (RWX) : org = 0x402f0000, len = 0x10000
OCMC_0 : org = 0x40300000, len = 0x20000
OCMC_1 : org = 0x40400000, len = 0x20000
VECTORS (RWX) : org = 0x0, len = 0x10000
DDR_HOST (RWX) : org = 0x80000000, len = 0xb000000
DDR_SR0 (RWX) : org = 0x8e000000, len = 0x1000000
}
I know these files are generated automatically and i cannot change them. But how do I control the memory map of those two cores, in the platform package file?
Thanks,
Zhao