Detecting presence of watchdog jumper

Topics about the Hardware of Revolution Pi
Post Reply
aharrah
Posts: 11
Joined: 23 Aug 2019, 18:40
Answers: 0

Detecting presence of watchdog jumper

Post by aharrah »

Is there a programmatic way to query the RevPi to determine if the watchdog jumper is present?
User avatar
dirk
KUNBUS
Posts: 1948
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Detecting presence of watchdog jumper

Post by dirk »

Hi aharrah, just have a look at the schematics. I see a WD_IN signal that connects to GPIO42.
aharrah
Posts: 11
Joined: 23 Aug 2019, 18:40
Answers: 0

Re: Detecting presence of watchdog jumper

Post by aharrah »

GPIO42/WD_IN is the watchdog chip's input, which I'm toggling periodically.

I am looking for a way to determine if the watchdog jumper is present on the X4 connector. From the schematic I believe this line, after conditioning, is labeled "WD_EN (from Pin3 X4 connector)."

Thanks,
Andy
User avatar
dirk
KUNBUS
Posts: 1948
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Detecting presence of watchdog jumper

Post by dirk »

Hi Andy, it is not possible to read out if the watchdog is enabled or bridged.
Post Reply