• Global register optimization
    Hi all, Anybody using Global Register Optimization in combination with a command line based build environment, using the C166 toolchain (see http://www.keil.com/support/man/docs/c166/c166_regfile...
  • Add Static Watch
    Hi, Is it possible to add a watch of a static variable without having to pause execution in the module it is located before adding the watch? Even if you type the watch into the watch window, the...
  • Problems with static and global variables
    I'm just starting to learn the ins and outs of the Infineon C167CS-40M and have come across a roadblock in my programming. Any time I try to use global or static variables in my ISR, the data in the...
  • Problem with static variable in the functions.
    Hi all. The source C file is... ============================= void a(void) { static unsigned char var1; ... switch(var1){ ... } } ============================== and the error message...
  • static inline function error
    Gentlemen, I'm getting an error when I declare a function static inline. Could anyone give me a hand and try telling me why. the following function gives an error: static inline int test(void...