cancel
Showing results for 
Search instead for 
Did you mean: 

deploy ai model on the STM32H743

llcc
Senior

I want to deploy an ai custom model on the STM32H743. Are there any relevant tutorials or examples?

2 REPLIES 2
mƎALLEm
ST Employee

Hello,

Is that what you are asking for: Deploying a deep learning model on NUCLEO-H753ZI

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.

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


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.