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

non volatile memory simulation

Does anyone have an idea how to simulate non volatile memory in uVision2?

(Sometimes having a prototype board in your hands to use with your emulator takes a bit longer than you expect, and you have to do your first steps with simulation).

The problem is that i haven't found a way to store non volatile data between debugging sessions and for every single compile i have to do the data entry from the begining.

Thanks in advance.

Parents
  • I suspect that the segment info is stored in the first record of the hex file so I suppose that I do not have to point the segment as I asked in the previous question.

    I open the hex file with an editor and it contains my data.

    But although the load command executes with no error I notice no change in the memory window.

    What could have gone wrong?

Reply
  • I suspect that the segment info is stored in the first record of the hex file so I suppose that I do not have to point the segment as I asked in the previous question.

    I open the hex file with an editor and it contains my data.

    But although the load command executes with no error I notice no change in the memory window.

    What could have gone wrong?

Children
No data