cancel
Showing results for 
Search instead for 
Did you mean: 

Is it necessary to install STM32CubeMX to install DPS library?

DK.7
Senior

I'm asking because I've done the steps shown in the screenshot. But, many libraries are missing!

2025-01-22_16-17.png

2025-01-22_16-18.png

2 REPLIES 2
ELABI.1
ST Employee

Hi @DK.7,

You can add the CMSIS-DSP library not only by using STM32CubeMX but also you can use CMSIS-DSP library located in \STM32Cube_FW_F4_V1.28.0\Drivers\CMSIS and add it by following this article " How to integrate CMSIS-DSP libraries on a STM32 project"

Thank you.

ELABI.1

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

I did everything according to the instructions! https://community.st.com/t5/stm32-mcus/how-to-integrate-cmsis-dsp-libraries-on-a-stm32-project/ta-p/666790 I use the function from the connected libraries, and I get the following message: reference to `arm_rfft_fast_init_f32' undefined !
But if I do right-click on the function and select “Open declaration”, it opens the correct location of the function!55.png55a.png