The lab covers interrupts in C programming and has the following Questions.
1. What distinguishes an external interrupt from a RTI interrupt?
2. Describe what transpires when an interrupt occurs?
3. Discuss challenges experienced in developing the dual interrupt software code.
4. What is an Interrupt Service Routine? What benefit does the ISR have over standard polling code?