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.
uVision2 MENU: DEBUG/Memory Map I have to re-enter the memory map every time I go into debug with the below information. With Read and Write check boxes checked. X:0x100000,X:0x10FFFF X:0x180000,X:0x18FFFF X:0x080000,X:0x08FFFF X:0x010000,X:0x010000 When I quit debug and start debug again it's gone and I have to re-enter it again. Where can I put this so it's already defined when I go into debug so I don't have to keep typing it in. Thanks,
Thanks for the help, it worked. This is what I entered into the debug.ini file.
MAP X:0x100000,X:0x10FFFF READ WRITE MAP X:0x180000,X:0x18FFFF READ WRITE MAP X:0x080000,X:0x08FFFF READ WRITE MAP X:0x010000,X:0x010000 READ WRITE