Tool/software: Code Composer Studio
We enabled watchdog with 5 secs. At the very first time of flashing the code via JTAG cable is connected, the watchdog timeout happens at 5 secs.
During the time-out RESET happens and JTAG communication with CCS is disabled.
When we remove JTAG and re-start the board with newly flashed binary, the watchdog timeout happens at every 120 secs instead of 5 secs.
What could be reason behind getting 120 secs timeout instead of 5 secs?.
here, is my watchdog code implementation
and below is the WATCHDOG calback function