How can I use FFT library with STM32L010K4T6 (Cortex-M0+) in STM32CubeIDE?
Hi everyone,
I’m working with STM32L010K4T6, which is based on the ARM Cortex-M0+ core.
I’d like to use FFT (Fast Fourier Transform) functions in my project, preferably within STM32CubeIDE.
However, I noticed that the CMSIS-DSP library (which provides FFT functions) seems to have limited or no direct support for the L0 series inside CubeIDE.
My questions are:
Is it possible to add and use the FFT / CMSIS-DSP library with STM32L0 series MCUs like STM32L010K4T6?
If yes, what is the recommended way to integrate it in STM32CubeIDE (manual CMSIS-DSP source import, or any ready package)?
Are there any performance or memory constraints I should be aware of when running FFT on Cortex-M0+?
Thank you in advance for any guidance!
Best regards,
Burak
