0
1.8kviews
Explain the factors that contribute to interrupt response time in a system.

Subject : Embedded Systems Design

Topic : Fundamentals of Embedded Systems

Difficulty level : High

1 Answer
0
60views

i) ISR (Interrupt Service Routine):

  • There is a subroutine written for servicing ISR.
  • The location of ISR in the IVT (Interrupt Vector Table). And IVT in is the memory.
  • In microprocessor/ microcontroller, there are fixed predefined interrupt vector addresses for each interrupt source.

ii) Interrupt Priorities:

  • When multiple interrupt requests …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.