Using ARM CMSIS/DSP libraries on STM32U5
Hi,
I want to migrate a project that I have made on a STM32L4 where I make the spectral analysis of the noise that I read from a digital MEMS microphone using the arm_fft dsp functions to a new board with a STM32U5 mcu.
I have tried to include the "libarm_cortex_Mxx_math.a" library to my new project with the STM32U5 but I cannot find it. Is this library available for the U5 microcontroller family ?
I am running "STM32Cube_FW_U5_V1.4.0" firmware package, but under the STM32Cube_FW_U5_V1.4.0\Drivers\CMSIS\DSP I cannot find the folder "Lib" where the compiled arm library for dsp function is usually located.
Where can I find the library for the cortexM33 of my STM32U5 in order to run dsp signal processing functions?
Has the use of this library changed for this new mcu family ? If yes how can I include and make compile the arm dsp functions into my CubeIDE project ?
