cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Issue

NBhar.1
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
NBhar.1
Associate II

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

View solution in original post

1 REPLY 1
NBhar.1
Associate II

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