• 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...
  • Watch window problems
    I did a couple of searches and found some references to the problems I am having. But I don't think this is fully addressed, so I'll ask here. I am using the contest eval board from Luminary Micro...