bugAVR Downloader/UploaDEr - Bugs: bug #47776, Wrong Device ID for xMega16C4 /...

 
 

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

bug #47776: Wrong Device ID for xMega16C4 / xMega32C4

Submitter:  Thilo Ackermann <thiloa>
Submitted:  Sun 24 Apr 2016 01:56:21 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name:  ThiloA
Open/Closed:  Open Release:  None
Programmer hardware:  Device type: 

Sun 24 Apr 2016 01:56:21 PM UTC, original submission:  

Hi

according to

http://www.atmel.com/Images/Atmel-8493-8-and-32-bit-AVR-XMEGA-Microcontrollers-ATxmega16C4-ATxmega32C4_Datasheet.pdf

device ids should be

ATxmega16C4: 1E 94 43 
ATxmega32C4: 1E 95 44

But in avrdude.conf.in both ids are interchanged:
...
    desc = "ATxmega16C4";
    signature = 0x1e 0x95 0x44;
...
    desc = "ATxmega32C4";
    signature = 0x1e 0x94 0x43;
...

Regards
ThiloA

Thilo Ackermann <thiloa>

 

(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 thiloa (Submitted 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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code