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 the purpose of using critical sections?
Tell me what is the need for having multibyte data input and output buffers in case of device ports?
Name three primary attributes of object-oriented design. Describe what they mean and why they're important.
Tell me what is the need for an infinite loop in embedded systems?
Tell me can we use any function inside isr?
Program to print the 32 number in form of binary, Hexa and ASCI.
Mention what are the essential components of embedded system?
What's yagni? Is this list of questions an example?
What's the difference between unit test and integration test?
How i/o devices are classified for embedded system?
Tell me can a variable be both const and volatile?
What is mutex in an embedded system?
Tell me how to create a child process in linux?
What is a 'const' variable?
What do you do to stay abreast of the latest technologies and tools?