• 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...
  • 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...
  • 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 & 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...
  • The Uv3 in CARM V2.40 Cannot debug C51 project! (maybe a BUG)
    it leads memory illegal reading under win2000 SP4!