• CARM & bitfields in a structure : is this a bug ?
    typedef struct { int query_zone:4; }statusrequest_t; statusrequest_t state; state.query_zone=8; if ( state.query_zone==8) printf("The result matches n=%i n\r",state.query_zone); else printf("This...
  • CARM compiler bug
    A few days ago I encountered with strange program behavior, and the reason I found was compiler bug. The problem can be revealed after compilation of the following code: double Variance(int Sum...
  • CARM 1.3 bug?
    I've port C source from C51 to CARM but CARM compiler seem has bug in comparison. #include <lpc210x.h> //DKARM 1.3h //---------- //AA MACRO ASSEMBLER V0.10a //CA ARM COMPILER V0.10a //LA ARM LINKER...
  • CANNOT FIND UV3.HLP message
    Hi All I have installed the 4k UV3 version V3.51 that came with my latest MCB900 board using XP in the root C:\Keil4k\. Now when I use Help - uvision help - I get message 'Cannot find the 'C:\Keil4k...
  • serious bug in uV3 editor
    A character with the value of zero is appened to the end of the editor file, so the RealView compiler give an error message: Invalid character in input line. This does not always occur, but very often...