Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Watchdog timers on AM335x boards

44 bytes added, 18:38, 30 June 2015
no edit summary
====Timeout====
For exampleDefault timeout for AM3354's watchdog is 60 seconds, but we can change the timeout value by adding the following lines to our main function, before the ''while'' loop:
int timeout = 45;