nRF52832/WRL-13990 board support in Arduino IDE for watchdog

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!

See if this helps: https://tushev.org/articles/arduino/5/a … hdog-timer

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.