When to call cfa_kickWatchdog ?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
user_2112781
Level 4
Level 4
10 likes received 10 likes given 5 likes given

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.

0 Likes
1 Solution
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

There is no harm in kicking the watchdog too often. You can always kick it once every say 10th iteration.

View solution in original post

1 Reply
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

There is no harm in kicking the watchdog too often. You can always kick it once every say 10th iteration.