Hello,
I'm getting kicked by the watchdog when calculating the CRC of a file (~9K) during the OTA upgrade.
As I read on the forum, the watchdog timer is ~2s. I managed no to be kicked by calling cfa_kickWatchdog on every iteration but my question is: how to know when we should call it before getting kicked ? I don't want to call it too often.
Thanks.
Solved! Go to Solution.
There is no harm in kicking the watchdog too often. You can always kick it once every say 10th iteration.
There is no harm in kicking the watchdog too often. You can always kick it once every say 10th iteration.