System Workbench for STM32
Hello,
I am using the Ubuntu 18.04 beta (Bionic Beaver) VM on VirtualBox - I am very familiar with this sort of environment and am fairly sure this is not specific to any Ubuntu version.
I installed SW4STM32 and the top level info is:
|------------------------------------|
System Workbench for STM32 - C/C++ Debugging Tools for MCU
Version: 2.1.4.201801121207
Build id: @build@
Copyright (c) 2013 - 2014 Ac6 Tools. All rights reserved.
Visit http://www.openstm32.org
|------------------------------------|
The installation looks fine (went w/o any errors):
1. I setup my eclipse workspaces in couple of subdirs off a base ~/$USER/eclipse_ws/
2. Created my project for STM32F051C8
3. My project builds fine to get and elf file
4. When trying to debug the build, I get the following:
In a popup window that says:
|------------------------------------|
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: Connection timed out.
localhost:3333: Connection timed out.
|------------------------------------|
In the Console window, I get the following:
|------------------------------------|
Open On-Chip Debugger 0.10.0-dev-00007-g58350bc-dirty (2018-01-12-12:14)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Warn : Could not determine executable path, using configured BINDIR.
srst_only separate srst_nogate srst_open_drain connect_assert_srst
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
adapter speed: 950 kHz
adapter_nsrst_delay: 100
Info : tcl server disabled
Info : telnet server disabled
Info : clock speed 950 kHz
Error: open failed (no matching adapter found)
in procedure ‘init’
in procedure ‘ocd_bouncer’
|------------------------------------|
Any idea how I can go about checking?
Many thanks