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
How does combination of functions reduce memory reuirement in embedded system?
Tell me why do we need virtual device drivers when we have physical device drivers?
How are variables mapped across to the various memories by the c compiler?
What is yagni? Is this list of questions an example?
Tell me why embedded system is useful?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
What are real-time embedded systems?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
Tell me what are the functional requirements that are used in the embedded systems?
Can a pointer be volatile ?
What is continuous integration? Why is it important?
Can structures be passed to the functions by value?
What is endianness of a system and how do different systems communicate with each other?
Why are interfaces important?
Explain various uses of timers in embedded system?