This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FFT functions

Hi !

I would like to use FFT with the nrf52. There are some FFT functions in the arm_math.h, but the linker fail :

1> Compiling main.c
1> Linking nrf52832_xxaa.elf
1> Output/nrf52832_xxaa Debug/Obj/main.o: In function `main':
1> C:/nRF5_SDK_11.0.0_89a8197/examples/peripheral/i2s/pca10040/arm5_no_packs/../../main.c:203: undefined reference to `arm_rfft_init_q31'
1> C:/nRF5_SDK_11.0.0_89a8197/examples/peripheral/i2s/pca10040/arm5_no_packs/../../main.c:213: undefined reference to `arm_rfft_q31'
Build failed

And I cant find the libs to add

I use Embedder Studio with the nRF5_SDK_11.0.0_89a8197

Thank you !

Edit : I have the same problem with Keil

Related