Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


While writing interrupt handlers (ISR), which are points
needed to be considered ?

Answers were Sorted based on User's Feedback



While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / jay

Avoid sleep , use GFP_ATOMIC instead of GFP_KERNEL in kmalloc

Is This Answer Correct ?    13 Yes 1 No

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / 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

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / 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

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / shawn bai

not take too long&#65292;actually calling dpc

Is This Answer Correct ?    2 Yes 0 No

While writing interrupt handlers (ISR), which are points needed to be considered ?..

Answer / dinesh

while writing ISR you should have proper knowledge about
it......... - by chandu

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Explain scope of static variables?

0 Answers  


What kinds of problems can you hit with locking model? And a lockless model?

0 Answers  


How i/o devices are classified for embedded system?

0 Answers  


Why would you choose java in embedded systems?

0 Answers  


Describe the structure and contents of a design document, or a set of design documents, for a multi-tiered web application.

0 Answers  


Why is java mostly used in embedded systems?

0 Answers  


What is the function of simple thread poll in embedded system?

0 Answers  


What is the use of volatile keyword?

0 Answers  


what is plc system

3 Answers  


What is an embedded system?

0 Answers  


what is embedded system in a computer system?

0 Answers  


Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?

0 Answers  


Categories