Dear all
I want to know how to generate two ELF each per core under the CodeWarrior? In DPM SRAM has 2 address one is 0x40000000 and 0x50000000 if we use the default project configuration we will see that the project generates code only in 0x40000000 for both cores. How can I make the other code region to be 0x50000000. Also I have another IDEin linux that generates two ELF files can anyone tell me how I can merge them into one?