Funciton Address in Flash Did not Equal that in Map

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

Funciton Address in Flash Did not Equal that in Map

Jump to solution
632 Views
JustVb
Contributor III

There 's a puzzle when I debug a bootloader program。the Reset ISR is the default ISR that provided by S32DS named Reset_Handler and the VTOR is 0。

I found that:

the address in map fle is 0x00000400, which is the excepted.

the address in flash(in s32ds memory view) is 0x00000401

Then i investigated other funtions, the states puzzled me.

the address in map(Addr_m) is aligned to 4, but the address in flash(Addr_f) is not

addr_f = addr_m + 1

looking  for help!

Best Regards!

Tags (3)
0 Kudos
1 Solution
623 Views
JustVb
Contributor III

sorry,i found the reason

JustVb_0-1622773088750.png

 

View solution in original post

0 Kudos
1 Reply
624 Views
JustVb
Contributor III

sorry,i found the reason

JustVb_0-1622773088750.png

 

0 Kudos