read_rtt_log
Read Segger RTT logs directly from target RAM via probe, bypassing UART. Scans RAM for the RTT control block and reads the selected channel's ring buffer.
Instructions
Read Segger RTT log output directly from target RAM via probe (no UART needed).
Scans the specified RAM range for the RTT control block ('SEGGER RTT' magic), then reads the ring buffer of the requested up-channel.
channel: RTT up-channel index (default 0). search_start: start of RAM scan (default 0x20000000). search_size: bytes to scan (default 0x50000 = 320 KB). Requires probe connected and target halted (or briefly halted to read).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | ||
| max_bytes | No | ||
| search_size | No | ||
| search_start | No |