At 03:51 PM 9/24/2004, mikkohelin wrote: >I implemented a flash burner for AT29C256 using XMODEM protocol with >8515 and STK200. Xmodem (checksum) uses 128 byte page size while the >Atmel flash eeprom use 64 byte page size. So I use for loop (~40000 >iterations, null body) for delay after writing the data into flash. My first suggestion, would be that you poll for write complete, rather than using the static delay. It will be faster as well.
Message
Re: [AVR-Chat] Strange problems
2004-09-24 by Dave VanHorn