• wwatch and rwatch
    Hi, Is there a way to use wwatch/rwatch, to monitor changes on local target variables, in the signal functions? for a local variable called DebugedVariable inside the main function, in the main...
  • Simulator hangs for wwatch(PORT0)
    While waiting for my full license, I'm using the 3.03a evaluation kit, simulating an LPC2114. The only signal function I have running is this skeleton code: signal void port0_sig(void) { while...
  • rwatch, wwatch in uVision v2.07 & later
    If you use "dir bfunc" to list all the Predefined Debug Functions in uVision v2.07, the list includes 2 undocumented functions rwatch & wwatch. Keil have now added the descriptions on the support site...
  • Do wwatch and rwatch accept only absolute addresses?
    I tried using the symbol name in a wwatch expression and the signal function would not execute past that line unsigned char xdata SMBflag=0; ( locates to X:0x0000) signal void Int1(void){ while...
  • wwatch() doesn't wait when called from another fcn?
    I'm having some difficulty writing a serial test program. I'm using the wwatch() function to look for serial input from the application program. This is in a signal function which is being called from...