This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to Edit/change and save the value of Internal Memory

Hi Friends,

Am using 8051 for my Project...I just need to know how to edit/Change and Save the value in Internal Memory untill Reset. On Reset the original value will be backuped Automatically...Please say how to change and save values of Internal Memory...

Thanks in Advance...

Parents
  • Are you talking about this in your target hardware, or just how to do it in the Simulator?

    When you say "Reset", is that just a reset (without power-cycle), or must it also include a power-cycle?

    For target hardware, and to save data over a power-cycle, You need to provide some sort of Non-Volatile storage - there are many possibilities; eg:
    FRAM
    EEPROM
    Battery-backed SRAM
    Flash

Reply
  • Are you talking about this in your target hardware, or just how to do it in the Simulator?

    When you say "Reset", is that just a reset (without power-cycle), or must it also include a power-cycle?

    For target hardware, and to save data over a power-cycle, You need to provide some sort of Non-Volatile storage - there are many possibilities; eg:
    FRAM
    EEPROM
    Battery-backed SRAM
    Flash

Children