dbgprobe.rtt.start
Start Real-Time Transfer on a connected debug session to buffer target output from channel 0. Optionally specify the RTT control block address for faster discovery.
Instructions
Start RTT (Real-Time Transfer) on a connected session. Connects to the JLinkGDBServer RTT telnet port and begins buffering target output (channel 0). Optional address hint for the RTT control block in target RAM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Optional RTT control block address in target RAM. Accepts integer or hex string (e.g. '0x20000000'). If omitted, JLinkGDBServer auto-searches for 'SEGGER RTT'. | |
| session_id | Yes | Session ID from dbgprobe.connect. |