Skip to main content
NBhar.1
Associate II
September 1, 2021
Solved

Debugging Issue

  • September 1, 2021
  • 1 reply
  • 780 views

Hey guys ,

I am trying to program custom stm32 board using stm32lorwan module using stlink v2 pins. I have configured debugger as followed.

Can you tell me debug configuration?

>>Connect to remote GDB server , port no 61234

>>debug prob , stlink (stlink gdb server)

>>Interface , SWD

>>Access port, 0-cortex,m0plus

>>Reset behaviour , Software system reset

>>Debug In low power modes, Enable

>>Suspend watchdog counters, Disable

Below is issue that I am having.

Error in final launch sequence:

Failed to execute MI command:

target remote localhost:61234

Error message from debugger back end:

localhost:61234: The system tried to join a drive to a directory on a joined drive.

Failed to execute MI command:

target remote localhost:61234

Error message from debugger back end:

localhost:61234: The system tried to join a drive to a directory on a joined drive.

localhost:61234: The system tried to join a drive to a directory on a joined drive.

This topic has been closed for replies.
Best answer by NBhar.1

There was setting error in debug configuration. I changed setting from software system reset to connect under reset , and its working fine now.

1 reply

NBhar.1
NBhar.1AuthorBest answer
Associate II
September 3, 2021

There was setting error in debug configuration. I changed setting from software system reset to connect under reset , and its working fine now.