CodeWarrior will not display upper RAM or FLASH memory

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

CodeWarrior will not display upper RAM or FLASH memory

788件の閲覧回数
EdProulx
Contributor I

For no particular reason, CodeWarior will no longer display the upper reaches of RAM or FLASH memory. Anything in RAM above 0x20008000 is not displayed, and anything above 0x40000 in FLASH is not displayed. All that is shown is: BABABABABABA.....

 

This is on a Frescale processor, the 52258 (512K FLASH, 64K RAM). It might be because the code base has increased and nothing left for CodeWarrior? The system is otherwise behaving correctly, but I cannot debug my application effectively without being able to examine memory.

 

The same applies to variables.

ラベル(1)
0 件の賞賛
返信
1 返信

280件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee

Check the memory configuration file, 

 

Project Settings->Debugger->CF Debugger Settings

 

If "Use Memory Configuration File" is checked than the file specified just below configues how (and if) to access the target for a certain address.

 

Daniel

0 件の賞賛
返信