Memory access using debugger

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

Memory access using debugger

ソリューションへジャンプ
2,607件の閲覧回数
jagat
Contributor I

I am working with P1022 processor with  codewarrior 10.3.

While accessing the memory range of 0x80000000 to 0xDFFFFFFF , it displays only question marks (????????).

What is the meaning of these question marks ?

ラベル(1)
0 件の賞賛
返信
1 解決策
2,400件の閲覧回数
hwrobel
NXP Employee
NXP Employee

If you just get “??” marks, then the memory map access transaction could not complete correctly on the transaction level, so there is no data to report back.

If the access should succeed then the typical cause is bad mapping of such a memory area in local access windows so that no one to respond can be reached with the read access.

Note that waiting for such transactions can take time, depending on system configuration. So it is better for effective debugging to either have a fully mapped system, or to consider using CodeWarrior memory configuration files to tell the debugger which memory areas are “off limits”.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
2,401件の閲覧回数
hwrobel
NXP Employee
NXP Employee

If you just get “??” marks, then the memory map access transaction could not complete correctly on the transaction level, so there is no data to report back.

If the access should succeed then the typical cause is bad mapping of such a memory area in local access windows so that no one to respond can be reached with the read access.

Note that waiting for such transactions can take time, depending on system configuration. So it is better for effective debugging to either have a fully mapped system, or to consider using CodeWarrior memory configuration files to tell the debugger which memory areas are “off limits”.

0 件の賞賛
返信
2,400件の閲覧回数
jagat
Contributor I

I have checked with memory configuration file and it is working fine.

Thanks.

0 件の賞賛
返信
2,400件の閲覧回数
jagat
Contributor I

Thanks for your quick response.

I will use the CodeWarrior memory configuration file and update you.

0 件の賞賛
返信