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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the difference between asynchrony and concurrency?

432


What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?

433


What is the difference between hard real-time and soft real-time os?

424


What is a memory leak? What is a segmentation fault?

497


What is yagni? Is this list of questions an example?

441






How do you react to people criticizing your code/documents?

430


Explain me what are the rules followed by mutexes?

418


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

457


Tell me what does dma address will deal with?

447


What is meant by a sandbox.

436


Explain what are the differences between analytical and computational modeling?

468


How do malloc and calloc work?

454


What elements of oo design are most prone to abuse? How would you mitigate that?

520


Differentiate between mutexes vs semaphores.

468


What is priority inheritance?

429