This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Watchdog reset

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