stm32_reset_mcu
Reset an STM32 microcontroller via SWD by specifying the reset type (hardware, software, or core) to recover from hangs or prepare for flashing.
Instructions
Trigger reset signal on target MCU.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Connection port | SWD |
| reset_type | No | Reset type: Hardware Reset (HWrst), Software Reset (SWrst), Core Reset (Crst) | HWrst |