Debugger displays invalid address

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

Debugger displays invalid address

Jump to solution
568 Views
rlw
Contributor I

I am using CW ver 5.0 for S12X and am developping for a S12XEQ384.

 

I my linker PRM file, I have:

PAGE_FD_CALS  = READ_ONLY   0x7F7000'G TO 0x7F7FFF'G RELOCATE_TO 0x0FD000'G;

 

In my map file, I see the expected RAM address for a variable in this segment:

P_PCtl_DiffKdMax                         FDD3F'G

 

However, the debugger tells me the address is FD1D3F, neither a valid logical address nor global address

Labels (1)
Tags (1)
0 Kudos
1 Solution
392 Views
CompilerGuru
NXP Employee
NXP Employee

FDD3F'G is the global address corresponding to FD1D3F'L.

 

What do I miss?

 

Daniel

View solution in original post

0 Kudos
2 Replies
393 Views
CompilerGuru
NXP Employee
NXP Employee

FDD3F'G is the global address corresponding to FD1D3F'L.

 

What do I miss?

 

Daniel

0 Kudos
392 Views
rlw
Contributor I

Oops. Sorry. All the banking stuff can get confusing.

0 Kudos