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