stm32_start_gdb_server
Start a background ST-LINK GDB server on a specified TCP port to enable debugging sessions. Configure port, probe index, flash verification, and persistence.
Instructions
Starts the bundled ST-LINK_gdbserver as a background process listening on specified TCP port.
Args: port: GDB TCP port (default: 61234). probe_index: ST-Link probe index to bind. verify: Verify flash write during GDB load. persistent: Keep server active between disconnects (-p).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| verify | No | ||
| persistent | No | ||
| probe_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |