AVR schrieb im Beitrag #5194306:
> Hallo,
>
> ich versuche gerade unter Linux die "neuen" ATtiny zu programmieren. Ein
> ATmega32 klappt, aber AVR-GCC findet den 817 nicht. Hiermit compiliere
> ich:
>
> avr-gcc -g -Os -mmcu=attiny817 -c main.c
>
> Version des avr-gcc ist 7.2.0
>
> Ich hoffe Ihr könnt mir helfen.
In der AVRlibc wird der nicht unterstützt, von Compiler offenbar auch
noch nicht.
Edit: GCC kann's
“XMEGA” devices with up to 64 KiB of combined program memory and RAM,
and with program memory visible in the RAM address space.
mcu = attiny1614, attiny1616, attiny1617, attiny212, attiny214,
attiny3214, attiny3216, attiny3217, attiny412, attiny414, attiny416,
attiny417, attiny814, attiny816, attiny817.