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

Why is model transformations used in the embedded system?

0 Answers  


DMA deals with which address (physical/virtual addresses) ?

3 Answers   Bosch,


Why do we need virtual device drivers when we have physical device drivers?

0 Answers  


Do you know what is the use of volatile keyword?

0 Answers  


Explain me can we use printf inside isr?

0 Answers  






What is dma in an embedded system?

0 Answers  


Can structures be passed to the functions by value?

0 Answers  


Suppose you buy some rtos, what are the features you look for in?

0 Answers  


Explain the difference between risc and cisc processor?

0 Answers  


Tell me why does pre-emptive multi-threading used to solve the central controller problem?

0 Answers  


What is the repository pattern? The factory pattern? Why are patterns important?

0 Answers  


What is interrupt latency? How can you reduce it?

0 Answers  


Categories