Advanced Embedded Systems Question:
Download Questions PDF

What is the need for an infinite loop in embedded systems?

Advanced Embedded Systems Interview Question
Advanced Embedded Systems Interview Question

Answer:

Embedded systems require infinite loops for repeatedly processing or monitoring the state of the program. For instance, the case of a program state continuously being verified for any exceptional errors that might just happen during run-time such as memory outage or divide by zero, etc.

Download Advanced Embedded Systems Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what are the different types of customizations that is used with the “volatile” keyword?Please explain what does DMA address will deal with?