Deploying a deep learning model on NUCLEO-H753ZI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-07 6:46 AM - last edited on ‎2025-03-07 9:08 AM by mƎALLEm
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...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 7:37 AM
should i uninstall it and reinstall again....??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 7:40 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 7:51 AM
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???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 8:40 AM
And can you please tell me the procedure for generating code, build and debug...
like including any files or any paths....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 8:47 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 8:49 AM
Okay mam please...
what should i send...?? my ai model like .h5 model??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 8:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 10:04 AM - edited ‎2025-03-18 10:06 AM
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:
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:
In toolchain, select the first option:
Then build. You will still have errors:
Comment this line:
(double click on the errors and it open the files)
And this one:
(Find the other error and also double click)
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-19 3:56 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-20 5:51 AM
Mam... Could you please help me with this...
i can give you remote access of my system...
