Red Suite Memory Browser shows corrupt data?

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

Red Suite Memory Browser shows corrupt data?

831 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bubba on Thu Aug 16 13:08:07 MST 2012
Hi,

I'm trying to debug the memory of my LPC11U14 Xpresso board. However, when I bring up the Memory and Memory Browser panels in Red Suite, the memory shows up as question marks:
[IMG]http://i.imgur.com/KPX7e.png[/IMG]

Is my debugger corrupt? How can I enable proper memory debugging?

Thanks,
Bubba
0 项奖励
回复
2 回复数

824 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Fri Aug 17 00:52:23 MST 2012
That memory area is one of the peripherals (WDT, I think). If you try to read all addresses from that location, the processor faults. That is, only the registers in the peripheral are readable, and you are unable to display it as memory.

To display ANY peripheral, you should use the peripheral viewer, which offers a structured display of the peripheral, showing the registers, bitfields etc in an easy to view and understand display.

HTH
0 项奖励
回复

824 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by graynomad on Thu Aug 16 14:59:02 MST 2012
That address range is outside the RAM area and in the area of various registers, maybe the debug memory display doesn't allow display of that.

Certainly I've seen similar once I look past RAM at 10002000 on a 1227.
0 项奖励
回复