Regarding the cmsis package in stm32 modeldeployment

Hi all,
We are trying to deploy our model in the STM32 Discovery kit using CMSIS Pack importing.We are stopped at this step, how to get the .ioc file from edge impulse to import it in STM IDE. Also how to convert to C++ file.Could anyone help us with this issue.


we followed the following steps in the link,

Hi @Prassath,

You need to create a new project or use an existing one:

Make sure you have a C++ project configured that compiles for your target. You can convert an existing project to C++ by right-clicking on your project and selecting Convert to C++.

Then just follow the different steps in the documentation to import the CMSIS-PACK.

Aurelien

Thanks for the reply