View Memory in Codewarrior IDE

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

View Memory in Codewarrior IDE

1,956 次查看
josemone
Contributor I

Hi,

     I am using Codewarrior for Coldfire v7.1 (Windows hosted) and debugging my target via P&E USB Coldfire Multilink debugger. The target is M5485BFEE Fire Engine board on top a custom baseboard having a Dual Port RAM chip. This chip is interfaced to the Fire Engine board via the FB_CS3# chip select.

    Now the problem is I am able to read and write to the Dual Port RAM chip but the same is not updated in the Memory Window (Data > View Memory in the Codewarrior debugger mode). It consistently shows 0xBA everywhere in the memory region of interest.

What I am interested to know is, whether any thing additional has to be done to bring my Dual Port RAM contents to this memory window ? What is the purpose of .mem and .cfg files which are present for the on-board SDRAM and Flash chips ?

 

regards,

Joseph

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

1,252 次查看
Hawkeye
Contributor III

It sounds like address range used to access your RAM is defined as reserved in your memory configuration file (.mem).  Check out the Memory Configuration Files section of Targeting_ColdFire.pdf.

0 项奖励
回复