Use embedded Watchdog #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ditch UCC, use STM Watchdog + GPIO
-> Implement PoR in SW
Not possible because the fact that the GPIO can be controlled from soft-/firmware would mean that the latch can reset itself through the power-on-reset mechanism. A hardware power-on-reset (RC?) would therefore be required.
Embedded Watchdog + External RC PoR seems to be the most cost-effective solution.
Rule compliance is given because the watchdog toggle happens from software anyway, and the watchdog output only trips the latch, can't reset it. Reset is covered by PoR circuit.