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
What is equ?
Why do we need virtual device drivers when we have physical device drivers?
What is refactoring? Have you used it and it is important? Name three common refactorings.
Which is the best way to write loops?
If you buy some rtos, what are the features you look for in?
What is an embedded system?
What is rtos in an embedded system?
Who are the gang of four? Why should you care?
What's so great about
Tell me what is the need for having multibyte data input and output buffers in case of device ports?
What are the rules followed by mutexes?
What is the purpose of using critical sections?
Write a program to show the functionality of power-save super loop.
How do you react to people criticizing your code/documents?
Tell me what is the need for an infinite loop in embedded systems?