• Global Var
    HI!! I declared 3 global var, i call it inside diferent task and every execution this var should be updates but not to do it. I have a 8051 under evaluation board. Maybe can be a problem of my...
  • logical AND getting optimized out?
    Hello everyone. I decided to try out working in C for a change, but this compiler is really getting on my nerves with it's incessant optimization :/ Can anyone please tell me what i'm doing wrong here...
  • LPC936 timer issues with xdata vars vs. idata vars
    I've had a working project/system for over 10 years now, and we developed an offshoot product using the same LPC936 chip. My delays on the working system uses Timer 0 and I have the interrupt set on...
  • var arg, __VA_ARGS__, C99
    hi, i was wondering if anything has changed since nov.2006 in the field of variable arguments in macros. does anybody know something about a support of __VA_ARGS__ in the current c-compiler?...
  • Init Vars and Clear Memory
    I have these set to 1 in my startup file, CLR_MEMORY INIT_VARS. I would like to know if this clears all internal and external ram ? and the vars ? I ask because when i start to debug, upto main, via...