avrdudes / avrdude

AVRDUDE is a utility to program AVR microcontrollers
GNU General Public License v2.0
747 stars 138 forks source link

[bug #41388] ATxmega32c4 and ATxmega16c4 have wrong signatures #328

Closed avrs-admin closed 2 years ago

avrs-admin commented 2 years ago

N Brulez Wed 29 Jan 2014 01:43:30 PM UTC

In the current revision of avrdude.conf.in, the ATxmega32c4 and ATxmega16c4 have wrong signatures.

Current revision: ATxmega32c4 --> 1E 94 43 ATxmega16c4 --> 1E 95 44

Where it should be the opposite: ATxmega32c4 --> 1E 95 44 ATxmega16c4 --> 1E 94 43

Sources: http://www.atmel.com/devices/ATxmega32C4.aspx and specially page 14 of http://www.atmel.com/Images/Atmel-8493-8-and-32-bit-AVR-XMEGA-Microcontrollers-ATxmega16C4-ATxmega32C4_Datasheet.pdf

Anyway, programming an ATxmega32c4 works well with '-p avrxmega32c4 -F'.

This issue was migrated from https://savannah.nongnu.org/bugs/?41388

avrs-admin commented 2 years ago

Joerg Wunsch Mon 15 Jan 2018 11:15:20 PM UTC

Fixed in r1416 (patch #8910)