bugAVR Downloader/UploaDEr - Bugs: bug #30946, Added support for ATmega8/16/32U2

 
 

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

bug #30946: Added support for ATmega8/16/32U2

Submitter:  None
Submitted:  Thu 02 Sep 2010 09:48:30 AM UTC
Votes: 10
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Lech Perczak
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Wed 11 May 2011 09:49:18 PM UTC, comment #3: 

right,
after a few check, almost all xml got this dummy section when they didn't have jtag :
<property-group name="JTAG_INTERFACE">
<property name="ALLOWFULLPAGESTREAM" value="0x00"/>
</property-group>

the chip who have jtag should be identified with an 'interface' node which look like :
<interface name="JTAG" type="megajtag"/>

jonathan nifenecker <crazyiop>
Wed 11 May 2011 09:10:08 PM UTC, comment #2: 


> this is not totally correct:
> has_jtag = no;


According to the datasheet, these devices don't feature
JTAG debugging but debugWIRE.  If the XML files disagree,
this is likely a bug in the XML files (worth reporting).

Joerg Wunsch <joerg_wunsch>
Group administrator
Sun 08 May 2011 08:04:22 PM UTC, comment #1: 

this is not totally correct:
    has_jtag         = no;

there is a
<property-group name="JTAG_INTERFACE"> in the xml files.

so the jtag parameters :
# JTAG ICE mkII parameters
    idr   =0x31;
    spmcr = 0x37 ;
    rampz = 0x3B ;
    eecr  = 0x1f ;
    is_avr32   = no;

are missing for all 3 part.

jonathan nifenecker <crazyiop>
Thu 02 Sep 2010 09:48:30 AM UTC, original submission:  

I've made new entries to configuration file, to support those devices. They were based on AT90USB162 entries and verified against datasheet. They should be added to next release.

Anonymous

 

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

Attached Files
file #21373:  atmegaXXU2.conf added by None (20KiB - application/octet-stream - Additional entries for avrdude.conf)

 

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 (Posted a comment)
  • -email is unavailable- added by crazyiop (Posted a comment)
  • -email is unavailable- added by davelyons (Voted in favor of this item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 10 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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-05-11 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2010-11-17 davelyons Carbon-Copy- Added davelyons
    2010-09-02 None Attached File- Added atmegaXXU2.conf, #21373

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code