set_rtt_address
Set the runtime address of the firmware's RTT control block to restore RTT logging after reset or flash and differentiate a stopped stream from a quiet device.
Instructions
Tell the server where the firmware's RTT control block is (its _SEGGER_RTT symbol), at runtime. Without it RTT cannot be recovered after a reset or flash, and a stopped stream is indistinguishable from a quiet device. Mirrors set_device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Hex address of _SEGGER_RTT, e.g. '0x20002050' |