Hi, may be you can just doing the same as it is done for AT32UC3A0512. (Just adding a new entry in the config file if noting else has changed with UC3C.)
It defines only the last 3 bytes of the signature. So the revision number is not used. It also ignores the first 4 bits of the part number, but as the signature is only used to recheck for the right the devices the remaining 12 bits might be enough to be sure programming the right device. Kind regards René Am 29.01.2016 um 13:17 schrieb Marco Nilsson: > I’m trying to add support for UC3C devices. These devices use a 4 byte JTAG > identifier, such as 0xr200003F where ‘r’ is the revision number. The problem > here is that avrdude only allows 3 bytes for signature, and no wildcards. > This means that I will either get a parse error when using 4 bytes, or the > signatures will not match. > > Is there any way to extend this to 4 bytes and maybe even add wildcard bits? > > /Marco > > > > _______________________________________________ > avrdude-dev mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/avrdude-dev _______________________________________________ avrdude-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avrdude-dev
