I just noticed that when I go off of debug mode the response time of the MSP430F5529 changes.
The 5529 is initialized with the DCO clocking the clocks at 25MHz. Then the 5529 waits for interrupts on PORT1. When the 5529 is in debug mode, the response to the interrupt is about 0.72us. When the 5529 is not in debug mode, the response is about 135us.
What's going on? Does debug mode setup the 5529 in a certain way?
P.S. The 5529 is on a LaunchPad. So could the FET be doing something?