Watch dog Exception

Watchdog generate Out of Range exception on this line

                   GHIElectronics.NETMF.Hardware.LowLevel.Watchdog.Enable(300 * 1000);      //20 sec

Does it work with different range? You are setting it to 300 seconds! This may very well be out of range for some systems

Check out method “public static uint MAX_TIMEOUT { get; }” of watchdog class.

Also, keep in mind, it can only be enabled once.

Looks like I can only set a max of 15 sec for chipX