Skip to main content
Visitor II
March 27, 2025
Question

Example reference and steps for ST-Neural-ART accelerator build for custom model on IDE.

  • March 27, 2025
  • 1 reply
  • 611 views

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....

1 reply

Julian E.
Technical Moderator
March 27, 2025

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:

https://github.com/STMicroelectronics/stm32ai-modelzoo-services/blob/main/object_detection/deployment/README_STM32N6.md 

 

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

 

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.