Solved
No response after flashing the STM32H747I-DISCO from cube IDE
- July 24, 2024
- 2 replies
- 3257 views
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:.
