Tool/software: Code Composer Studio
I check Debug, MSP430 Flash Settings, Erase main memory only, but CCS erases INFOB when it compiles. It leaves INFOD alone.
Any suggestions on what I might do differently to preserve the contents of INFOB?
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.
Tool/software: Code Composer Studio
I check Debug, MSP430 Flash Settings, Erase main memory only, but CCS erases INFOB when it compiles. It leaves INFOD alone.
Any suggestions on what I might do differently to preserve the contents of INFOB?
I downloaded and reinstalled CCS a month or so, so my version i pretty up to date. I have projects where the INFOB is left untouched after a compile, and others where INFOB (but not INFOD) is erased.
Lee Gordon said:I have projects where the INFOB is left untouched after a compile, and others where INFOB (but not INFOD) is erased.
Since it doesn't happen in every case, it sounds like a project and/or configuration specific issue. Are you able to share one such project, ideally a small simple project that demonstrates the issue?