Explain me can we use printf inside isr?
No Answer is Posted For this Question
Be the First to Post Answer
What is so great about <cool web technology of the day>?
What is the size of the int, char and float data types?
Tell me is count down_to_zero loop better than count_up_loops?
Do you know what is the use of volatile keyword?
If you buy some rtos, what are the features you look for in?
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
What is the need for an infinite loop in embedded systems?
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Explain the difference between "set" logic, and "procedural" logic. When would you use each one and why?
How do you learn about the latest technology trends?
How do you identify hardware errors?
Describe the structure and contents of a design document, or a set of design documents, for a multi-tiered web application.