
TSB (Customer) asked a question.
My code is simple
P1.configWD(4000, TOGGLE); and P1.startWD(); in setup
start loop
some stuff happens
Call subroutine
Return from sub
P1.petWD();
end of loop
Problem is if I have a fail and the program hangs in the sub the timer never expires.
Is this normal?
any input is appreciated
Thanks
Tim
Yes, every time that loop wraps around, it will call that P1 command which pets the watchdog.