We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I have error associated with the fallowing cfft function when I comment this line the program compile the code work just fine,
arm_cfft_f32(S, fft_buffer, 0, 1);
However, when I leave it and compile, the fallowing error shows as fallow,
I added included the fallowing libraries to main.c
#define ARM_MATH_CM4#include "arm_const_structs.h"#include "arm_math.h"
I have CMSIS DSP and ARM math added manually to Makefile. I appreciate guide to resolve cfft library issue. I am using Windows with GNU Arm Embedded Toolchain.
Best regards