What is the significance of watchdog timer in embedded systems?


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

Post New Answer

More Embedded Systems AllOther Interview Questions

Describe to me some bad code you've read or inherited lately.

0 Answers  


What kinds of problems can you hit with locking model? And a lockless model?

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 an embedded system and why it is used?

0 Answers  


What happens when recursive functions are declared inline?

0 Answers  


How i/o devices are classified for embedded system?

0 Answers  


What is the need for dmac in es?

0 Answers  


Is tasklets or workqueues or softirqs are scheduled by the scheduler?

2 Answers  


Discuss the differences between mocks and stubs/fakes and where you might use them (answers aren't that important here, just the discussion that would ensue).

0 Answers  


Describe a pattern that is not the factory pattern?

0 Answers  


Can a volatile be constant? Like

0 Answers  


What is the purpose of using critical sections?

0 Answers  


Categories