Join our subscribers list to get the latest news, updates and special offers directly in your inbox
Overview
An Interrupt controller is a programable peripheral that manages the interrupt requests from the hardware or other peripherals to the CPU. Processor standards evolved with an Interrupt Controller to reduce the burden on the CPU Designs. The interrupt Controller is a programable peripheral that enables/disables the interrupt requests and selects the interrupt priority. As the CPU has limited hardware lines and computing, the interrupt controller extends the CPU scope for multiple interrupts by multiplexing interrupts from peripherals.
When an interrupt is triggered, the CPU gets notified with the interrupt number. Interrupt number used to execute the respective interrupt service routine (ISR) on the CPU.
1. IRQs: Interrupt ReQuest type supports multiple sources at the same time. That is ideal for less real-time applications, as there can be a slight delay in response because of the support of multiple sources for an interrupt. IRQs used for general applications.
2. FIQs: Fast Interrupt Request type support only one source of an interrupt at a time. FIQ has supports for dedicated register bank support for the interrupts so that there is no lead time spent in stacking and unstacking the normal program execution.
EmbeddedWala
EmbeddedWala Jun 14, 2023 0 21.6K
EmbeddedWala Apr 27, 2023 0 21.1K
EmbeddedWala Apr 26, 2023 0 18.5K
EmbeddedWala Aug 30, 2022 0 16.5K
EmbeddedWala Apr 27, 2023 0 16.5K
EmbeddedWala Jun 19, 2022 0 4.8K
This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies Find out more here