Forum: System Workbench for STM32

Run without program?

The Debug Configurations window is the full height of the screen - its just that it is empty to start with, all other tabs are fully populated.

I’ve done an update and I’m running on a 64bit Kubuntu 14.04.4 LTS. Java -version
java version “1.7.0_101”
OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

Selecting another config and then back to the GDB OpenOCD Debugging config initially populates the “Initialization Commands” area, subsequent random tab selections eventually causes the “Load Symbols and Executable”, “Runtime Options” and “Run/Restart Commands” sub-windows to appear and be populated.

My eventual aim would be to determine why some prototype boards program OK from GDB and other fail when they all program OK using st-flash (from the texane/stlink package) and using OpenOCD in telnet mode. That way I wouldn’t have to be concerned with NOT programming the target.

France

Hi,

You talk of the “GDB OpenOCD Debugging” configuration. You should use the “Ac6 STM32 Debugging” configuration, not the “GDB Hardware Debugging” configuration. The Ac6 is based on the CDT GDB support, but it is an extended, tailored, configuration.

Bernard (Ac6)