Hi everybody!
I have some parts in my code that I must check before continueing the execution. If the conditions are not fullfilled I've implemented a watchdog reset. The question is: supposing the conditions are never fullfilled (external hardware damage for example), how long can the processor withstand this situation of continuous reset. I could count the number of resets (except the POR or BOR resets). But is there something I can program to happen when let's say 100 resets have occurred? Do I have to think about this?
Thanks a lot,
Monica