stimmer:
Please turn on verbose mode in preferences and post the full output. I followed the instructions here and it worked fine.Is there any reason not to include this modification in the next IDE release? It doesn't affect sketches which don't use the functions.
Ok, I have spotted the error.
First I restarted the Arduino IDE. XD XD
Then I tried to change the points of the FFT to the half by using:
#define TEST_LENGTH_SAMPLES 1024
uint32_t fftSize = 512;
So I get the error at the call:
arm_cfft_radix4_f32(&S, testInput_f32_10khz);
after step 1.
Then I checked the file arm_cfft_radix4_init_f32.c, and there is not a 512 point fft!!!
Is there any way to introduce it?