This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using CMSIS DSP Library on SDKv11

Hello,

I am developing in NRF52 with SDK v11. Initially I want to use CMSIS DSP library for statistic and FFT functions. However, I read that CMSIS Pack is not supported in SDK v11, does it mean CMSIS DSP library also cannot be used in SDK v11?

Or CMSIS DSP is not connected to CMSIS Pack at all? As I saw in this question devzone.nordicsemi.com/.../ , there is a hint that it can still be used.

Thank you!

Parents
  • Indeed CMSIS pack is not related to CMSIS DSP library. Well it is only in that you can get the DSP library as a pack I'm sure, however CMSIS, the generic abstraction layer to hardware and all the DSP functions and all the other good stuff in there remains totally in-use, the only thing not supported is the CMSIS method of packaging this code for deployment in IDEs.

    At this point I wish they hadn't used the 'CMSIS' name for it ..

Reply
  • Indeed CMSIS pack is not related to CMSIS DSP library. Well it is only in that you can get the DSP library as a pack I'm sure, however CMSIS, the generic abstraction layer to hardware and all the DSP functions and all the other good stuff in there remains totally in-use, the only thing not supported is the CMSIS method of packaging this code for deployment in IDEs.

    At this point I wish they hadn't used the 'CMSIS' name for it ..

Children
No Data
Related