Tell us what is the need for an infinite loop in embedded systems?
Answer / Dharmendra Choudhary
Infinite loops are used in embedded systems to execute a specific task continually until some event occurs or a specific condition is met. They are essential when you need to perform periodic tasks, control motors, monitor sensors, or manage communication protocols.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use semaphore or mutex or spin lock in interrupt context in linux kernel ?
Explain what is embedded system in a computer system?
What is interaction semantics used in embedded systems?
Tell me why is it better to use multi-threading polling then single threading model?
Explain me what is spin lock?
What do you do when you get stuck with a problem you can't solve?
Can a volatile be constant? Like
Why embedded system is useful?
Tell me what is the function of dma controlled in embedded system?
What is priority inheritance?
What is your experience with qa engineering?
What is the use of having the const qualifier?