Hi @emmanuel_ ,
In STM32cube AI Studio, you can generate 2 things:
- Only the C code of the model
- A template project
The template project on seems to be what you request.
In the current version it doesn't do anything else than running an inference.
In the next version (end of april) we will also print the inference time via serial.
We are working on a tutorial to explain how to recreate manually the template project from a cubeMX blank project, generating the C files of the model, copying them in the project and recreating the simple application.
Do you think this is helpful? please let us know what you think, so that we can adapt our tutorial.
In the meantime, if you generate the project, I think that what you are looking for is in AI\App\x-cube-ai.c
The main.c call the function in the other file in the while(1) loop, nothing more.
Have a good day,
Julian