avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #46021] Please add read in the memory lock section of


From: anonymous
Subject: [avrdude-dev] [bug #46021] Please add read in the memory lock section of ATtiny85
Date: Tue, 22 Sep 2015 04:51:49 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: Please add read in the memory lock section of
ATtiny85
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Tue 22 Sep 2015 04:51:48 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Pasquale Cocchini
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

For some reason the ATtiny85 is missing the read specification in the memory
lock section in the configuration file.
This is makes avrdude croack when reading the lock fuses.
In the following is the tested proposed fix.
Cheers,
Pasquale

     memory "lock"
         size            = 1;
         write           = "1 0 1 0  1 1 0 0  1 1 1 x  x x x x",
                           "x x x x  x x x x  1 1 i i  i i i i";
########## PC: From datasheet page 157. START FIX. #############
         read            = "0 1 0 1  1 0 0 0  0 0 0 0  0 0 0 0",
                           "x x x x  x x x x  o o o o  o o o o";
########## END FIX. ############################################
        min_write_delay = 9000;
        max_write_delay = 9000;
       ;





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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