• Watch window issue while debugging
    Hi all, I am developing on Keil uVision v4.74 for LPC2478 controller and using Keil ULinkPro for debugging. Having problems lately while debugging on target board with ULinkPro. Our code uses...
  • uVision Watch List Bug
    Hi there, I have a little annoyance that I would love to find a work around for. When I start a debug session using the simulator, the watch list does not always have all the variables I added to...
  • Debug Memory watch Problem
    As a Newbie to 8051_C I have a steep learning curve to climb. I wrote the following simple program: #include <REG320.H> #include <stdio.h> int xdata LED _at_ 0x0fd40; /*LED Mapped to External...
  • How to print debug window OR listing
    I want to print the area from 0x0000 to 0x0400 to see exactly how the linker placed things and I can't find a way to do this. Also, there is no LST file that covers this area, because it's mixed from...
  • Problems with array in Watch window
    I'm using MDK-ARM 4.21 with the ULINK Pro and a LPC1114/302. When I start debugging and the PC points on the "{" of the main routine, the addresses of the arrays NANDElecSignature and NANDElecSignature1...