cancel
Showing results for 
Search instead for 
Did you mean: 

Cube MX bug about DSP

Neeee
Associate

Hi everyone;

I have select;

In cube mx -> 

middleware and software packs -> X Cube Algobuild -> DSP Library

However , there is no dsp libraries in my keil project.And there is no .lib in the folder.

I have re-generate for several times, but it did not take effect.

 

Could you help me please, thank's a lot.

1 ACCEPTED SOLUTION

Accepted Solutions
KDJEM.1
ST Employee

Hello @Neeee and welcome to the community;

 

STM32H723 devices are based on the high-performance Arm Cortex-M7.

But, the AlgoBuilder requires an STM32 with Cortex-M3 or Cortex-M4. as mentioned in X-CUBE-ALGOBUILD - AlgoBuilder firmware template generator expansion for STM32Cube - STMicroelectronics and in STMicroelectronics.X-CUBE-ALGOBUILD_GettingStarted.pdf under this path \STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-ALGOBUILD\1.4.0\Documentation

KDJEM1_1-1742290261276.png

KDJEM1_0-1742290226962.png

 

If you want to add DSP library I recommend you to look at How to integrate CMSIS-DSP libraries on a STM32 pr... - STMicroelectronics Community and at Configuring DSP libraries on STM32CubeIDE - STMicroelectronics Community may help you.

 

Thank you.

Kaouthar

 

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.

View solution in original post

2 REPLIES 2
KDJEM.1
ST Employee

Hello @Neeee and welcome to the community;

 

STM32H723 devices are based on the high-performance Arm Cortex-M7.

But, the AlgoBuilder requires an STM32 with Cortex-M3 or Cortex-M4. as mentioned in X-CUBE-ALGOBUILD - AlgoBuilder firmware template generator expansion for STM32Cube - STMicroelectronics and in STMicroelectronics.X-CUBE-ALGOBUILD_GettingStarted.pdf under this path \STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-ALGOBUILD\1.4.0\Documentation

KDJEM1_1-1742290261276.png

KDJEM1_0-1742290226962.png

 

If you want to add DSP library I recommend you to look at How to integrate CMSIS-DSP libraries on a STM32 pr... - STMicroelectronics Community and at Configuring DSP libraries on STM32CubeIDE - STMicroelectronics Community may help you.

 

Thank you.

Kaouthar

 

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.

Thank you! that really helps me