• Warning 167
    Howcome is it that the following code: #include <string.h> static unsigned char buf[ 20]; void func( void) { strcpy( buf, "huuhaa"); } gives warning: huuhaa.c(7): warning: #167-D: argument...
  • #167
    warning #167-D: argument of type ""U32 *"" is incompatible with parameter of type ""uint32_least *"" (void)Rte_Read_TrProgIdCmltvT_Z_AryEprm_TrProgIdCmltvT_Z_AryEprm(&TrProgIdCmltvT_Z_Ary[0]); ^ " ...
  • XC 167
    Hello, I'd like to find people who works with XC167. Please, send me a mail. Thanks
  • Warning 167(-D) on const type * versus type *
    I have a sourcecode like: typedef int tQ32_16; typedef tQ32_16 tVector3[3]; tQ32_16 Length_V3(const tVector3 * vec) {....;} void anyfunc(void) { tVector3 v1 = {1,2,3}; tQ32_16 l1; ...
  • Using sprintf and the char *restrict warning ...
    Hi, I am relatively new to the Keil / ARM development environment though have been programming microcontrollers and C for a few years now (though only in an amateur capacity :). I am using sprintf...