2025-03-26 10:01 PM - edited 2025-03-26 10:03 PM
I am looking for example code or documentation to better understand how to integrate a custom model using ST Neural Art library build on STM32IDE. Any pointers to a codebase or relevant references...
While working in the ST Developer Cloud, I noticed that the project build file and .ioc file are disabled. How can I proceed with building the code in my local IDE? Is there an alternative setup or a way to generate these files to make the build process smoother?
correct me If i am wrong i am new to ST Neural Art library....
2025-03-27 6:10 AM
Hello @Jagadesh ,
Indeed, for the moment it is not enabled for the N6.
You can follow this document to generate a new project using CubeMX: Getting started with X-CUBE-AI Expansion Package for Artificial Intelligence (AI)
https://www.st.com/en/embedded-software/x-cube-ai.html#documentation
Or I would advise to get the getting started N6 application. Depending on what you are doing, you may be able to use them with your model as standalone or with model zoo.
Getting started N6:
https://www.st.com/en/development-tools/stm32n6-ai.html
Model zoo doc deployment on N6:
If you are doing something close to the getting started it will be easier to get started with the second option.
Else (first option) you need to use cubeMX, start from zero, activate X Cube AI, set everything.
Have a good day,
Julian