Tool/software: TI-RTOS
Hello,
I am working on watchdog module in a microcontroller.
As per my understanding, If we didn't feed the watchdog timer, timer becomes zero and it resets the microcontroller.
up to now, if I work on a single task, it is working fine when I am not servicing timer, the timer starts decrements zero and resets microcontroller and when I am servicing it is not resting the microcontroller.
when I manually(software) hang the code, CPU reset happening.
Now In my project, we have total 19 tasks running, even one task (like video freezing) is getting stuck or hang, CPU reset is not happening.
my doubt is watchdog timer will reset the only processor is hanging or will it reset even one task also got hang..???
if watchdog timer will reset the processor the only processor is suspended, then is there any method to solve if task got suspend then we can make the system to reset.
watchdog timer will reset the only processor is hanging