Tivaware on GCC (GNU)

Setting up Tivaware with GCC under CCS6 For a upcoming project I have designed in a TI TM4C123GH6PM, which is part of the Tiva lineup of ARM core processors. Naturally i would prefer to develop with the GCC compiler toolchain rather than the TI compiler, so this is a rough guide with notes for how i converted the given USB Device example code to use the GCC compiler instead. Compiler settings First, as normal, import the example project into CCS and build and test to ensure it works on the TI compiler first....

June 9, 2016 · 2 min · Ben V. Brown