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
Tell me can a pointer be volatile?
Which is better a char, short or int type for optimization?
Tell me what are buses used for communication in embedded system?
Explain what is semaphore?
What is a 'const' variable?
Tell me what does dma address will deal with?
Tell me how does input/output bus functions?
What is return type of isr?
What is the scope of a function that is declared as static?
What is the use of having the const qualifier?
What is a 'volatile' variable?
What is the significance of watchdog timer in embedded systems?
Tell me what is the function of dma controlled in embedded system?
Explain the difference between a microcontroller and an embedded system?
Explain how does combination of functions reduce memory requirements in embedded systems?