Installing CMSIS-DSP

Hi

Can someone please assist me in installing the CMSIS-DSP into Visual Studio and NRF Connect / zephyr.

Thank you for any help

David

Parents Reply
  • Hi David,

    As previously mentioned by @Jorg Fischer and in the documentation that I have linked, the CMSIS DSP is already included in the nRF Connect and hence you don't need to install the CMSIS-DSP library separately. It's included in the SDK development environment, and you can enable and configure it through Kconfig options in your project.

    You can use CONFIG_CMSIS_DSP=y to enable it.

    -Priyanka

Children
Related