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.
- ARM EABI Toolchain Builder
- lm4tools
- TI Tiva C TM4C123x or TM4C129x series dev board
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!