uisp-dev
[Top][All Lists]
Advanced

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

[Uisp-dev] [patch #7590] Support for ATtiny48/88


From: Jacques Pelletier
Subject: [Uisp-dev] [patch #7590] Support for ATtiny48/88
Date: Fri, 05 Aug 2011 05:28:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.04 (lucid) Firefox/3.6.18

URL:
  <http://savannah.nongnu.org/patch/?7590>

                 Summary: Support for ATtiny48/88
                 Project: AVR In-System Programmer
            Submitted by: physnoct
            Submitted on: Fri 05 Aug 2011 05:28:54 AM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

In Avr.C I added
  { "ATtiny48",     0x92, 0x09,   4096,  32,   64,  4500, 9000, AVR_TN48 },
  { "ATtiny88",     0x93, 0x11,   8192,  32,   64,  4500, 9000, AVR_TN88 },


In Avr.h I added (not sure about the fuse and poll flags)
#define AVR_TN48 (AVR_BYTE_POLL | AVR_PAGE_POLL | AVR_FUSE_RD \
                  | AVR_FUSE_NEWWR | AVR_CAL_RD | AVR_FUSE_HIGH)
#define AVR_TN88 (AVR_BYTE_POLL | AVR_PAGE_POLL | AVR_FUSE_RD \
                  | AVR_FUSE_NEWWR | AVR_CAL_RD | AVR_FUSE_HIGH)

I didn't test the programming of the lock and fuse bits, but erasing and
programming the flash works fine with a ATtiny48.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7590>

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




reply via email to

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