S32 IDE bootloader,flash.lcf

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

S32 IDE bootloader,flash.lcf

1,316 Views
tony_huang
Contributor III

Hi,

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

Labels (1)
Tags (2)
0 Kudos
3 Replies

995 Views
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 Kudos

995 Views
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 Kudos

995 Views
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 Kudos