cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring USART3 error while deploying deep learning model in NUCLEO-H753ZI

Pinagadi_Meghana
Associate II

I installed stm32CubeIDE version 1.18.0
Started a new stm32 project, selected my board, clicked ok for everything (like it showed a window which contained 5 checked options of led,virtual port etc etc.), i selected all and clicked ok.
Then activated XCubeAI package, checked core and selected validation under application, then clicked on OK.
Then i tried to open that network window... but before that a small window opened which showed configuring usart3 and it got stuck at 70% for very long time... i tried closing the app and disconnecting, restarting pc... but the same thing is happening... i shared a screenshot of where it got stuck...
PLease help me with this...

Pinagadi_Meghana_0-1741602563524.png

 

 

6 REPLIES 6
mbarg.1
Senior II

Did it run ok before enabling AI package?

I didnot run anything before that... i directly started a new stm32 project and enabled ai package and tried to add .onnx file.. but it showed that and got stuck there

I didnot run anything before that... i directly started a new stm32 project and enabled ai package and tried to add .onnx file.. but it showed that and got stuck there

Should i change anything there????

PLease respond....

My suggestion is:

  1. re-start your project from scratch
  2. generate project with board default
  3. compile and run
  4. add new component - ai in your case - specify ALL settings you are changing step by step
  5. re-compile ..

I did this and I got no problems - should be some difference between my and your project.

Unless you post your project or at least .ioc, it will be difficult to help you...

Remembeer to remove Debug dir before posting !

 

Actually... i tried restarting it multiple times... 
And i am in my first step... i didnt even added my network there... the first stage itself is the problem....
Can you please specify it in more detailed way... please