What is difference between binary semaphore and mutex?
No Answer is Posted For this Question
Be the First to Post Answer
What are some examples of anti-patterns?
Tell me how does input/output bus functions?
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
What are the languages used in embedded system?
How can you reduce interrupt latency?
Explain various uses of timers in embedded system?
Please explain can structures be passed to the functions by value?
What are the most common errors you've found in embedded systems and how have you resolved them?
What are the most common errors you've found in embedded systems?
Explain the uses of timers in embedded system?
Do you know what is priority inheritance?
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?