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
Why would you choose java in embedded systems?
Describe a time when you collaborated with designers and engineers to deploy a new product. What was your role?
Explain the difference between mutexes vs semaphores?
What kinds of problems can you hit with locking model? And a lockless model?
Tell me what is top half & bottom half of a kernel?
What is kernel paging?
How to reduce interrupt latency?
What is watchdog timer?
Explain what are the differences between analytical and computational modeling?
Tell us what is the need for an infinite loop in embedded systems?
Why continuous integration is important?
What is a 'const' variable?
what are buses used for communication in embedded system?
What is the repository pattern? Why are patterns important?
How many types of ipc mechanism you know?