I have a 32F746GDISCOVERY and would like to test the dsp functionalities with a correlation.I have the following code:#include "arm_math.h"
extern void arm_correlate_fast_q31(q31_t * pSrcA, uint32_t srcALen, q31_t * pSrcB, uint32_t srcBLen, q31_t * p...