jlink_memory_read
Read memory from target microcontroller chips for debugging and firmware analysis. Specify address, data width, and number of units to retrieve memory contents directly from embedded devices.
Instructions
讀取目標晶片的記憶體。
Args: address: 起始位址,支援十六進位格式如 "0x20000000" 或十進位 num_units: 讀取的單元數量(依 width 而定) width: 資料寬度,可選 8、16 或 32(位元),預設 32
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| num_units | No | ||
| width | No |