This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Memory Section overlay

Hi,

I am using CCS4 V2.2 with bios version bios_6_30_03_46. I have been searching on how to do memory overlay in the configuration file, but I couldn't find anything. Is there any possible way to do memory section overlay using the configuration file? For example, I have two memory sections that I placed in DDR2 as follow, how can I make them such that the two memory sections will share the same DDR2 starting address.

Program.sectMap[".sect_a"] = "DDR2";

Program.sectMap[".sect_b"] = "DDR2";

 

In another word how can I join them as a union similar to what I have done in the past in CCSV3 

UNION: run = DDR2

{
        .sect_a:    {}
        .sect_b:    {}
}

 

Also can I explicitly force a a.lib file into a particular memory using the configuration file? 

Thanks in advance,

 

Dominic