• Stack usage on function call
    Hello, I am encountering a stack usage problem : if a function (or Statement expression or Lambda) returning a structure is called directly as a argument of another function, a new structure is added...
  • CMSIS DSP arm_fir_decimate function usage
    I want to decimate a signal with a decimation factor M=4 I used arm_fir_decimate_q15 function for the same but am unable to get correct results. Following is my code #include <stdio.h> #include...
  • stdint.h usage with string functions
    If I include "stdint.h", allocate a pointer of type "int8_t" and then int8_t *ptr = strtok(...) I get a compiler warning: #513-D: a value of type "char *" cannot be assigned to an entity...
  • Stack usage on function call
    Hello, I am encountering a stack usage problem : if a function (or Statement expression or Lambda) returning a structure is called directly as a argument of another function, a new structure is added...
  • stdint.h usage with string functions
    If I include "stdint.h", allocate a pointer of type "int8_t" and then int8_t *ptr = strtok(...) I get a compiler warning: #513-D: a value of type "char *" cannot be assigned to an entity...