2024-07-29 12:28 PM
Hi Folks,
I'm having a problem with connecting my ST-Link/v2 to my new board with a STM32H7ARIT micro on it.
I have had no problem connecting the ST-Link to another board with the STM32F103RBT6 micro on it.
I have the Debugger configuration in the STM32CubeIDE set to:
The error message I'm getting when I try to debug the program:
Error in final launch sequence:
Failed to execute MI command:
target remote localhost:61234
Is there something I've missed?
Thanks,
Richard
2024-07-29 01:44 PM - edited 2024-07-29 01:46 PM
>>Is there something I've missed?
That it's an electrical or connectivity issue? If the SWDIO/SWCLK interface isn't running due to power issues or off due to low power mode, you're not going to be able to connect to it.
Check VCAP voltages and capacitors, expect 1.25V
Check NRST, expect it to be normally High. Digital and Analogue supplies connected, VDDA used for PLL, POR, etc, not just ADC/DAC
LDO or SMPS?
Part Orientation? Right part? Not P/Q version
Signs of Life? If BOOT0 strapped HIGH, check responses from AN2606 specified interfaces, ie send a 0x7F pattern to a UART at 8E1, check for 0x79 response.