Content originally posted in LPCWare by GTA on Mon Apr 21 13:09:40 MST 2014
Hello All,
I am using an LPC-Link2 debug probe together with an LPC4357 MCU. I have noticed an issue when debugging using the LPC-Link2:
The memory browser and memory debug views do in some cases not update in a correct manner. I have this problem when trying to view an array of bytes located at a certain RAM address. Assignment of variables from this array works as it should, but when I inspect the memory locations of the array both the memory browser and memory debug views show that the memory contains only zeroes. At a certain point during code execution (when assigning from the array), the correct data shows up in the memory browser and memory debug views though.
If I however debug the same code using an LPC-Link1, the memory browser and memory debug views show the array contents directly, as it should.
I am using LPCXpresso 7.1.1 and header J8 (Trace) on the LPC-Link2.
BR,