This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to configure my watchdog timer to more than a minute??

Hi,

How do i configure my watchdog timer to more than a minute??

And do i feed my watchdog instead of using buttons like used in the example !!

Parents
  • well what function are you using to configure the timeout now? Either the function or the structure you give it will have the timeout as a paramter.  The device supports up to about 36 hours. 

    Set up a normal app_timer to feed the watchdog. That's sort of the point, if the code gets into a loop or a hardfault, the timer won't feed the watchdog and it'll reset. 

Reply
  • well what function are you using to configure the timeout now? Either the function or the structure you give it will have the timeout as a paramter.  The device supports up to about 36 hours. 

    Set up a normal app_timer to feed the watchdog. That's sort of the point, if the code gets into a loop or a hardfault, the timer won't feed the watchdog and it'll reset. 

Children
No Data
Related