I'm working on a low power application and I'm attempting to run the msp430fr5969 at 1.8V to save power. I'm prototyping/debugging using the IMSP-EXP430FR5969 board. The idea is that my power supply is initially set to 2.5V and then when the program starts executing, I turn off the SVS and then use a GPIO pin to set the supply to 1.8V.
The problem I'm running into is that the MSP430 stops executing when the voltage drops below 1.87V and restarts at 1.9V, without a full reboot (tested with a bench supply). I tried decreasing my clock from 4MHz to 1MHz with no change. The only peripherals that I'm using are the ADC, TIMER A and the UART. Turning off the UART doesn't help but I have not attempted to run without the timer or ADC.
I also haven't been able to figure out how to use the debugger to diagnose the problem because as soon as I start debugging, the VCC increases to ~3V. I believe this is due to the logic levels on the JTAG pins.
Any suggestions for getting the debugger to run at 1.8V or what might be causing the MSP430 to stop executing would be appreciated.