read_memory
Read memory from a microcontroller target by specifying a hex address, number of units, and bit width (8, 16, or 32).
Instructions
Read memory from the target. address : hex address, e.g. '0x20000000' count : number of units to read width : unit size in bits — 8, 16, or 32
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| width | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |