• Is it a bug or a feature? double and static double
    Recently, I have seen a very strange behaviour on uvision4. When I use a local double variable in my function, it compiles but I see NOP on disassamble window which corresponds to my variable.What...
  • Double result for "find in files" in A66 files
    Hi, I have an odd effect when performing a "Find in files" operation within a project (uVision3 IDE). Everything appears to work fine except for the fact that find results are always displayed...
  • KEIL MDK: performance analyzer double result
    What happen, why double the result ?
  • Wrong result using unsigned 32 bit calculations
    Hi, I experienced a problem with uint32 calculations. The following code calculates a wrong result. Has anyone found other problems with the unsigned long integer data type? xdata unsigned...
  • interrupt vs. polling - different results
    Hello, I have a two source codes that may return the same result but they dont. 1.interrupt version: #include <AT892051.H> unsigned long timer0_tick; void timer0_isr (void) interrupt 1...