What's the trick to using the WDT without causing a system reset??? We want to use the WDT for a pause mechanism - then continue from the pause at the same Main location? tks!
What's the trick to using the WDT without causing a system reset??? We want to use the WDT for a pause mechanism - then continue from the pause at the same Main location? tks!
'm not sure what you're trying to use the WDT for. WDT is typically used to effect a CPU reset in case your code freezes or deadlocks.
Typical usage is:
'm not sure what you're trying to use the WDT for. WDT is typically used to effect a CPU reset in case your code freezes or deadlocks.
Typical usage is:
Correct. Also, if you get a timeout event, there will always be a reset. What you want is therefore not possible. Take a look at section 19.1.3 in the nRF51 Reference Manual for details on how this works.