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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,308件の閲覧回数
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,238件の閲覧回数
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,239件の閲覧回数
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,238件の閲覧回数
bwp530
Contributor IV

thanks, it really helped me.

0 件の賞賛
返信