Why do we use infinite loop in embedded system software?
Answers
Answered by
1
Embedded systems need infinite loops for repeatedly processing/monitoring the state of the program. An example could be the case of a program state continuously being checked for any exceptional errors that might just occur during run time such as memory outage.
Similar questions