1.

Why Do We Need A Infinite Loop In Embedded Systems Development? What Are The Different Ways By Which You Can Code In A Infinite Loop?

Answer»

The infinite LOOPS are coded in to GIVE a delay or sleep to the program execution for a specific amount of clock TICKS. They can be implemented as:

while(;;); for(); (or) Loop: GOTO Loop;

The infinite loops are coded in to give a delay or sleep to the program execution for a specific amount of clock ticks. They can be implemented as:



Discussion

No Comment Found