Nucleo H755ZI-Q: The interface firmware FAILED to reset/halt the target MCU
I am facing a persistent issue with the Nucleo H755ZI-Q board that is driving me crazy!
The issue I am having is :
Error: Unable to get core ID
Error: No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication
Encountered Error when opening C:\ST\STM32CubeIDE_1.17.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.2.0.202409170845\tools\bin\STM32_Programmer_CLI.exe
Error in STM32CubeProgrammer
Here's the setup and steps I've followed:
Chip Configuration:
- Selected STM32H755ZIT6 in STM32CubeMX.
- Disabled HSE and enabled LSE with a crystal resonator.
- Set M7 clock to 400 MHz and M4 clock to 200 MHz.
- Power settings:
- Supply source: PWR_DIRECT_SMPS_SUPPLY.
- Power regulator voltage scale: 1.
Peripheral Configuration:
- I2C1: PB8, PB9.
- USART1: PB14, PB15.
- USART2: PA2, PA3.
- Configured GPIO for onboard LEDs and user switch.
2. Debug Configuration:
- Followed the guidelines from the video
https://www.youtube.com/watch?v=jI1k6p-fduE&t=770s
And, Beside the MCU not able to finding it's target, after restarting the device I receive this,
The interface firmware FAILED to reset/halt the target MCU
I’ve rechecked the configurations multiple times and followed the guidelines for debugging and clock setup. Despite all efforts, the issue persists.
My Steps to Troubleshoot So Far:
- Verified all clock and peripheral settings in CubeMX.
- Double-checked debug settings.
- Ensured all pins are correctly configured.
- Re-Update STlink V3 [HSI-8Mhz]
- Deleted the H7 package and re-downloaded it
- Uninstalled CubeIDE and re-installed it.
I've lost the counts how many times I have factory reset my MCU. I’d greatly appreciate any guidance or solutions to resolve this issue. Could it be related to the power supply settings, debug interface, or something else entirely?

