While writing interrupt handlers (ISR), which are points
needed to be considered ?
Answer Posted / rajesh
While writing ISR it is necessary to remember which routine is having high priority
Initialize the stack pointer
Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between "set" logic, and "procedural" logic.
Explain the properties of a object oriented programming language.
Tell me what are the 4 types of inheritance relationship?
What is a semaphore? What are the different types of semaphore?
What is an embedded system?
Explain interrupt latency and how can we decrease it?
What is the need for dmac in es?
What is the purpose of a watchdog timer?
How to implement a fourth order butter worth lp filter at 1 khz if sampling freuency is 8 khz?
What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?
Tell me what is the need for an infinite loop in embedded systems?
Why are patterns important?
Why is model transformations used in the embedded system?
Tell me what is isr?
Tell me can we use any function inside isr?