Skip to content

SEGGER-RTT Client for CMSIS-DAP (DAPLink) and ST-Link Debugger

License

Notifications You must be signed in to change notification settings

XieyangLy/DRTTView

 
 

Repository files navigation

DRTTView

SEGGER-RTT Client for CMSIS-DAP (DAPLink) and ST-Link Debugger

to run this software, you need python 2.7, pyqt4, pyqwt5, enum34 and a usb backend (hidapi or pywinusb for windows, pyusb for linux, hidapi for mac)

wave show:

input:

Note: the software uses the following statement to find the debugger

if product_name.find("CMSIS-DAP") < 0:
    # Skip non cmsis-dap HID device

Note: you may need to update ST-Link's firmware to the latest

About

SEGGER-RTT Client for CMSIS-DAP (DAPLink) and ST-Link Debugger

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%