Unable to communicate with the STM32H747i MCU
I have an STM32H747i-Eval board, I am unable to flash/access the MCU using any of the STM32 tools like,
- STlink utility
- I get the following error when i try to connect
18:07:28 : Can not connect to target!
Please select "Connect Under Reset" mode from Target->Settings menu and try again.
If you're trying to connect to a Discovery board, please select SWD mode from Target->Settings menu.
18:07:30 : No target connected
- STcubeProg
- I get the following error.
18:10:04 : STM32CubeProgrammer API v2.1.0
18:10:07 : ST-LINK SN : 002C00243137511133333639
18:10:07 : ST-LINK FW : V3J4M2
18:10:07 : Voltage : 3.26V
18:10:07 : No STM32 target found!
18:10:07 : ST-LINK SN : 002C00243137511133333639
18:10:07 : ST-LINK FW : V3J4M2
18:10:07 : Voltage : 3.27V
18:10:07 : Error: No STM32 target found!
- Flash loader(with SW1 switch set to boot to system memory and reset)
- No response from target, the boot loader cannot be started
But my other Nucleo_F746zg board seems to connect without any problems.
Looks like I am able to access stlink but not the MCU.
