cancel
Showing results for 
Search instead for 
Did you mean: 

No response after flashing the STM32H747I-DISCO from cube IDE

TECO
Associate II

hello everyone.
I created a project for the STM32H747I-DISCO chip, the goal was to run an image classification model on it.
I used a model from model zoo. and did quantization on it following the instructions there.
The part where I am stuck is when I generated the code through CubeMX then opened the project in CubeIDE and build the project (for CM7 core) but how do you flash the chip? I tried running the project then disconnected the chip and plugged it again, but nothing happened (and nothing on the screen) 🤔.

3 REPLIES 3
SofLit
ST Employee

Hello,


@TECO wrote:

I created a project for the STM32H747I-DISCO chip,


First, STM32H747I-DISCO is not a chip but a board having STM32H747I MCU on it.

Second, very hard to determine what problem you have faced, based on "but nothing happened (and nothing on the screen)" and could not be related to Edge AI subject.

Meanwhile, I have a question: what power configuration you set? SMPS or LDO? If it was set to LDO, it's not the right config as the STM32H747I-DISCO board is configured in SMS by HW and you need to recover the board from that situation. See these articles:

https://community.st.com/t5/stm32-mcus/how-can-i-recover-my-stm32h7-board-after-facing-a-power/ta-p/49579

https://community.st.com/t5/stm32-mcus/how-to-unbrick-an-stm32h7-after-setting-the-wrong-power-mode/ta-p/49691

 

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.

Thanks for the clarification!

My power configuration is on SMPS!

Regarding my problem, it is more regarding the flashing part that I did not get. After generating the code thanks to CubeMX, I have a project that I can open in CubeIDE, I assume you have to build it, then flash it on the board.
And it is here that I am stuck.

What do I have to do in order to flash it and execute the program on the board?


I have attached a screenshot of my project inside the IDE

 

SofLit
ST Employee

Check out this thread: https://community.st.com/t5/stm32cubeide-mcus/debug-error-with-stm32h755-on-cube-ide/td-p/699488

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.