While writing interrupt handlers (ISR), which are points
needed to be considered ?

Answers were Sorted based on User's Feedback



While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / jay

Avoid sleep , use GFP_ATOMIC instead of GFP_KERNEL in kmalloc

Is This Answer Correct ?    13 Yes 1 No

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / rajesh

While writing ISR it is necessary to remember which routine is having high priority

Initialize the stack pointer

Is This Answer Correct ?    10 Yes 2 No

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / baazicha

- Do not issue blocking calls
- Defer as much processing to second level interrupt
handler or BH.

Is This Answer Correct ?    5 Yes 0 No

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / shawn bai

not take too long,actually calling dpc

Is This Answer Correct ?    2 Yes 0 No

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / dinesh

while writing ISR you should have proper knowledge about
it......... - by chandu

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Embedded Systems AllOther Interview Questions

What are the advantages and disadvantages of embedded system?

0 Answers  


What is inversion of control?

0 Answers  


What are the types of embedded system?

0 Answers  


Tell me about 3 times you failed.

0 Answers  


what is plc system

3 Answers  






What are the different types of customizations that is used with the “volatile” keyword?

0 Answers  


What are the functional requirements that are used in the embedded systems?

0 Answers  


Why would you choose java in embedded systems?

0 Answers  


Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?

0 Answers  


What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?

0 Answers  


How do you identify hardware errors?

0 Answers  


Why we use embedded systems?

0 Answers  


Categories