rtt_read
Read accumulated RTT output from a target device's ring buffer via J-Link. Retrieve data collected by background monitor thread.
Instructions
Read accumulated RTT data from the ring buffer. Data is continuously collected by the background monitor thread. Use this to get output from the target device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | RTT channel to read from (default: 0). | |
| max_bytes | No | Maximum bytes to return (default: 512). Note: This reads from the accumulated buffer. |