Skip to main content
barmy
Associate II
July 10, 2019
Question

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

  • July 10, 2019
  • 3 replies
  • 2048 views

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.

This topic has been closed for replies.

3 replies

Amel NASRI
Technical Moderator
July 12, 2019

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.
barmy
barmyAuthor
Associate II
July 23, 2019

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
Visitor II
June 16, 2020

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

bakialmaci
Associate
February 20, 2021

Did you find any solution?