CodeWarrior will not display upper RAM or FLASH memory

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CodeWarrior will not display upper RAM or FLASH memory

995 次查看
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 回复

487 次查看
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 项奖励
回复