Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 783 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 783 Bytes

Tiva C

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

Tested on Mac OS X 10.6.8, should work on most Macs and Linuxes.

Quick howto using the energia enviroment

$ export ENERGIA_ROOT=/path/to/energia/dir
$ cd boards/ek-tm4c123gxl/blinky
$ make
$ $ENERGIA_ROOT/hardware/tools/lm4f/bin/lm4flash gcc/blinky.bin

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!