2025-12-30 5:09 AM
So I have a board which I'm correctly using with threadX and TouchGFX.
I want to implement a function that calculates the FFT of a signal, but I'm having a hard time finding the CMSIS-DSP libraries.
I need to include the classic math library for ARM
#include "arm_math.h"
#include "arm_const_structs.h"But in cubeMX I'm finding various DSP libraries
what should I use?
2025-12-30 6:16 AM
Does this help: How to integrate CMSIS-DSP libraries on a STM32 project ?
Also: Configuring DSP libraries on STM32CubeIDE ?