suspend_peripheral
Set how a peripheral responds to debugger CPU halt: suspend immediately, after current operation, or never.
Instructions
Configure suspend mode for a specific peripheral module.
Sets how a peripheral responds when the CPU is halted by the debugger.
Args: peripheral: Peripheral register name (e.g., "GPT120_OCS", "STM0_OCS") suspend_mode: "hard" — suspend immediately on CPU halt "soft" — suspend after current operation completes "none" — never suspend
Returns: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peripheral | Yes | ||
| suspend_mode | No | hard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |