Skip to main content
Visitor II
August 24, 2021
Solved

STM32H745 CM4 with CMSIS DSP Library Procedure

  • August 24, 2021
  • 1 reply
  • 1802 views

I wanted to implement FIR filter and FFT using Cortex M4 in Dual Core STM32H745 Device. Is there any procedure document or application note available to implement by generating from STM32Cube IDE ?

Filter Coefficients can be generated from MATLAB filter Design ToolBox ? or is there any other way of doing ?

    This topic has been closed for replies.
    Best answer by Imen.D

    Hello @YSN​ ,

    Have a look at this FAQ: Configuring DSP libraries on STM32CubeIDE, concerns the DSP Libraries, how to integrate them in an STM32CubeIDE project and to execute an example based on the Digital Signal Processing

    You can also refer to the example based on the STM32Cube HAL drivers Digital Signal Processing with STM32, software expansion for STM32Cube (X-CUBE-DSPDEMO). 

    It demonstrates the usage of DSP library provided within the CMSIS and includes an FFT example and an FIR example to show a full integration with the STM32 families using its peripherals.

    For more details, please refer to the application note Digital signal processing for STM32 microcontrollers using CMSIS (AN4841).

    Hope that I've answered your question. If this the case, please close this post by clicking the "Select as Best" button on my reply.

    Imen

    1 reply

    Imen.DAnswer
    Technical Moderator
    August 24, 2021

    Hello @YSN​ ,

    Have a look at this FAQ: Configuring DSP libraries on STM32CubeIDE, concerns the DSP Libraries, how to integrate them in an STM32CubeIDE project and to execute an example based on the Digital Signal Processing

    You can also refer to the example based on the STM32Cube HAL drivers Digital Signal Processing with STM32, software expansion for STM32Cube (X-CUBE-DSPDEMO). 

    It demonstrates the usage of DSP library provided within the CMSIS and includes an FFT example and an FIR example to show a full integration with the STM32 families using its peripherals.

    For more details, please refer to the application note Digital signal processing for STM32 microcontrollers using CMSIS (AN4841).

    Hope that I've answered your question. If this the case, please close this post by clicking the "Select as Best" button on my reply.

    Imen