How are variables mapped across to the various memories by the c compiler?
How can to check the working of a sensor deployed in a project?
Discuss the concept of yagni.
Why is it better to use multi-threading polling then single threading model?
Tell me what are the uses of the keyword volatile?
While writing interrupt handlers (ISR), which are points needed to be considered ?
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
Suppose you buy some rtos, what are the features you look for in?
Explain me what is kernel paging?
How to reduce function call overhead in arm based systems
What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?
What is difference between binary semaphore and mutex?
Have you developed software testing procedures for new systems and performed qa, quality assurance, or audits?