Hi, I am using Proteus Software to simulate my circuit. I have an Arduino Mega 2560 and want to save some string in its EEPROM.
When i run the problem uncommenting the EEPROM.write commands, it does write to the EEPROM of Mega (Which i can see using the debug menu).
However when i stop the simulation and restart it again, it cleans the EEPROM again. Can someone tell me how to retain EEPROM data in proteus between simulations?