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

How to work with DSP filter implementation in nRF connect SDK?

I am using a nRF52840 dongle and want to filter ADC raw data. I have downloaded the CMSIS 5 DSP package.

And tried to include a copy of an example (arm_fft_bin_example_f32) in to a project. Also I have included necessary other files to the project as in the picture. I have done this as any custom library should be added to a project.

I get this error of undefined reference to variable type.

In the prj.conf file I have only added one command.

I wan to know that whether is there any other process to implement DSP in to a zephyr based projects?

Or is there any step missing in this approach?

Or Where can we find reference to these types of variable?

Thank you.

Parents Reply Children
Related