Tell us what is the need for an infinite loop in embedded systems?
How can you reduce memory requirements in embedded systems?
Explain what is interrupt latency? How can you reduce it?
Discuss the concept of yagni and explain something you did recently that adhered to this practice.
Mention how I/O devices are classified for embedded system?
How do you identify hardware errors?
What are the different types of customizations that is used with the “volatile” keyword?
What is the difference between asynchrony and concurrency?
Do you know what is priority inheritance?
Can we use any function inside isr?
What is return type of isr?
Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?
What type of scheduling is there in rtos?