read_peripheral
Read all registers of a specified peripheral on a J-Link connected target and decode each register's bit fields by name. Get meaningful register values instead of raw memory.
Instructions
Read every register of a peripheral from the target and decode each one's bit fields by name. This is read_memory plus the meaning of what was read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registers | No | Only these registers (default: all readable ones) | |
| peripheral | Yes | Peripheral name, e.g. 'FICR', 'UARTE0' |