Skip to main content
Dcruc.1
Visitor II
September 26, 2020
Question

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

  • September 26, 2020
  • 1 reply
  • 1113 views

Hello,

I just installed STM32CubeIDE & tried to build my 1st blinking led with a cheap STM32F030, but, although the .elf was generated, I could not get it to the board ->

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

This topic has been closed for replies.

1 reply

KnarfB
Super User
September 27, 2020

That's bad, the error message is nonsense. 3333 is the default port for OpenOCD debugger. You can change that to ST-LINK GDB server in the Debug Configuration> Debugger tab and retry. Common causes for trouble are: use of spaces, umlauts or other special (non alphanumeric ASCII) characters in path names.

You could also try a clean reinstall. Clean means that, after uninstalling, you manually delete (or move to a save backup place) the STM32CubeIDE folder (C:\ST\STM32CubeIDE).

Finally, you can check if you can access the board from the STM32CubeProgrammer tool.