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.

MSP432P401M: LOAD PROGRAM ERROR IN MSP432P401M

Part Number: MSP432P401M

Hello,

This is Saumya. We are using MSP432P401M in our project. I imported an example project from  simplelink_msp432p4_sdk_3_40_01_02 -> example -> nortos -> MSP_EXP432P401R -> driverlib -> gpio_toggle_output ->ccs and added my .c and .h files using Addfiles option. Then we changed the device in ccs  by selecting MSP432P401M device and msp432p401m.cmd by editing the general project properties. The project complied and built successfully. But when we try to flash the image Load program Error is popping up.On the CCS Console the following error is showing :

CORTEX_M4_0: File Loader: Memory write failed: Could not read 0X20000154: execution state prevented access.

I'm attaching a screenshot of the same here. Can you please help me to identify how to resolve this issue.