Tell me what is the purpose of using critical sections?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me how does the interrupts handle by using the threads?
What is the need for having multibyte data input and output buffers in case of device ports?
What's so great about <cool web technology of the day>?
What are the characteristics of embedded system?
Tell me why do we need virtual device drivers when we have physical device drivers?
Tell me what is the difference between hardware design and software design?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
Tell me is count down_to_zero loop better than count_up_loops?
What buses are used for communication in embedded system?
Tell me what is the function of dma controlled in embedded system?
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 difference between micro processor & micro controller ?