On 11/7/06, Moataz Hussein <husseinmoataz@yahoo.com> wrote: > > > I do not re program, just power cycling. > nothing in the ram You're going to have to chase it out, debugging is where it really gets interesting. One thing that I do on all my projects, is during init, before I set up anything that uses ram, I write all ram cells to zero. This helps assure that everything starts from a known state. If I ever forget to init a ram variable, at least it will start from the same state. I've also been known to go change that to $FF or other values, hoping to uncover anything that was actually using an uninitted value. [Non-text portions of this message have been removed]
Message
Re: [AVR-Chat] strange display
2006-11-07 by David VanHorn
Attachments
- No local attachments were found for this message.