cancel
Showing results for 
Search instead for 
Did you mean: 

Error message from debugger back end: The system tried to join a drive to a directory on a joined drive.

barmy
Associate II

Hi there,

Debugging stops with this error message

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.

please suggest how to remove this problem.

thanks.

4 REPLIES 4
Amel NASRI
ST Employee

Hi @barmy​ ,

1- what are you using as hardware?

2- what are you trying to do?

3- what are you expecting as result?

4- what is going wrong here?

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

1) I am using STM32L072czy and True studio IDE.

2) I am trying some basic experiments like glowing LED.

3) I expect after successful flashing ,user LED should glow and st-link indicator should turn green.

4) this flashing is random, sometimes flashing is successful and many times shows error as

Failed to execute MI command:

target extended-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.

also even if flashing is successful ST-LINK LED do not turn green and keeps on blinking red and green.

where i am making mistakes.

DPost.1
Associate

Installing STM32CubeProg fixed this error for me. I think it was a driver issue.

bakialmaci
Associate II

Did you find any solution?