Tell me what are buses used for communication in embedded system?
No Answer is Posted For this Question
Be the First to Post Answer
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
Explain the differences between analytical and computational modeling?
Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Tell me why is it better to use multi-threading polling then single threading model?
Discuss the concept of yagni and explain something you did recently that adhered to this practice.
Tell me what is interrupt latency? How can you reduce it?
Can a pointer be volatile ?
What's your experience with technical documentation?
Mention what are the essential components of embedded system?
How can you optimize the i/o performance?
Describe the structure and contents of a design document, or a set of design documents, for a multi-tiered web application.
What do you mean by interrupt latency?