Hi, i'm using keil and i would like to run the fpu_fft example to perform a fft. The example works if I set 128 or 256 as number of input vector data as you can see in the picture below.
The example doesn't work with 512 or more, since I can't display the spectrum from the terminal.(picture below).
The code should work until a number of input vector element of 8192 in order to perform a 4096 bins fft
Any suggestion about this problem?
Thank you.