TI-Flash Status Version

An unofficial Python flash programmer for Texas Instruments Launchpads.


Overview

Python Versions CCS Versions License: MIT Downloads

TIFlash is a python/command-line interface for Texas Instruments’ Code Composer Studio. It allows you to perform many of the operations possible in the CCS GUI via python or command-line. This can be extremely useful for automating tasks involving Texas Instruments microcontrollers or embedded processors. In addition, TIFlash makes it easier to perform simple actions like flashing, erasing or resetting a device without having to spin up an entire CCS GUI session.

Under the Hood

Under the hood TIFlash uses CCS’s scripting interface (Debug Server Scripting) to interact with devices.