2025-04-16 1:42 PM - edited 2025-04-16 1:43 PM
I am Working with the board NUCLEO-N657X0-Q, I need to generate a c code of the Ai model Run in the Board, for that I generated a c code for the STM32N6570-DK to run in my board from St developer zone. Unfortunately i cant build the project file in CUBE IDE i cant figure out what is the problem.
Solved! Go to Solution.
2025-05-26 5:22 AM
Hello @VinaySankar,
I think this is an issue either of the alimentation or the pins.
Make sure to put both boot pins to the right AND unplug / replug the board before flashing.
Make also sure to use a USB C cable to USB C.
Can you describe me the states of the LED (both on the left and right side) when you are getting this issue.
Have a good day,
Julian
2025-05-26 5:28 AM - edited 2025-05-26 5:50 AM
Hello
Also, while working with Nucleo using a "Discovery-kit" project, be careful of the following things, as Nucleo boards do not have an external SRAM connected to XSPI1:
Both actions may result in the behaviour you are observing.
2025-05-26 9:42 PM
Hi @Julian E. ,
I was able to run the GPIO LED Blinking example project with the same setup.
The BOOT0 pin in connected left and BOOT1 is connected right.
Also there is no specific change in the LED [LD1,LD4,LD9] are lighted.
Thanks,
Vinay
2025-05-26 9:49 PM
Hi @SlothGrill,
I have not made any changes in the memory area iam using it as default case. I'll just describe the way I build the create the project file.
Select Board Selector >> Select NUCLEO-N657X0-Q board.
In the .ioc file
Middleware and software packs >> enable Xcube AI 10.1.0 >> Select Xcube Ai
Now a popup will come that the clock configuration is wrong and correct is automatically.
selected the automatic method and corrected the clock configuration.
Select the model (selected the model from st modelzoo) >> validate the model -> success >> Tried validation on target "Invalid firmware " this error arrised the log is attached above.
these are the steps that I done to create the project file.
Thanks,
Vinay
2025-05-27 4:27 AM
Hello
can you share the full (cubeide) project with us ?
Cheers.
2025-05-27 6:37 AM
2025-06-02 9:47 PM