• How can I use a global variable in the Interrupt routine?
    The variable is defined in *.h: static unsigned char cPwLe[3] = {0}; Its value is changed in the Main() : cPwLe[cCh] = Power_Level(cP[cCh]); //Here value is right Its value is transfered...
  • How can I use a global variable in the Interrupt routine?
    The variable is defined in *.h: static unsigned char cPwLe[3] = {0}; Its value is changed in the Main() : cPwLe[cCh] = Power_Level(cP[cCh]); //Here value is right Its value is transfered...
  • Sticky Watch variables, how to get
    One of my co-workers has watch1 and watch2 variables that do not disapear every time he runs his program. I want such: I am tired of re-entering the same variables for another program run, where a run...
  • Sticky Watch variables, how to get
    One of my co-workers has watch1 and watch2 variables that do not disapear every time he runs his program. I want such: I am tired of re-entering the same variables for another program run, where a run...
  • uVision Debugger - how to export watch variable
    I would like to copy the content of a variable displayed in the watch window to a text pad or similar. Is there a way to export the content?