This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem with example fpu_fft sdk13 nRF52832

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. image description

The example doesn't work with 512 or more, since I can't display the spectrum from the terminal.(picture below).

image description

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.

Related