What are the commonly found errors in embedded systems?
How does input/output bus functions?
What is Difference between CAN and GMLAN
What happens when recursive functions are declared inline?
what is difference between micro processor & micro controller ?
what is Page Fault or Page thrashing ?
What is equ?
Tell me can we use any function inside isr?
What is the scope of a function that is declared as static?
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
Do you know what is the function of watchdog timer in embedded system?
Have you designed ui, user interface?
Explain what is size of character, integer, integer pointer, character pointer?