We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
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?