jlink_memory_write
Write data to target chip memory using SEGGER J-Link debug probes for embedded system programming and debugging tasks.
Instructions
寫入資料到目標晶片的記憶體。
Args: address: 起始位址,支援十六進位格式如 "0x20000000" 或十進位 data: 要寫入的資料陣列,每個元素對應一個 width 單元 width: 資料寬度,可選 8、16 或 32(位元),預設 32
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| data | Yes | ||
| width | No |