rtt_status
Read RTT control block to see if the target initialized RTT, bytes written by firmware, and bytes collected by probe, separating a silent device from a stopped collection.
Instructions
Read SEGGER's RTT control block on the target: is it initialised, how much has the firmware written, and how much has the probe collected. Use this when RTT is silent — it separates a quiet device from a probe that stopped collecting, which look identical from rtt_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Address of the control block (your _SEGGER_RTT symbol), e.g. '0x20002050'. Defaults to JLINK_RTT_ADDR if that is set. |