/tiva-c

Open source toolchain for the TI Tiva C dev board

Primary LanguageC

Tiva C

A ready-made repository for writing, compiling and flashing code for the TI Tiva C.

Should work on most Linux and Mac environments.

Requirements

Usage

Assuming you're using the Tiva C Connected Launchpad dev board (ek-tm4c1294xl):

$ cd boards/ek-tm4c1294xl/blinky
$ make
$ lm4flash gcc/blinky.bin
# Great success!