I have two questions
1. Could anyone please provide link/example how to locate eeprom variables to specific location
2. How to make eeprom variable visible only in one file and NOT initialize it at the same time. Attribute static does first thing but it also initializes variable to 0
Thanks.