read_memory
Read memory from a target device at a specified hex address and byte length to inspect RAM, flash, or peripherals, returning a clean hex dump for debugging or crash analysis.
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') |