I have an issue where I am connecting to a Cortex-M7 target that may be in a hard fault situation. I would like to 'restore' a binary image, set the PC to the start of the image and run the code, but because I am in Handler mode there are some issues. Is there a way to switch back to Thread mode using the ARM debugger?