pyocd_memory_dump
Dump memory in hex dump format to inspect data structures. Specify start address and byte length (default 256).
Instructions
Dump memory in hex dump format (address, hex bytes, ASCII). Useful for inspecting data structures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Number of bytes to dump (default 256) | |
| address | Yes | Start address (integer or hex string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |