Where are the CMSIS-DSP libraries for STM32U5A9J
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?
