Hey all! Finicky issue, and I've been up for way too many hours so I'm breaking from usual habit and posting after only doing minimal digging. Hopefully it's a simple solution. Fingers crossed.
Board: TM4C1294NCPDT
IDE: CCSv6.1
OS: Ubuntu 16.04
Compiler: GNU v4.9.3 (Linaro)
So here's what's up: I'm versed using timers and setting up my vector table properly, or so I thought.
Code Composer Studio isn't finding my interrupt handler... It's confuzzling me to say the least...
Here's what I'm doing:
In startup_gcc.c
//......Skipping top of file for readability, all is stoc