avrdude-dev
[Top][All Lists]
Advanced

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

RE: [avrdude-dev] ATMega8535 on avr910


From: Theodore A. Roth
Subject: RE: [avrdude-dev] ATMega8535 on avr910
Date: Tue, 12 Aug 2003 16:55:32 -0700 (PDT)

On Wed, 13 Aug 2003, Alex Shepherd wrote:

:);**** Clear LED ****
:)w6:    
:)      cpi     u_data,0x79     ; 'y' Clear LED (ignored)
:)      brne    w7
:)      rcall   getc            ; ignore data byte
:)      rjmp    put_ret

Well, here's the source in avrdude's cvs repo:

;**** Clear LED ****
                                                                                
w6:
        cpi     u_data,0x79     ; 'y' Clear LED (ignored)
        brne    w7
        rjmp    put_ret
                                                                                

Looks like we'll have to send an extra byte if the version is higher than 
some value.

Would be better to just figure out why the failure without sending the 'y' 
command.

Ted Roth





reply via email to

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