S32 IDE bootloader,flash.lcf

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32 IDE bootloader,flash.lcf

2,642 次查看
tony_huang
Contributor III

Hi,

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

标签 (1)
标记 (2)
0 项奖励
回复
3 回复数

2,321 次查看
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 项奖励
回复

2,321 次查看
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 项奖励
回复

2,321 次查看
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 项奖励
回复