• 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...
  • watch variable
    How is it possible to watch the value of a variable during the processor is running (uvision3 and MDK edition realview compiler)? Is there only the symbol window where I can see the address and the...
  • stop watch
    actually i'm try do a stopwatch in at89s8252 then display it into an LCD can anyone help me with that???thanks alot...
  • Unable to watch variables in uVision debugger
    I'm using uVision3 with the GNU toolchain. If I try to inspect a global variable with the watch window, some variables are correctly shown, some others are not shown (a row of ??????? appears on the ...