User Activity

Hi​I found something strange in cmsis dsp source.​I am using stm32f429 and LITTLE ENDIAN and cmsis dsp library V.1.5.1.​in cmsis dsp library(arm_mult_q31.c) :​void arm_mult_q31( q31_t * pSrcA, q31_t * pSrcB, q31_t * pDst, uint32_t blockSize){... whil...