Loading...
 
Skip to main content

System Workbench for STM32


Problems with OpenOCD

Found the default OpenOCD config file for the STM32L0xx processor in the AC6 directory and changed the debug configuration from Manual 'ST-LinkV2-1' / 'SWD' to 'Use local script'.

Now I get a different error:

Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333

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


From the OpenOCD console:

Open On-Chip Debugger 0.10.0-dev-00270-g7ec9836 (2016-05-18-14:26)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Error: Debug adapter does not support any transports? Check config file order.
Error: unable to select a session transport. Can't continue.
shutdown command invoked


So it looks like it can't find the transports file.


-Matt