My product is using M0+ core of MCU. And it has FFT and FIR process using CMSIS-DSP.
But I faced an issue for performance of these process. It cannot finish doing process within some period of system.
Is there any ideas or ways to improve performance?
It could not reduce data size for this process. This is because it affects product specification.
Thank you for your comment.
It was same idea I talked colleague in fun.
It may become product more bigger seller than I am developing one now. :D
But there is no other way to make it my desire.
People used to do FFTs and such on 8051s - so, if you really need to keep to the M0, you might want to start digging up some old code to see how people did these things in really constrained systems ...