SparkFun Forums 

Where electronics enthusiasts find answers.

For the discussion of Arduino related topics.
#194545
I'm trying to get 'watchdog' like behavior on this board.

If I use the SFE breakout board definition in the Ardiuno IDE,
I can't include AVR headers/libraries. I also can't use the Nordic
development tool (which also includes watchdog support)...

Any suggestions for an easy way to get watchdog-like behavior
without rolling my own?

Thanks!
#194595
Thanks for the tip. Unfortunately this won't/doesn't work. It's pulling in
the watchdog functions from the AVR library ("#include <avr/wdt.h>").

The way the Sparkfun board definition is layed out, you _can't_ use
the nRF52832 board support _and_ the AVR libraries.

If there are any other thoughts, i'd love to hear/know 'em.

Thanks again.