While writing interrupt handlers (ISR), which are points
needed to be considered ?
Answer Posted / shawn bai
not take too long,actually calling dpc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
A=7; b=8; x=a++-b; printf(ā%dā, x ); what does this code give as output?
If you buy some rtos, what are the features you look for in?
Tell me can a pointer be volatile?
What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?
What is the need for dmac in es?
Why continuous integration is important?
Explain some of the commonly found errors in embedded systems?
What is the function of watchdog timer in embedded system?
Explain the concept of separation of concerns?
What is refactoring? Have you used it and it is important? Name three common refactorings.
What elements of oo design are most prone to abuse? How would you mitigate that?
What is the difference between hardware design and software design?
Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?
What's so great about
You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?