Tell me why is it better to use multi-threading polling then single threading model?
Answer / Nitish Saxena
Multi-threading polling offers several advantages over the single-threading model in embedded systems. First, it enables concurrent execution of multiple tasks, improving overall system responsiveness and efficiency. Second, it allows for better resource management, as each thread can handle a specific task or set of tasks. Lastly, multi-threading can help reduce latency by allowing tasks to run concurrently without blocking each other.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain various uses of timers in embedded system?
can please tel me faq's asking in interviews on microcontrollers
What is the difference between unit test and integration test?
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
What are the most common errors you've found in embedded systems?
Tell me what is interrupt latency? How can you reduce it?
Tell me what are the functional requirements that are used in the embedded systems?
Tell me what are the 4 types of inheritance relationship?
Tell me can you have constant volatile variables?
Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
How do you identify hardware errors?
What is the need for an infinite loop in embedded systems?