Posted on May 05, 2015 at 17:39 What compiler? What do you want to do exactly? If your need is to not write the eeprom when flashing your program (so that your newly flashed application uses eeprom values from the previous session/execution) you can use the -c option on the eeprom segment in the linker file (Cosmic compiler). Hope it helps.