Tell me can we use any function inside isr?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the difference between hard real-time and soft real-time os?
What is something substantive that you've done to improve as a developer in your career?
What is the use of volatile keyword?
What's yagni? Is this list of questions an example?
look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules
Describe a pattern that is not the factory pattern? How is it used and when?
How to reduce function call overhead in arm based systems
What is isr? Can they be passed any parameter and can they return a value?
What are the functional requirements that are used in the embedded systems?
Tell me what is the need for an infinite loop in embedded systems?
Tell me what are the 4 types of inheritance relationship?
What are some examples of anti-patterns?