This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Just need a simple demo of how to program an interrupt



I have the Tiva C series board and I'm really confused on how to begin using interrupts. I know the concept of why interrupts are important and it's exciting because I don't need to waste cpu cycles but trying to even implement a simple one I'm not sure where to start. I've down software polling before and I'm just trying to convert it to use interrupts instead. If need be I can upload my code.