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
Hi,
an option is to create new project in S32DS for IAR toolchain and then compare the linker files.
Otherwise it's a question rather for IAR support.
Regards,
Lukas