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.
I am using CCS V4.3.4.00033 with the TI LaunchPad (MSP-EXP430G2). The LaunchPad shipps with an MSP430G2211. I ran the "blinking LED" code example, no problem. I added some additional code associated with port P1, still ran with no problem. I built a new project, using my previous code, less the blinking LED part, changed the target to MSP430G2352 in both hardware and in the project hardware definition (my *.ccxml file does shoe MSP430D23252). It compiled fine but when I go to debug it, I get the following error -
MSP430: Trouble Writing Memory Block at 0xfffe on Page 0 of Length 0x2: Could not write device memory
Cannot write to target
A reply would be appreciated.
Thanks, Bob Shaw
Thanks for the response. The problem has been solved - it did involve the header file, but was due to 'punctuation' - quotes instead of carats. And of course, having an update come through while I was in the middle of this did not help.
Bob