2025-10-17 4:56 AM
I want to deploy an ai custom model on the STM32H743. Are there any relevant tutorials or examples?
2025-10-17 5:03 AM - edited 2025-10-17 6:03 AM
Hello,
Is that what you are asking for: Deploying a deep learning model on NUCLEO-H753ZI?
2025-10-17 5:58 AM
Hi @llcc,
For STM32H743, the process to deploy a model is standard, so it is not as difficult as for the N6.
The only thing to do is to download the latest version of X Cube AI in CubeMX.
Then create a project, activate X Cube AI, select the application template.
Browse for your model in the X Cube AI interface, run a analyze to make sure that your model is being compiled correctly, then generate the code with cubeMX and that's it.
Have a good day,
Julian