I like to failsafe an Atmega8 mcu despite having its own WDT. does it make sense that if I add an attiny to the circuit to check if each loop is taking a specific time, if not reset the Atmega chip?
Asked
Active
Viewed 81 times
1 Answers
5
It would be preferable for reliability to use a hardware WDT rather than another black box processor with a huge number of possible internal states.
Saves the programming process as well, but it might cost a bit more.

Spehro Pefhany
- 376,485
- 21
- 320
- 842