How do you reduce interrupt latency?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?

0 Answers  


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

0 Answers  


Suppose you buy some rtos, what are the features you look for in?

0 Answers  


How to reduce interrupt latency?

0 Answers  


look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules

1 Answers  






Why do we need virtual device drivers when we have physical device drivers?

0 Answers  


What is the order of calling for the constructors and destructors in case of objects of inherited classes?

0 Answers  


What are the rules followed by mutexes?

0 Answers  


Why is the single responsibility principle important?

0 Answers  


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

0 Answers  


What's the difference between asynchrony and concurrency?

0 Answers  


Scope of static variables?

0 Answers  


Categories