read_memory
Read memory data from a target MCU starting at a specified address. Returns the data as a hexadecimal JSON string.
Instructions
读取 MCU 内存
从目标 MCU 的指定地址读取内存数据。
Args: address: 起始地址 (如 0x08000000) size: 读取字节数 (1-1048576)
Returns: 内存数据的 JSON 字符串(十六进制格式)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| size | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |