XIVN1987 / RTTView

SEGGER-RTT Client for J-LINK and DAPLink
MIT License
195 stars 83 forks source link

RTTView

SEGGER-RTT Client for J-LINK and DAPLink

To run software, you need python 3.6+, pyqt5 and pyqtchart.

To use DAPLink, you need additional pyusb for CMSIS-DAPv2 and another usb-backend for CMSIS-DAPv1 (hidapi or pywinusb for windows, hidapi for mac, pyusb for linux).

pip install PyQt5 PyQtChart pyusb hidapi six pyelftools

data format for wave show:

J-Scope HSS mode

When select elf file path in address combobox, RTTView read selected variable directly from memory at specified address, rather from RTT buffer.

Double-click the table cell to bring up the variable adding dialog.