0
6.1kviews
What are interrupts and explain the factors that contribute to interrupt response in the system.

Mumbai University > Electronics Engineering > Sem 7 > Embedded System Design

Marks: 5 Marks

Year: Dec 2015

1 Answer
0
122views

Interrupts:

  1. An interrupt is a hardware mechanism used to inform the CPU that an asynchronous event has occurred.
  2. When an interrupt is recognized, the CPU saves part (or all) of its context (i.e., registers) and jumps to a special subroutine, called an interrupt service routine (ISR).
  3. The ISR processes the …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.