[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] RE: Possible bug in S-record output
From: |
Tom Harris |
Subject: |
[avrdude-dev] RE: Possible bug in S-record output |
Date: |
Wed, 21 May 2003 08:33:03 +1000 |
Alexey V.Levdikov wrote:
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.
This does not appear to be the case, I had 0xee in my lfuse register.
I have captured the output from avrdude. The Intel format output is a block
containing a single byte, value 0xee. The Motorola format output contains no
data
C:\>avrdude -pm8 -Pcom2 -cstk500 -mlfuse -fi -o-
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x1e9307
avrdude: reading lfuse memory:
0
avrdude: writing output file "-"
:01000000EE11
:00000001FF
avrdude done. Thank you.
C:\>avrdude -pm8 -Pcom2 -cstk500 -mlfuse -fs -o-
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x1e9307
avrdude: reading lfuse memory:
0
avrdude: writing output file "-"
S9030000FC
avrdude done. Thank you.
C:\>
> -----Original Message-----
> From: Tom Harris
> Sent: Tuesday, 20 May 2003 9:02 AM
> To: 'address@hidden'
> Subject: Possible bug in S-record output
>
> 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>
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avrdude-dev] RE: Possible bug in S-record output,
Tom Harris <=