STM32 »

Exception and Interrupt

The current executing application on a processor can be interrupted by either internal system exception or external interrupt. Whenever the processor meets an exception or interrupt, the core will stop the application code, change its mode to "Handler mode" to process that event. Cortex-M processors have 15 system Exceptions and 240 Interrupts.

Last update: 2022-06-04


Table of Content

This page has been merged to a new page Exception!

Comments