STM32H743XI board #9756
Replies: 2 comments 1 reply
-
Getting a H7 MCU working can be tricky, because of the complex clock tree and power supply. You need to double check those two things. In your config you have put a REPL on UART3, on PB10/PB11 (and there's no USB configured). So check that you are listening on those pins at 115200 baud. The best way to approach this problem is to start with a know working config with one of the supported boards, eg |
Beta Was this translation helpful? Give feedback.
-
@Oldhandsome hey how it's going? Are still using the board? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i am a beginner for the mcu board, and i have a mcu, it is stm32h743XI. But i failed to connect the mcu using thonny throw the serial port after downloading the compiled hex. Here is my configuration. Please help me point out problems, I really appreciate it !!!
mpconfigboard.h
stm32h7xx_hal_conf.h
pin.csv
the following content exported from CubeMx
Beta Was this translation helpful? Give feedback.
All reactions