Can we use printf inside isr?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it better to use multi-threading polling then single threading model?
What is top half & bottom half of a kernel?
What is spin lock?
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?
What are the uses of the keyword volatile?
Explain what are the uses of the keyword static?
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
Tell me what are the functional requirements that are used in the embedded systems?
Can a pointer be volatile ?
What is the difference between a web server, web farm and web garden? How would your web application need to change for each?
When do you know your code is ready for production?
Why is java used in embedded systems?