Skip to main content
Explorer
March 17, 2025
Solved

Cube MX bug about DSP

  • March 17, 2025
  • 1 reply
  • 544 views

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.

    This topic has been closed for replies.
    Best answer by KDJEM.1

    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

     

    1 reply

    KDJEM.1Answer
    Technical Moderator
    March 18, 2025

    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

     

    NeeeeAuthor
    Explorer
    March 26, 2025

    Thank you! that really helps me