SystemWorkbench Logo

SystemWorkbench for STM32

Multi Board Debug

System Workbench provides a way to simultaneously debug different applications on different boards : it is called Multi Board Debug.
This feature is based on the serial number that can be collected in using the STM32 ST-LINK Utility tools : STM32 ST-LINK Utility
Once this tool is installed, the Multi Board Debug feature can be setup thanks to the following steps (on Windows only) :

As an example, the following images show the Debug Configuration made for 2 NUCLEO L4 boards:

Thanks to these settings, it is possible to launch simultaneously several debug sessions. Each debug session can be handled by selecting the corresponding debug thread:

Makefile Project Creation


For more information about C/C++ development tools in Eclipse, please see C/C++ Development User Guide.