Quote:
Originally Posted by Tom Bottiglieri
Is there any extra initialization on a cold boot? I believe I may be tripping the watch dog, but can't be entirely sure.
|
If you zip up your code and e-mail it to me I'll have a look. If I remember correctly, I disabled the watch-dog timer in the library code so this shouldn't be a problem. I haven't reverse engineered the master processor code (yet <grin>), so I don't know if it's enforcing some kind of initialization time limit. For grins you could try commenting out the memory clearing code in _startup and see if that makes a difference.
-Kevin