I'm running an application in which my MSP430 based microcontroller is resetting with SYSRSTIV value 0A or security violation. I have no idea what may be causing this reset. Is there a way to set a breakpoint in the RESET_VECTOR interrupt service routine or otherwise halt the processor before the system dies, so I can inspect the call stack for what may be causing the reset?