How do i add a second model to the STM32N6GettingStartedImageClassification Project?
Hello,
i want to adapt the STM32N6GettingStartedImageClassification Project (https://github.com/STMicroelectronics/STM32N6-GettingStarted-ImageClassification/tree/main) with a second model, so i can build a proper ai pipeline.
The coding isnt the problem currently. However im facing problems when trying to add a second model to the stm32cubeide application.
I noticed a stmaic_STM32N6570-DK.conf file, that seems to configure the project structure and manages the flash calls for the binaries.
And i thought adding the new files from the second model would maybe adapt the project so it adds the model to the cubeIDE Project which it obviously didnt.
So my question is:
What do i have to do in order to add a second model to the stm32CubeIDE Project? Is there a simple trick to achieve that or do i have to add the model manually to the include paths in the Project Properties?
Kind regards!
