FFT with arm math / CMSIS DSP

Hi @jan1

You need to go back re-read this thread:

This is a fairly advanced maneuver and involves using a local gcc compile (probably a given already) and changing some makefiles plus using what is called a monolithic or one-part build. The poster at the end of that thread got it working.

With monolithic build you give up the possibility of over-the-air flashing.

This seems like a lot of work to me to get the highly optimized ARM FFT library. Have you considered just using a plain C FFT function instead? There are lots of examples on the web.

1 Like