On Fri, Apr 3, 2009 at 9:36 AM, JMGross <[email protected]> wrote:
> I know that initializing the variable fields at startup can take longer than > the WDT interval on processors with more RAM, but it would be way more > compatible to use a slower startup code that triggeres WDT Absolutely right, and I think the correct way would be to turn off WDT specifically for the initialization and then turn it on again. It would make for clearer code, too: WDT manipulation would happen right next to the code that requires it.
