FFT Library

Does anyone know how to use the CMSIS-DSP FFT library on a nrf52832? 

I am using the nrf Connect SDK and it seems all of the examples are for nrf5 SDK.

I am looking to transfer microphone output into the frequency domain - I get the input via the Zephyr ADC API.

Related