patchAVR Downloader/UploaDEr - Patches: patch #6069, Atmel AT89ISP Cable

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6069: Atmel AT89ISP Cable

Submitter:  None
Submitted:  Tue 03 Jul 2007 09:05:23 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  joerg_wunsch Originator Email:  -email is unavailable-
Open/Closed:  Closed

Tue 03 Jul 2007 09:05:23 PM UTC, original submission:  

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

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-02-17 joerg_wunsch StatusNone Done
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-0329.
    Corresponding source code