avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #34277] avrdude reads wrong byte order if using avr91


From: anonymous
Subject: [avrdude-dev] [bug #34277] avrdude reads wrong byte order if using avr911 (aka butterfly)
Date: Mon, 12 Sep 2011 21:24:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.6.17-1.fc14 Firefox/3.6.17

URL:
  <http://savannah.nongnu.org/bugs/?34277>

                 Summary: avrdude reads wrong byte order if using avr911 (aka
butterfly)
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Mon 12 Sep 2011 09:24:57 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Karl Fessel
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi Developers,
reading words from flash using the butterfly protokol in
butterfly.c: 'butterfly_read_byte_flash'  you are using "g\000\002F" which
means read two bytes from Flash as the flash is is little endian byte order it
delivers LSB first not MSB as you assume later in that funktion (u are turning
the bytes).

-reading the flash with the -U f:r: commandline gave correct contend
-reading using the read funktion in terminal mode turned the bytes
-using the jtagmkii both modes returned the correct content

Yours Karl Fessel




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?34277>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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