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: [EMAIL PROTECTED]
             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/



_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to