• Casting Char Pointers to Other Data Types
    I just found an insidious and disconcerting characteristic of the uVision3 ARM compiler V3.12a. I have inherited C code to migrate to the ARM processor. This C code uses unsigned char pointers quite liberally...
  • Casting Char Pointers to Other Data Types
    I just found an insidious and disconcerting characteristic of the uVision3 ARM compiler V3.12a. I have inherited C code to migrate to the ARM processor. This C code uses unsigned char pointers quite liberally...
  • It will have the incompatible with parameter of type "const char *" when use armv5 to build code.
    I use ARMv4 to build, it could success, but use ARMv5, it have the the incompatible with parameter of type "const char *" error. "src/sesManufPgParser.c", line 361: Error: #167-D: argument of type ...
  • problem with bdata of type char
    iam getting syntax errors whiel accessing bdata chat buff[10] i wrote the code as below to acces the array char bdata buff[10]; sbit mybit4; unsigned int i=0; for(i=0;i<=10;i++) { mybit4 ...
  • problem with bdata of type char
    iam getting syntax errors whiel accessing bdata chat buff[10] i wrote the code as below to acces the array char bdata buff[10]; sbit mybit4; unsigned int i=0; for(i=0;i<=10;i++) { mybit4 ...