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

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

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

跳至解决方案
1,709 次查看
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.

标记 (3)
0 项奖励
回复
1 解答
1,639 次查看
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 项奖励
回复
2 回复数
1,640 次查看
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 项奖励
回复
1,639 次查看
bwp530
Contributor IV

thanks, it really helped me.

0 项奖励
回复