Hello,i calculate an FFT with the STM32F401RE. It works fine so far. Here are the relevant code snippets:arm_rfft_q31(&S1, (q31_t*)fft_input_buf1, (q31_t*)fft_complex_buf1); //takes about 1760 µs
arm_cmplx_mag_q31((q31_t*)fft_complex_buf1, (q31_t*...