stm32_run_mcu
Start or resume STM32 MCU execution at a specified address or entry point via SWD. Accepts optional hex address for precise control.
Instructions
Start or resume program execution at specified address or entry point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Connection port | SWD |
| address | No | Optional start execution address in hex (e.g. 0x08000000) |