Advanced Embedded Systems Question:

Download Job Interview Questions and Answers PDF

Explain me what is the function of Watchdog timer in embedded system?

Advanced Embedded Systems Interview Question
Advanced Embedded Systems Interview Question

Answer:

The embedded system should have a function that can allow the fixing the system if anything goes wrong with it. Watchdog timer is a tool that is used in embedded system and having a long-fuse that runs several seconds. Watchdog timer includes the automated timing control that count down the number from max to 0 and when the counter reaches the zero, this WDT reset the micro-controller that gets turned off when the timer was in initial phases. Watchdog require the user to put some value before it runs out of time and reset the whole process as this can harm the data and the system. Resetting by WDT can be done when the process is half complete. Watchdog timer have the counter that is used to watch the processes that are running and if there is any issue occurs then WDT itself times out. The resetting of the system will be done to always give it the best possible way to execute the process.

Download Advanced Embedded Systems Interview Questions And Answers PDF

Previous QuestionNext Question
Explain why embedded system is useful?Do you know how does the interrupts handle by using the threads?