Explain me can we use printf inside isr?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

What is so great about <cool web technology of the day>?

0 Answers  


What is the size of the int, char and float data types?

0 Answers  


Tell me is count down_to_zero loop better than count_up_loops?

0 Answers  


Do you know what is the use of volatile keyword?

0 Answers  


If you buy some rtos, what are the features you look for in?

0 Answers  






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

1 Answers  


What is the need for an infinite loop in embedded systems?

0 Answers  


Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?

0 Answers  


Explain the difference between "set" logic, and "procedural" logic. When would you use each one and why?

0 Answers  


How do you learn about the latest technology trends?

0 Answers  


How do you identify hardware errors?

0 Answers  


Describe the structure and contents of a design document, or a set of design documents, for a multi-tiered web application.

0 Answers  


Categories