Part Number: MSPM0G3519
I am using the TI MCUBoot port (CSC) on a custom board with and MSPM0G3519 MCU on it. After erasing secondary flash bank and flashing a new image to it I am issuing a Power On Reset using the call DL_SYSCTL_resetDevice(DL_SYSCTL_RESET_POR). According to the documentation and forum posts this will clear INITDONE and allow for flash banks to be swapped by the bootloader, however INITDONE is not being cleared by the POR. Is there some other factor that could be affecting the failure to reset INITDONE? What additional steps can be taken to ensure it is cleared?