How to insert( __MY_RAM_ADR,__MY_RAM_SIZE,__MY_RAM_ROM_ADR) in .ICF file(Linker)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to insert( __MY_RAM_ADR,__MY_RAM_SIZE,__MY_RAM_ROM_ADR) in .ICF file(Linker)

773 Views
ganeshvaka2
Contributor II

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 :

ld.PNG

Anyone please help me how change to ICF(IAR) file

Thanks and Regards 
Ganesh

0 Kudos
1 Reply

757 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

an option is to create new project in S32DS for IAR toolchain and then compare the linker files.

https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Install-IAR-Eclipse-plug-in-into...

Otherwise it's a question rather for IAR support.

Regards,

Lukas

 

0 Kudos