Version of cmsis and cmsis dsp for arm cortex m

21 views (last 30 days)
Sebastian
Sebastian on 27 Nov 2025 at 15:15
Answered: Anumeha on 15 Dec 2025 at 10:04
Hello
We are generating code for arm cortex m using embedded coder and arm cmsis.According to documentation
CMSIS: 5.9.0
and CMSIS-DSP: 1.14.3 have been integrated
In the setup for code replacement the libary can be changed.
Question
  1. Is it possible to uses later version of cmsis and cmsis-dsp for example 1.16.2 of cmsis-dsp?
  2. Do the version you select in "Setup CMSIS and CMSIS-DSP" affect the generated code?

Answers (1)

Anumeha
Anumeha on 15 Dec 2025 at 10:04
Hi Sebastian,
I understand you are trying to use a specific version of CMSIS library. You can very well do that using the CMSIS package window that pops up after running the following command:
launch(cmsisToolsObj)
Just make sure to uncheck “Use CMSIS package downloaded and installed with support package” on the 2nd window. When you press next, it will let you browse a specific CMSIS folder, which could be any downloaded version you choose. If in case you face error due to version compatibility, you can always move to a latest version of MATLAB (R2025b).
Regarding your second question, yes, the code is affected by the version due to some functionality not being available in the older versions. Make sure to go through the library functions within the folder to understand which version works best for you.
Hope this helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!