Gustavo Goretkin wrote: > Thank you for your reply. I'm trying to assemble the code, but im > experiencing some trouble, > ldi R26,low(E2END-1) ; increment Chip Erase Counter > located at address E2END-1 > ldi R27,high(E2END-1) ; > > I don't quite understant what E2END is, and where it is supposed to be > defined/ equated > thanks again > > stevech wrote: I would hazard a guess that E2END is value equivalent to the last location of the EEPROM. I am not sure if this is an Atmel define or a complier one. Regards, Kat.
Message
Re: [AVR-Chat] Bootloader troubles
2005-07-10 by Kathy Quinlan