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


Please Help Members By Posting Answers For Below Questions

Tell me why is java mostly used in embedded systems?

435


Tell me what are buses used for communication in embedded system?

498


You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?

522


Tell me what happens when recursive functions are declared inline?

446


How to reduce interrupt latency?

510






What is the function of watchdog timer in embedded system?

497


What is risc architecture?

469


Explain me what are the rules followed by mutexes?

428


Explain what is the need for an infinite loop in embedded systems?

482


What is an anti-aliasing filter?

499


Tell me what is the function of dma controlled in embedded system?

459


What does malloc do? What will happen if we have a statement like malloc(sizeof(0));

522


When do you know your code is ready for production?

488


What are the advantages and disadvantages of embedded system?

528


What is the purpose of using critical sections?

480