2025-03-17 4:41 AM
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.
Solved! Go to Solution.
2025-03-18 2:32 AM
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
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.
2025-03-18 2:32 AM
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
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.
2025-03-25 7:26 PM
Thank you! that really helps me