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.

MSP432E411Y: identifier not found: DP_RESET when trying to factory reset board to clear USER_REG0 - USER_REG3

Part Number: MSP432E411Y

Tool/software:

I'm trying to perform a factory reset of anMSP432E411Y MCU using the msp432_factory_reset.gel provided in the CCS 12.6 install (C:\ti\ccs1260\ccs\ccs_base\emulation\gel\msp432_factory_reset.gel).    The steps I am following are to create an "empty" project for the MCU, altering the targetconfiguration to load the factory_reset gel file and use SWD Mode (see attached screenshots), then connecting to the target and running the script under "Scripts->Default->MSP432 Factory Reset".   However I receive the following error:  "MSP432_Factory_Reset() cannot be evaluated. identifier not found: DP_RESET at DP_RESET=1 [msp432_factory_reset.gel:44] at MSP432_Factory_Reset()"

What should I be doing to factory reset this MCU?