Hello,
it seems that AVR GCC doen't support the new ATTINY 816, 817 !
At least not completely.
For example the <avr/eeprom.h>
the functions eeprom_read_byte, write_byte, etc.. doesn't work.
Neither the EEMEM allocation to declare eeprom variables/constants in eeprom.
I am writing the subroutines for using NVMCRTL for read byte and write byte,but
- does anybody knows how to declare variable in eeprom like EEMEM ?
- Do you know when the full support for these new amazing attiny will be implemented in AVR GCC?
Thanks and best regards.
FGRAS78