• local variables
    suppose if i declare a local variable, where it will be stored? RAM/ROM?
  • How to Init Local Static Variable
    Dear All, I write a function with Local Static Variable. But can't get its value initiated. void analyzeInputs() { static uByte TimeState = 0; // Init Value switch (TimeState) { case 0 ...
  • local variables in assembler
    Hi all, In my function, I use local variables, and everything works fine while I stay in C. But when I try to use the same variables in an assembler insertion in the same function, I get error A45:...
  • watch on local variable
    Hi All i cannot watch the contents of local varibales in the keil u vision simlator however if varibales are golbal their contents can be watched.i hope somebody can belp me. shakeel
  • Local Variables missing
    Today seems to my day for oddities. I just started debugging some code that I've been working on for quite some time (this is a revision for a new model number) and now the Locals window remains blank...