S32 IDE bootloader,flash.lcf

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

S32 IDE bootloader,flash.lcf

1,569件の閲覧回数
tony_huang
Contributor III

Hi,

      How to configure S32 IDE to generate MPC5748G flash.lcf?

ラベル(1)
タグ(2)
0 件の賞賛
返信
3 返答(返信)

1,248件の閲覧回数
martin_kovar
NXP Employee
NXP Employee

Hi,

create new project for MPC5748G. Every project you create contains default linker file, which you can modify. Linker file is placed in folder Project_Settings/Linker_Files.

If you have any other questions, please feel free to write me back.

Regards,

Martin

0 件の賞賛
返信

1,248件の閲覧回数
tony_huang
Contributor III

   Is 57xx_flash.ld  to generate MPC5748G flash.lcf?  

    I used cpu0 ,but MEMORY have cpu0,1,2,

flash.jpg

0 件の賞賛
返信

1,248件の閲覧回数
martin_kovar
NXP Employee
NXP Employee

Hi,

57xx_flash.ld is linker file. There is no .lcf file in S32 Design Studio. Instead of it, suffix .ld is used.

When you create multi-core project, linker file for multi-core is generated and it does not matter, which core you are using now.

When you create single project only (uncheck the z7 cores buttons in project wizard during creating project), you will have following linker file in your project.

pastedImage_1.png

If you have any other questions, please feel free to write me back.

Regards,

Martin

0 件の賞賛
返信