John Samperi wrote: > > At 09:19 AM 4/10/2007, you wrote: > >OK, here is the code that si reading the EEPROM: (sans comments): > > > >RETRY: > > > > sbic EECR, EEPE > > rjmp RETRY > > > > out EEARL, POINTER > > in BUFFER, EEDR > > hmmmmmmmmmmmmmmmmmmmm that looks NOTHING like what the data sheet shows, > even with comments. > > Regards > > John Samperi > ***DANG*** You're right, I see now where I screwed up. I left out a crucial line of code, sbi EECR, EERE prior to copying the data from the EEDR tot he buffer. *sheesh* adding that line solved the problem. Thanks, John!!!! tom
Message
Re: [AVR-Chat] Hmmm...more
2007-10-04 by Thomas Keller