Hello all.
Is there a possibility to implement a "software watchdog" on the nRF51822 SoC. I would like to react with this watchdog not on external events (e.g. hardware-actions like pressing buttons etc), but on software events.
Example:
A certain function was not called in the last 3 seconds and the system should be restarted.
Many thanks for your help.