Currently I'm developing a project for an AVR ATMEGA8 board with IAR which has 1kb of RAM memory. I'm storing some values in the EEPROM as well.
My question is if it's a bad practice to read the values from EEPROM directly. I know I can save these values in RAM and then use them but I'd like to know the advantages and disadvantages of this practice.
Thank you!