System Workbench for STM32
How to use J-Link with System Workbench for STM32
System Workbench for STM32 is an Eclipse based IDE that can be used free of charge. To use it with our J-Link debug probes the Eclipse plugin “GNU MCU Eclipse Plugin” needs to be installed. A how to is described here.
Sample Debug session
- Start System Workbench for STM32
- Open your project
- Open the project properties with Alt+Enter or right clicking on your project and selecting properties
- Navigate to MCU→SEGGER J-Link Path
- Fill in for “Executable”: JLinkGDBServerCL (make sure to use the CL version for this IDE)
- For “Folder” enter your current J-Link Software Package install path (in this example V6.16i was used)
- Confirm your settings by pressing OK