read_memory
Read memory from an embedded target by providing a hex address and byte length up to 4096, returning a clean hex dump for debugging.
Instructions
Read memory from the target. Returns clean hex dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | Bytes to read (max 4096) | |
| address | Yes | Hex address (e.g., '0x20000000') |