write_memory
Write a hexadecimal value to a specified memory address with configurable data width (8, 16, or 32 bits).
Instructions
Write a value to a memory address. address : hex address, e.g. '0x20000000' value : hex value, e.g. '0xDEADBEEF' width : 8, 16, or 32
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| width | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |