avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #50350] EFuse high order 4 bits writes incorrectly. F


From: anonymous
Subject: [avrdude-dev] [bug #50350] EFuse high order 4 bits writes incorrectly. Fix attached.
Date: Sat, 18 Feb 2017 00:16:07 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

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

                 Summary: EFuse high order 4 bits writes incorrectly. Fix
attached.
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Sat 18 Feb 2017 05:16:06 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Mark
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 6.3
         Discussion Lock: Any
     Programmer hardware: STK500v2
             Device type: atmega32u4

    _______________________________________________________

Details:

When programming the atmega32u4(m32u4) EFuse, AVRDude trys to write the upper
4 high bits as "0". These 4 bits are unused by the uP and are to be
unprogrammed, set to "1". This causes a mismatch when read for verification
since the uP ends up allowing 2 of these bits to be programmed:IE "1 1 0 0 i i
i i".
In the avrdude.conf file under m32u4, it is set to write "x x x x i i i i". By
updating the avrdude.conf file to "1 1 1 1 i i i i", the upper 4 bits are
properly left as a "1" while the lower 4 bits are written according to user
input. This corrects the issue.

Example: writing "F3" to the EFuse returns "C3" after programming since
AVRDude trys to write "03" and the uP mistakenly accepts 2 of the upper "0"s.
After updating the avrdude.conf to default the upper 4 bits to unprogrammed
("1"), the upper 4 bits are properly left as unprogrammed (unused) and the
EFuse properly returns as "F3".



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 18 Feb 2017 05:16:06 AM UTC  Name: m32u4 EFuse write bug.JPG  Size:
42kB   By: None
See EFuse Bug Fix.JPG for change to avrdude.conf to correct the issue.
<http://savannah.nongnu.org/bugs/download.php?file_id=39782>
-------------------------------------------------------
Date: Sat 18 Feb 2017 05:16:06 AM UTC  Name: EFuse Bug Fix.JPG  Size: 33kB  
By: None
See EFuse Bug Fix.JPG for change to avrdude.conf to correct the issue.
<http://savannah.nongnu.org/bugs/download.php?file_id=39783>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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