set_peripheral_suspend
Enable or disable automatic peripheral suspend when CPU halts to prevent watchdog timeouts and timer overflows during debugging.
Instructions
Enable or disable automatic peripheral suspend when CPU halts.
When ON, peripheral modules (timers, watchdogs, communication) are automatically suspended when the debugger halts the CPU. This prevents watchdog timeouts and timer overflows during debugging.
Args: enabled: True to enable peripheral suspend, False to disable
Returns: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |