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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

969件の閲覧回数
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 件の賞賛
返信
1 返信

953件の閲覧回数
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 件の賞賛
返信