Menu

Retain EEPROM values with Circuit

Anonymous
2019-07-07
2019-07-11
  • Anonymous

    Anonymous - 2019-07-07

    Hi,

    When UI use the EEPROM with an Arduino, the values are retained between
    poweroffs. That is great, but when I quit SimulIDE and restart it with
    the same circuit, my EEPROM is cleared.

    It would be nice to be able to store the EEPROM contents between
    SimulIDE invocations.

    The most simple solution (from my point of View) would be an external
    file which holds the EEPROM contents (like the firmware does). That way
    the EEPROM will survive invocations of SimulIDE. Erasing the EEPROM
    would be as simple as deleting this file.

    Regards,
    Marcel

     
  • Anonymous

    Anonymous - 2019-07-10

    I need this too. Specifically AT23C16.

     
  • Santiago

    Santiago - 2019-07-10

    Hi.

    I'm already working in EEPROM persistance.

     
  • Anonymous

    Anonymous - 2019-07-11

    Thanks: https://gitlab.com/cheako/simulide/commit/d64016e51750df27ac3960aac63f28a9dbe976ae

    I added the chip I was looking for, though it also needs persistance. Let me know if there is anyothing I can do to help.

     
  • Santiago

    Santiago - 2019-07-11

    Thanks, i will have a look.