Skip to content

Instantly share code, notes, and snippets.

@hamid-rostami
Created April 30, 2026 11:21
Show Gist options
  • Select an option

  • Save hamid-rostami/2246364279b54806679b82744f4c318b to your computer and use it in GitHub Desktop.

Select an option

Save hamid-rostami/2246364279b54806679b82744f4c318b to your computer and use it in GitHub Desktop.
List of connected XDS110 in Emacs
;; This was annotying that Uniflash and other TI tools don't show
;; you list of available XDS110.
;; This is a simple function to enumerate connected XDS110.
;; This can be added to your ~/.emacs file, so you can run it interactively:
;; M-x and then type in xds110-list
;; NOTE: adjust the path to your CCS installation directory
(defun xds110-list ()
(interactive)
(shell-command "c:/ti/ccs1280/ccs/ccs_base/common/uscif/xds110/xdsdfu.exe -e"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment