avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Possible bug in S-record output


From: Alexey V.Levdikov
Subject: Re: [avrdude-dev] Possible bug in S-record output
Date: Tue, 20 May 2003 11:24:49 +0300
User-agent: KMail/1.5

В письме от Вт 20 Май 2003 02:01 Tom Harris написал:
> Greetings,
>
> I am using avrdude 4.1.0 with the ATmega8 and an STK500 programmer. I was
> programming the lfuse and hfuse registers when I noticed the following.
>
> The command "avrdude -pm8 -cstk500 -mlfuse -o- -fi" results in a correctly
> formatted Intel format hex file. The same command with "-fs" (Motorola
> format) results in a file containing the single line "S9030000FC", which
> does not contain any data. This looks like a bug to me. I have not tried
> dumping the contents of Flash to Motorola format.
>
> Thanks for avrdude by the way, it does everything I want and I didn't need
> to read the manual to use it.
>
> TomH <tomh(AT)optiscan(DOT)com>

This happens when all memory block contains only 0xff , then all unprogrammed 
bits are skipped and only s9 record in the .s19 file presents. S-record type 
S9, indicating it is a termination record. 

-- 
Alexey V.Levdikov






reply via email to

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