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
List out various uses of timers in embedded system?
Explain what is the need for an infinite loop in embedded systems?
Explain what is interrupt latency? How can you reduce it?
What is something substantive that you've done to improve as a developer in your career?
Explain what is semaphore?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
What is the main function of multiplexed address/data bus?
Please write a program to show the functionality of power-save super loop?
Tell me what does dma address will deal with?
What are recursive functions? Can we make them in line?
What are the different types of buses used by the embedded systems?
Explain scope of static variables?
What is the size of the int, char and float data types?
What are the differences between stateless and stateful systems, and impacts of state on parallelism.