Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is CMSIS DSP library included in the ARM::CMSIS pack?

Hi, I use Keil MDK 5.23 to develop STM32F407 MCU which is based con Cortex-M4F.

I wish to test the DSP library with this MCU.

While viewing the Software Pack installed,

- ARM::CMSIS v5.0.1
- ARM::CMSIS-Driver_Validation v1.1.0
- Keil::STM32F4xx_DFP v2.11.0

these were installed on my laptop.

To use the DSP library, do I have to install an additional Software Pack?

Or is the library follows along with the ARM::CMSIS pack?

Lastly, does Keil provides DSP library tutorials?

-Best Regards

Parents
  • The DPS libs are within the packs as part of the included ST libraries.

    By the looks of things, just use the "Manage Run-Time Environment" button to include the DSP stuff.
    This will add arm_cortexM4lf_math.lib to the project tree under "CMSIS".

    I suppose you could also load up one of the examples from the KEIL install location to see how it's done:

    .\ARM\Pack\ARM\CMSIS\5.0.1\CMSIS\DSP_Lib\Examples\ARM\

Reply
  • The DPS libs are within the packs as part of the included ST libraries.

    By the looks of things, just use the "Manage Run-Time Environment" button to include the DSP stuff.
    This will add arm_cortexM4lf_math.lib to the project tree under "CMSIS".

    I suppose you could also load up one of the examples from the KEIL install location to see how it's done:

    .\ARM\Pack\ARM\CMSIS\5.0.1\CMSIS\DSP_Lib\Examples\ARM\

Children
No data