List out various uses of timers in embedded system?
No Answer is Posted For this Question
Be the First to Post Answer
Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
While writing interrupt handlers (ISR), which are points needed to be considered ?
Describe a software development life cycle that you've managed.
What is pass by value and pass by reference? How are structure passed as arguments?
Tell me can we use any function inside isr?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
What is inversion of control? How does that relate to dependency injection?
Do you know what is virtual memory?
What is difference between using a macro and a in line function?
You have two computers, and you want to get data from one to the other. How could you do it?
When do you know your code is ready for production?
What is the purpose of the segment register?