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
What is the function of watchdog timer in embedded system?
How are variables mapped across to the various memories by the c compiler?
What kinds of problems can you hit with locking model? And a lockless model?
What is inversion of control?
Suppose you buy some rtos, what are the features you look for in?
What are the advantages and disadvantages of separation of concerns?
Tell me what is rtos?
Tell me what is top half & bottom half of a kernel?
Explain what is the need for an infinite loop in embedded systems?
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
What is a 'volatile' variable?
Explain interrupt latency and how can we decrease it?