• #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]); ^ " ...
  • 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; ...
  • XC 167
    Hello, I'd like to find people who works with XC167. Please, send me a mail. Thanks
  • How to move the 167 stack?
    Hi! For various reasons, I want to position the internal 167 stack so that it starts at the bottom of internal RAM (F600 on the C167CR), and extends 512 bytes up (i.e. to F7FF). This of course requires...
  • External Interrupt with XC 167
    Hi! I would like to release an external interrupt at the XC167 by Infineon, over Port 2, pin 8 (EX0IN). I mean to have set actually all registers, different priorities tried out, and also different...