avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [patch #6069] Atmel AT89ISP Cable


From: anonymous
Subject: [avrdude-dev] [patch #6069] Atmel AT89ISP Cable
Date: Tue, 03 Jul 2007 21:05:24 +0000
User-agent:

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

                 Summary: Atmel AT89ISP Cable
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Tuesday 07/03/2007 at 21:05 UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The AT98ISP Cable is a simple parallel dongle for AT89 family.
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877

Using the following definition it can be used with avrdude to program all
known devices (AVRs and AT89S).

The header of AT89ISP is not compatible with AVRs but is very easy to make an
adaptor.

Please include the following definition in the official avrdude configuration
(you can name it as you like).
#-------------------------------------------
programmer
  id = "89isp";
  desc = "Atmel at89isp cable";
  type = par;
  reset = 17;
  sck = 1;
  mosi = 2;
  miso = 10;
;
#--------------------------------------------

I have tested with AVR and AT89S micros with full success.

Evangelos Arkalis





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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