2024-07-24 07:05 AM
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) :thinking_face:.
Solved! Go to Solution.
2024-07-24 09:33 AM
Check out this thread: https://community.st.com/t5/stm32cubeide-mcus/debug-error-with-stm32h755-on-cube-ide/td-p/699488
2024-07-24 07:37 AM - edited 2024-07-24 09:39 AM
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:
2024-07-24 08:35 AM
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
2024-07-24 09:33 AM
Check out this thread: https://community.st.com/t5/stm32cubeide-mcus/debug-error-with-stm32h755-on-cube-ide/td-p/699488
2024-08-02 03:43 AM
Thank you for the thread!