April 2011
Intermediate to advanced
384 pages
8h 13m
English
CHAPTER 11 Exceptions Programming
In This Chapter:
• Exception/Interrupt Handlers
• Example with Exception Handlers
Interrupts are used in almost all embedded applications. In the Cortex-M3 processor, the interrupt controller NVIC handles a number of processing tasks for you, including priority checking and stacking/unstacking of registers. However, a number of tasks have to be prepared when an interrupt is used:
For simple application development, you can use the MSP for the whole program. That way you need to reserve memory ...
Read now
Unlock full access