stm32_write_memory
Write a hex value or file payload directly to any STM32 memory address or peripheral register, enabling precise memory programming and register manipulation.
Instructions
Write value or file payload directly to memory address or peripheral register.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Connection port | SWD |
| address | Yes | Target memory address in hex (e.g. 0x20000000) | |
| data_or_file | Yes | Data value (hex string like 0x12345678) or file path to write |