Tell me how does the interrupts handle by using the threads?



Tell me how does the interrupts handle by using the threads?..

Answer / Ramsiga Singh

In some systems, interrupts can be handled by using threads. This approach is known as Interrupt Handling with Threads or Cooperative Multitasking. Each thread handles a specific type of interrupt and executes its corresponding ISR when an interrupt occurs. Once the ISR finishes execution, it relinquishes control to the scheduler, which determines which thread should run next. This method allows for efficient handling of multiple interrupts and is useful in systems with complex hardware configurations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

What are the differences between stateless and stateful systems, and impacts of state on parallelism.

1 Answers  


what is Page Fault or Page thrashing ?

3 Answers   Broadcom,


What's your experience with technical documentation?

1 Answers  


Tell me what is the function of simple thread poll in embedded system?

1 Answers  


Why is java used in embedded systems?

1 Answers  


What are some examples of anti-patterns?

1 Answers  


Tell me about some of your hobby projects that you've written in your off time.

0 Answers  


What is something substantive that you've done to improve as a developer in your career?

1 Answers  


Tell me why cannot arrays be passed by values to functions?

1 Answers  


What is your experience with technical documentation?

1 Answers  


Can you please explain the difference between mutexes vs semaphores?

1 Answers  


Design a circuit to detect when 3 and only 3 bits are set out of 8 bits.(eg. o0101100)

13 Answers   Qualcomm, RIM,


Categories