read_memory
Read a value from a memory address on a connected board. Specify the address and optional word size (8, 16, or 32 bits).
Instructions
Read a single value from memory.
Args:
address: Memory address, hex (0x...) or decimal.
word_size: Transfer size in bits: 8, 16, or 32.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| word_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |