5.3.6 Interrupts
Interrupt and interrupt service routine (ISR) questions are discussed in this section.
- How Do I Use Interrupts in C?
- How Do I Add a Trap Interrupt Vector to a Project?
- Can/Should My Application be able to Return from a Trap?
- How Do I Share Data Between Two Interrupt Routines?
- What is the Default Interrupt, Where is it Defined, and How Do I Use It?
- See also, How Can I Make My Interrupt Routine Faster?
- See also, How Do I Share Data Between Interrupt and Main-line Code?
- See also, How Do I Save C Variables When an ISR Is Invoked?