uncle4
1
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!
DocWu
2
uncle4
3
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.