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?