avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [avrdude-dev] AVR910 Programming speed


From: Theodore A. Roth
Subject: Re[2]: [avrdude-dev] AVR910 Programming speed
Date: Sat, 5 Apr 2003 23:00:08 -0800 (PST)

On Sat, 5 Apr 2003, Theodore A. Roth wrote:

:)Try the latest cvs now. I just committed the changes to implement handing of 
:)the the auto incr addr feature.
:)
:)Dumping the entire 8K of flash from an 8515 took 46 second without auto incr
:)and 21 second with. YMMV.

I think there is a flaw in the my implementation which breaks reading or
writing from terminal mode. I just need to but the avr910_read_byte()
avr910_write_byte() functions back in the code (luckily I didn't remove the
hooks I had previously added). I'm assuming that the stk500 just does this
with the ':' command to access the device via the spi interface directly.

Also, I'm wondering if the paged_write and paged_load methods should have an 
interface change to allow setting a starting address. It looks like both the 
stk500 and avr910 are hard coded to start the operation at addr 0. Is there 
a compelling reason that someone would wish to read or write a block of 
memory at some offset? I don't see this being needed for flash (except for 
maybe to load a bootloader only???), but it could be reasonable to want to 
do it for eeprom.

Anyways, I'll re-add the code for byte read/write access for avr910 which I 
removed when going to paged ops. :-\

Ted Roth





reply via email to

[Prev in Thread] Current Thread [Next in Thread]