Hi All,
In the Image processing demo of MulticoreSDK packet,
'.text' section is placed on the MSMCSRAM_MASTER at the master project (which is defined in the master cfg file ) and
'.text' section is placed on the MSMCSRAM_SLAVE at the slave project (which is defined in the slave cfg file );
But in the MAD Utility part of the same demo,
'.text' section is placed at DDR3-ROMFS partition in the 'deployment_template_evmc6678l.json' file which is defined as a DDR3 memory .
Does that mean that when we run the demo via CCS in no-boot mode the '.text' section will be placed in MSMC SRAM and
in NAND-NOR boot mode the '.text' section will be placed in DDR ?
If the answer is yes, why is '.text' section placement is different in no-boot mode and other boot modes ? Isn't it possible to place it in the same region both in the cfg files and in the json file ?
Regards,
Koray.