configure_probe
Set connection parameters for debug probes in MCU debugging. Use list_connected_probes to obtain unique_id before configuring target, backend, pack paths, and probe-rs settings.
Instructions
Set probe connection parameters. Run list_connected_probes first to find unique_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| backend | No | ||
| pack_path | No | ||
| unique_id | No | ||
| pack_paths | No | ||
| jlink_dll_path | No | ||
| connect_attempts | No | ||
| probe_rs_speed_khz | No | ||
| probe_rs_core_index | No | ||
| probe_rs_sidecar_path | No | ||
| probe_rs_wire_protocol | No | ||
| probe_rs_halt_on_connect | No |