Disable watchdog for Digital Outs on RevPi Compact
Posted: 28 May 2024, 23:27
Hi all,
the RevPi Compact has an Watchdog on the digital output pins. That means, every 9 ms you have to write the gpio state again to high, if you dont want the watchdog to set it back to low again.
This watchdog is too sensitive for our use-case. I would like to increase the time or disable the watchdog but I cannot find any documentation on that.
Background: I am writing a service for all the IOs of the revPi Compact but it is not fast enough to handle all GPIOs simultaneously within 9 ms. Yes I know, I can work on the performance, adapt the architecture, and be more efficient.. But I dont want to. 9 ms is too sensitive, and I would like to have control over the watchdog. Please help!
the RevPi Compact has an Watchdog on the digital output pins. That means, every 9 ms you have to write the gpio state again to high, if you dont want the watchdog to set it back to low again.
This watchdog is too sensitive for our use-case. I would like to increase the time or disable the watchdog but I cannot find any documentation on that.
Background: I am writing a service for all the IOs of the revPi Compact but it is not fast enough to handle all GPIOs simultaneously within 9 ms. Yes I know, I can work on the performance, adapt the architecture, and be more efficient.. But I dont want to. 9 ms is too sensitive, and I would like to have control over the watchdog. Please help!