• 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...
  • 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...
  • 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...