Guten morgen, noch nie hatte ich Probleme beim eeprom schreiben und lesen bei AtXmega256A3U,
aber gestern abend bin ich fast irre geworden.
Good morning, I've never had problems reading and writing eeprom on AtXmega256A3U,
but last night I almost went crazy.
Seit wann geht das nicht mehr
Since when is this no longer possible
{$EEPROM}
structconst
MyString1 : String[5] = 'C2';
MyString2 : String[5] = 'D3';
Aber so gehts, wenn ich {$EEPROM} raus lasse.
But this works if I leave out {$EEPROM}.
structconst
MyString1 : String[5] = 'C2';
MyString2 : String[5] = 'D3';
Gruß Frank
aber gestern abend bin ich fast irre geworden.
Good morning, I've never had problems reading and writing eeprom on AtXmega256A3U,
but last night I almost went crazy.
Seit wann geht das nicht mehr
Since when is this no longer possible
Code
{$EEPROM}
structconst
MyString1 : String[5] = 'C2';
MyString2 : String[5] = 'D3';
Aber so gehts, wenn ich {$EEPROM} raus lasse.
But this works if I leave out {$EEPROM}.
Code
structconst
MyString1 : String[5] = 'C2';
MyString2 : String[5] = 'D3';
Gruß Frank