This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The environment CCS4 Version: 4.1.2.00027 and current target MSP430F2418.
The information memory (along with the main memory) on the target is being erased when a new program is loaded for debugging. I know there's a check box somewhere in Eclipse that, if unchecked, doesn't erase the information memory during loading. I even stumbled on it a week or so ago. My question is, where in the heck is it? I've looked at what would seem to be the obvious places and some not so with no success. A pointer to where it can be found would be much appreciated.
Thanks,
Lauren
Right-click on the project, go to Debug Properties. It is under Target tab->MSP430 Properties. See attached screenshot
Hi Lauren,
Go to 'Windows->Preferences' and type in 'MSP430' in the filter field. This will find the MSP430 Properties page for you and you can adjust the settings for the Erase Options.
Doing it this way will apply whatever changes globally. You can also do this to apply to just that debug session from the 'Tools->Debugger Options'
Thanks
ki