Skip to main content
DK.7
Associate III
January 22, 2025
Question

Is it necessary to install STM32CubeMX to install DSP library?

  • January 22, 2025
  • 1 reply
  • 8035 views

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

1 reply

ELABI.1
Technical Moderator
January 22, 2025

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.
DK.7
DK.7Author
Associate III
January 22, 2025

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

ELABI.1
Technical Moderator
January 23, 2025

Hi @DK.7,

Update your toolchain and restart a new project. Make sure that you have commented out all the includes.

Can you please share your 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.