Implementing examples from Jonathan Valvano's books, without a dependency on Keil Uvision IDE which is not supported on Linux
Only tm4c123gxl evaluation board is supported
- PLL
- Systick
- UART
- I2C
- SPI
- Matrix keypad
- LED blinking
- AHT20
- Stopwatch
- Button interrupt handling
- Nokia5110
- ADC
Install flasher: sudo apt install lm4flash
- Connect the tm4c123gxl evaluation board via usb cable
- Navigate to the example you are interested in:
cd examples/blink/
- Build and flash the board:
make install
Template taken and stipped from: https://github.com/martinjaros/tm4c-gcc