CMSIS-DSP rfft init throwing an error
STM32WB55
arm_rfft_fast_instance_f32 fft_instance;
arm_rfft_fast_init_f32(&fft_instance, NUM_SAMP);
I'm trying to use the rfft_fast function from the arm_math.h library
But when I compile I get...
I looked at the docs & many examples of the init function, the usage is always as above. Compiles fine if I comment out the init function but obviously that is of no use to me.
