What are the most common errors you've found in embedded systems and how have you resolved them?


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

Post New Answer

More Embedded Systems AllOther Interview Questions

What is the function of watchdog timer in embedded system?

0 Answers  


How are variables mapped across to the various memories by the c compiler?

0 Answers  


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

0 Answers  


What is inversion of control?

0 Answers  


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

0 Answers  






What are the advantages and disadvantages of separation of concerns?

0 Answers  


Tell me what is rtos?

0 Answers  


Tell me what is top half & bottom half of a kernel?

0 Answers  


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

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  


What is a 'volatile' variable?

0 Answers  


Explain interrupt latency and how can we decrease it?

0 Answers  


Categories