0
4.4kviews
Explain in brief about interrupt handling and exception handling.
1 Answer
| written 7.2 years ago by |
The Cortex-M3 supports a number of exceptions, including a fixed numberof system exceptions and a number of interrupts, commonly called IRQ.
The number of interrupt inputs on a Cortex-M3 microcontroller dependson the individual design.
Interrupts generated by peripherals are connected to the interrupt inputsignals (16 or 32 in number).
There …