Red Suite Memory Browser shows corrupt data?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Red Suite Memory Browser shows corrupt data?

811 Views
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 Kudos
Reply
2 Replies

804 Views
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 Kudos
Reply

804 Views
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 Kudos
Reply