Application code [MPC5744P]

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

Application code [MPC5744P]

1,016 Views
abdelrhman
Contributor III

in MPC5744P, When I changed these memory addresses in the linker file,  the application did not start.  why did this behavior happen? 

from 0X00FA0000 
flash_rchw : org = 0x00FA0000, len = 0x4
cpu0_reset_vec : org = 0x00FA0000+0x04, len = 0x4

to 0X00FC0000
flash_rchw : org = 0x00FC0000, len = 0x4
cpu0_reset_vec : org = 0x00FC0000+0x04, len = 0x4



0 Kudos
Reply
1 Reply

1,011 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

When you setting the application boot is good to use bootable location as the SSCM module will scan only bootable locations for RCHW.

petervlna_0-1659606975008.png

Before going into such changes, I recommend you to get familiar with boot process.

Please refer to reference manual Chapter 55 Boot Assist Module (BAM)

Best regards,

Peter

 

0 Kudos
Reply