2023-12-01 12:54 AM
Hello,
I'm using a STM32H725 microcontroller.
I'm able to connect and flash the microcontroller with STM32CubeIde and with STM32_Programmer_CLI.exe, using ST-LINK dongle.
When I try to connect the microcontroller with ST-LINK Utility on windows, it always says "Can not connect to the target!" and "Unexpected Error". I tried all possible setting combinations but still i'm not able to connect.
It looks quite strange to me as I'm using the same hardware, but I'm not finding any solutions.
I specify that I'm perfectly able to connect other microcontrollers (F015, F427) with ST-LINK Utility using the same ST-LINK dongle.
Any ideas?
Solved! Go to Solution.
2023-12-01 01:13 AM - edited 2023-12-01 01:14 AM
Hello @Albeno ,
Use latest release of STM32CubeProgrammer, instead of ST-LINK Utility
Please follow this article: Unable to connect to STM32H7 devices - STMicroelectronics Community, this may helps you!
Imen
2023-12-01 01:13 AM - edited 2023-12-01 01:14 AM
Hello @Albeno ,
Use latest release of STM32CubeProgrammer, instead of ST-LINK Utility
Please follow this article: Unable to connect to STM32H7 devices - STMicroelectronics Community, this may helps you!
Imen
2023-12-01 03:38 AM
Hello @Imen.D
Thank you for the quick answer.
I switched to STM32CubeProgrammer, and now I'm perfectly able to connect the microcontroller!
It seems like ST-LINK Utility is not able to work with the new version ( V2J43S7) of ST-Link FW.
Thank you very much!