• 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...
  • 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...
  • 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...
  • 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...
  • wwatch signal error
    I am trying to create a signal that will raise an input pin, hold it high for a certain amount of time and then lower it, whenever the CPU writes to a certain SFR. Here is my signal: signal void...