avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #51409] Can't program EFUSE on ATmega32M1


From: anonymous
Subject: [avrdude-dev] [bug #51409] Can't program EFUSE on ATmega32M1
Date: Fri, 7 Jul 2017 04:49:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: Can't program EFUSE on ATmega32M1
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Fri 07 Jul 2017 08:49:05 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Fabian
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 6.3
         Discussion Lock: Any
     Programmer hardware: 
             Device type: 

    _______________________________________________________

Details:

The size of the memory efuse for atmega32m1 is not set so when one tries to
program this fuse avrdude outputs: 
avrdude: writing efuse (0 bytes):

Writing | ################################################## | 100% 0.00s

avrdude: 0 bytes of efuse written

replacing
    memory "efuse"
by

    memory "efuse"
        size = 1;
for the part specification solves the problem




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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