Debugger displays invalid address

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

Debugger displays invalid address

ソリューションへジャンプ
1,351件の閲覧回数
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

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,175件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee

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

 

What do I miss?

 

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,176件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee

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

 

What do I miss?

 

Daniel

0 件の賞賛
返信
1,175件の閲覧回数
rlw
Contributor I

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

0 件の賞賛
返信