Hex can't be changed when I change link file.

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

Hex can't be changed when I change link file.

Jump to solution
824 Views
bwp530
Contributor IV

MPC5777M  S32DS-2017R1

I make a simple project about Z4_2 of MPC5777M.

the default code addr in link file is 0x1000000 and I want to change to 0x1500000.

But in hex file, The data in 0xfc0004 have no change.

1.png

2.png

3.png

when I change the addr to 0x1500000, the addr 0xfc0004 is still 0x1000000.

Tags (3)
0 Kudos
1 Solution
754 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

I can see in the flashrchw.c that this value is hard-coded:

pastedImage_1.png

So, you need to update this file accordingly.

Hope this helps.

Regards,

Lukas

View solution in original post

0 Kudos
2 Replies
755 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

I can see in the flashrchw.c that this value is hard-coded:

pastedImage_1.png

So, you need to update this file accordingly.

Hope this helps.

Regards,

Lukas

0 Kudos
754 Views
bwp530
Contributor IV

thanks, it really helped me.

0 Kudos