• how to locate variables @ fixed locations
    hi all! i'd like to locate a variable (e.g. version number) at a fixed location in ROM, so the firmware can check the userware's version @ startup! userware: int version = 1; // locate this @ 0x1000...
  • how to locate variables @ fixed locations
    hi all! i'd like to locate a variable (e.g. version number) at a fixed location in ROM, so the firmware can check the userware's version @ startup! userware: int version = 1; // locate this @ 0x1000...
  • 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 ...
  • 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 array variables in debugger watch-local window not right...?
    local array variables in debugger watch-local window not right...? I detected a strangeness during function's debugging. Local array in Watch/local window was shows with incorrect Address and values...