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.
when I change the addr to 0x1500000, the addr 0xfc0004 is still 0x1000000.
解決済! 解決策の投稿を見る。
Hi,
I can see in the flashrchw.c that this value is hard-coded:
So, you need to update this file accordingly.
Hope this helps.
Regards,
Lukas
Hi,
I can see in the flashrchw.c that this value is hard-coded:
So, you need to update this file accordingly.
Hope this helps.
Regards,
Lukas
thanks, it really helped me.