pyocd_memory_read
Read memory at a specified address to retrieve its hex value. Supports single byte, halfword, word, or block reads for embedded debugging.
Instructions
Read memory at a given address. Returns hex value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Bytes to read: 1, 2, 4 for single access, or any number for block read | |
| address | Yes | Memory address (integer or hex string, e.g. 0x20000000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |