While writing interrupt handlers (ISR), which are points
needed to be considered ?
Answer Posted / jay
Avoid sleep , use GFP_ATOMIC instead of GFP_KERNEL in kmalloc
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the difference between hard real-time and soft real-time os?
Can a pointer be volatile ?
Tell me why embedded system is useful?
Explain me why is model transformations used in the embedded system?
What's the difference between asynchrony and concurrency?
What software languages have you used to design, develop, and debug software application interfaces?
What is your experience with qa engineering?
What is inversion of control? How does that relate to dependency injection?
What typecast is applied when we have a signed and an unsigned int in an expression?
Tell me what is difference between binary semaphore and mutex?
What are the rules followed by mutexes?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
Write a constant time consuming statement lot finding out if a given number is a power of 2?
How are macros different from functions?
Do you know what is priority inversion?