??? 03/16/07 15:55 Read: times |
#135122 - one more reason to KISS Responding to: ???'s previous message |
It seems to me that it is also possible that you could end up having program control dragged away from main for an unanticipated duration leading to an unintended triggering of the WDT. Suppose, for example, you get three or four interrupts at the same time. The ยต-controller will prioritize them according to either programming or default design, but it could still be quite a bit longer than anticipated before getting back to the main function.
one more reason to KISS, which, in this case means "Keep ISRs Short and SImple" Erik |