cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying a deep learning model on NUCLEO-H753ZI

Pinagadi_Meghana
Associate III

Can anyone please help with the step by step process for deploying a deep learning model on NUCLEO-H753ZI board using STM32CubeIDE and XCubeAI package...
I am not able to do it even after trying multiple times...
please help me through this .... using a video or something... as i tried many solutions here...
Or i can provide the remote access of my system to you... if it is possible... 
It is really urgent and needed... 

40 REPLIES 40

should i uninstall it and reinstall again....??

Do you have access to another pc?

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

Actually i tried on another pc also.. but it was the same.... ??? is there anything to do with the processors like i5 performs better than i3???

And can you please tell me the procedure for generating code, build and debug...
like including any files or any paths....

No, I don't think i5 or i3 matters.

I really don't understand what your issues are.

 

As a last bit of help, please send me your model in a .zip file.

I will use your ioc file and generate a stm32cubeIDE project for you and send it to you

(I may contact you in private via community if I cannot upload it here).

 

Concerning your last message, I don't really know how to do that. You may ask the MCU software tool forum board

 

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.

Okay mam please...
what should i send...?? my ai model like .h5 model??

Please check these mam....
Do the needful please
first1.rar is my project
updated_model.rar is .h5 model

I downloaded your first1.rar and opened it in STM32CubeIDE

Then I rightClicked on first1 on the left then properties:

First set exactly that in C/C++ Build, settings, Miscellaneous:

JulianE_0-1742316911735.png

Make sure for the second one to put blank space after the commas: 

 

 

-Wl, --wrap=malloc, --wrap=free -u _printf_float

 

 

Then in Libraries, make sure to have that:

JulianE_1-1742316934478.png

In toolchain, select the first option:

JulianE_4-1742317434471.png

Then build. You will still have errors:

 

Comment this line:

(double click on the errors and it open the files)

JulianE_2-1742316981410.png

And this one:

(Find the other error and also double click)

JulianE_3-1742317022089.png

Then right click on first1 and clean

Then build again and it should works.

 

Is it really the code generated by CubeMX or did you change some part of 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.

Actually i changed it mam.... i did so many changes... like adding usart.c and usart.h files.... and many setting changes.... Acoording to the errors.... i changed them mam...

Mam... Could you please help me with this...
i can give you remote access of my system...