stm32_write_memory
Write a 32-bit value directly to an STM32 memory address or peripheral register using SWD or JTAG for low-level debugging and configuration.
Instructions
Writes a 32-bit word directly to a target memory address or peripheral register.
Args: address: Target address (e.g. '0x20000000'). value: Hex value to write (e.g. '0x12345678'). port: Connection interface ('SWD', 'JTAG').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | SWD | |
| value | Yes | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |