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.

CCS/MSP432-DEBUGGERS: MSP432-DEBUGGERS

Part Number: MSP432-DEBUGGERS

Tool/software: Code Composer Studio

Hello,

I am using the MSP432 Launchpad's XDS110 to connect to my JTAG header on my own PCB which has an MSP432. I am just trying to load a program to my MCU but I am running into trouble when debugging on CCS. The debugging works up until the flash programmer tries to write the program to memory. I then get the following error:

CORTEX_M4_0: Flash Programmer: Verify error. Writing to Flash failed!

I try the same setup with the MCU on the launchpad board itself with no errors, the only difference between the two is that the MCU I am using on my project is an MSP432P401R Rev C and the on on the Launchpad is a XMS432P401R Rev C. From my understanding, there should be no difference in the memory maps, as I have checked the linker command file and compared it to the information in the MSP432 datasheet and everything seems to line up.

I have attempted to follow solutions in other forums with no success and I am not sure what is wrong. So far I have check my power supply levels to make sure that they do not drop during writing and I have followed the information on this page somewhat http://processors.wiki.ti.com/index.php/Troubleshooting_CCS_-_Data_Verification_Errors. This is my first time programming an MCU on my own PCB rather than a development board, so all of this is fairly new to me.

My current setup is:
Macbook Pro running OS X 10.12.3
Code Composer Studio 7.0.0.00042
Launchpad MSP-EXP432P401R Rev 2.0

**Attention** This is a public forum