Bare bones programming of the TM4c123G ARM Cortex m4 microcontroller

This post will document one possible way of getting an LED blinking with the tm4c123g microcontroller. I’ll be using the TIVA C Launchpad for this example: A toolchain is needed to compile and link our code. I used this one: https://launchpad.net/gcc-arm-embedded I’m running windows atm so to install this just download and run the .exe…

Read More