Hello all,
In my project need to convert from .ld file to .Icf file
may I get you know how to insert Memcopy into icf file :
__MY_RAM_ADR = ADDR (.MyRamCode);
__MY_RAM_SIZE = SIZEOF (.MyRamCode);
__MY_RAM_ROM_ADR = LOADADDR (.MyRamCode);
this is ld file which i need to convert :

Anyone please help me how change to ICF(IAR) file
Thanks and Regards
Ganesh