Do you know what is the function of watchdog timer in embedded system?
No Answer is Posted For this Question
Be the First to Post Answer
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
Tell me what is isr?
What are the uses of the keyword static?
What is mutex precisely used for?
Explain the significance of watchdog timer in embedded systems?
What is the use of having the const qualifier?
Tell me is count down_to_zero loop better than count_up_loops?
Accessing fixed memory locations
Explain what is size of character, integer, integer pointer, character pointer?
DMA deals with which address (physical/virtual addresses) ?
Why continuous integration is important?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?